Brown
#A13112
RedColor Codes
All color formats for development
HEX
#A13112RGB
rgb(161, 49, 18)HSL
hsl(13, 80%, 35%)OKLCH
oklch(0.478 0.153 35.4)CMYK
cmyk(0%, 70%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#912C10
2#81270E
3#70220C
4#601D0B
5#501809
6#401407
7#300F05
8#200A04
9#100502
Tints
Lighter variations
1#BE3A15
2#DC4318
3#E8562E
4#EB6E4C
5#EE876A
6#F29F88
7#F5B7A5
8#F8CFC3
9#FCE7E1
Tones
Muted variations
1#9A3519
2#923920
3#8B3D27
4#84412E
5#7D4536
6#76493D
7#6F4D44
8#68514B
9#605552
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CF #F8CFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AA #F3AA95 | BordersInactive statesPlaceholder text |
| 400 | ED7D #ED7D5E | Disabled statesSecondary iconsMuted text |
| 500 | E858 #E85830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA3D #CA3D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A131 #A13112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7323 #73230D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4916 #491608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0E #2E0E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF4F1;
--brown-100: #FBE5DF;
--brown-200: #F8CFC3;
--brown-300: #F3AA95;
--brown-400: #ED7D5E;
--brown-500: #E85830;
--brown-600: #CA3D16;
--brown-700: #A13112;
--brown-800: #73230D;
--brown-900: #491608;
--brown-950: #2E0E05;
}