#8A6D33
A dark, moderate orange closely aligning with Darkolivegreen.
About #8A6D33
When working with digital screens, the color #8A6D33 is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(138, 109, 51).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 21% magenta, 63% yellow, and 46% black. With a hue angle of 40.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A6D33
RGB138, 109, 51
HSL40.0°, 46.0%, 37.1%
CMYK0%, 21%, 63%, 46%
HSV40.0°, 63.0%, 54.1%
LAB47.7, 4.5, 36.1
XYZ16.5, 16.6, 5.5
Decimal9071923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.32:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A6D33;
}
.text-color {
color: #8A6D33;
}
.border-color {
border: 2px solid #8A6D33;
}