#833A1D
A dark, moderate orange closely aligning with Saddlebrown.
About #833A1D
At its core, #833A1D is a dark and moderate hue. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(131, 58, 29).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 56% Magenta, 78% Yellow, and 49% Black. The HSL representation is 17.1° hue, 63.7% saturation, and 31.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#833A1D
RGB131, 58, 29
HSL17.1°, 63.7%, 31.4%
CMYK0%, 56%, 78%, 49%
HSV17.1°, 77.9%, 51.4%
LAB33.9, 29.5, 32.2
XYZ11.1, 7.9, 2.1
Decimal8600093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.11:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.76:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #833A1D;
}
.text-color {
color: #833A1D;
}
.border-color {
border: 2px solid #833A1D;
}