#832C00
A dark, vivid orange closely aligning with Saddlebrown.
About #832C00
At its core, #832C00 is a dark and vivid hue. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(131, 44, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 66% Magenta, 100% Yellow, and 49% Black. With a hue angle of 20.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#832C00
RGB131, 44, 0
HSL20.2°, 100.0%, 25.7%
CMYK0%, 66%, 100%, 49%
HSV20.2°, 100.0%, 51.4%
LAB30.9, 35.7, 42.8
XYZ10.3, 6.6, 0.7
Decimal8596480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.03:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.63:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #832C00;
}
.text-color {
color: #832C00;
}
.border-color {
border: 2px solid #832C00;
}