#8A6D42
A medium, moderate orange closely aligning with Sienna.
About #8A6D42
The precise color #8A6D42 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 109, and 66.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 21% Magenta, 52% Yellow, and 46% Black. With a hue angle of 35.8 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A6D42
RGB138, 109, 66
HSL35.8°, 35.3%, 40.0%
CMYK0%, 21%, 52%, 46%
HSV35.8°, 52.2%, 54.1%
LAB47.9, 5.8, 28.3
XYZ16.9, 16.7, 7.5
Decimal9071938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A6D42;
}
.text-color {
color: #8A6D42;
}
.border-color {
border: 2px solid #8A6D42;
}