Brown
#74370B
OrangeColor Codes
All color formats for development
HEX
#74370BRGB
rgb(116, 55, 11)HSL
hsl(25, 83%, 25%)OKLCH
oklch(0.41 0.1 50.4)CMYK
cmyk(0%, 53%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69310A
2#5D2C09
3#522608
4#462107
5#3A1B05
6#2F1604
7#231003
8#170B02
9#0C0501
Tints
Lighter variations
1#98470E
2#BB5811
3#DE6815
4#EB7C2D
5#EF9250
6#F2A873
7#F5BE96
8#F8D3B9
9#FCE9DC
Tones
Muted variations
1#6F3810
2#6A3915
3#653A1B
4#5F3A20
5#5A3B25
6#553C2B
7#503D30
8#4A3E35
9#453F3A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEB #FCEBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D9 #F9D9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5BC #F5BC94 | BordersInactive statesPlaceholder text |
| 400 | F099 #F0995C | Disabled statesSecondary iconsMuted text |
| 500 | EB7C #EB7C2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD61 #CD6113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A34D #A34D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7537 #75370B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B23 #4B2307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F16 #2F1604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF6F1;
--brown-100: #FCEBDE;
--brown-200: #F9D9C2;
--brown-300: #F5BC94;
--brown-400: #F0995C;
--brown-500: #EB7C2D;
--brown-600: #CD6113;
--brown-700: #A34D0F;
--brown-800: #75370B;
--brown-900: #4B2307;
--brown-950: #2F1604;
}