#8A662C
A dark, moderate orange closely aligning with Saddlebrown.
About #8A662C
Visually, #8A662C is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Saddlebrown. Its digital footprint relies on 138 parts red, 102 parts green, and 44 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 26% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A662C
RGB138, 102, 44
HSL37.0°, 51.6%, 35.7%
CMYK0%, 26%, 68%, 46%
HSV37.0°, 68.1%, 54.1%
LAB45.8, 8.1, 37.5
XYZ15.7, 15.1, 4.5
Decimal9070124
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.23:1
Text on #FFFFFF
AA
4.02:1
Text on #000000
AA Large
5.00:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A662C;
}
.text-color {
color: #8A662C;
}
.border-color {
border: 2px solid #8A662C;
}