#8A4216
A dark, vivid orange closely aligning with Saddlebrown.
About #8A4216
At its core, #8A4216 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. Its digital footprint relies on 138 parts red, 66 parts green, and 22 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 52% magenta inks. The HSL representation is 22.8° hue, 72.5% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. 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#8A4216
RGB138, 66, 22
HSL22.8°, 72.5%, 31.4%
CMYK0%, 52%, 84%, 46%
HSV22.8°, 84.1%, 54.1%
LAB36.7, 27.8, 38.9
XYZ12.6, 9.4, 1.9
Decimal9060886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.31:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.99:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A4216;
}
.text-color {
color: #8A4216;
}
.border-color {
border: 2px solid #8A4216;
}