#8A5F42
A medium, moderate orange closely aligning with Sienna.
About #8A5F42
Visually, #8A5F42 is defined as a moderate orange. Its closest recognized web color is Sienna. This translates to an RGB value of rgb(138, 95, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 31% M, 52% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#8A5F42
RGB138, 95, 66
HSL24.2°, 35.3%, 40.0%
CMYK0%, 31%, 52%, 46%
HSV24.2°, 52.2%, 54.1%
LAB44.2, 14.0, 23.6
XYZ15.6, 14.0, 7.0
Decimal9068354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A5F42;
}
.text-color {
color: #8A5F42;
}
.border-color {
border: 2px solid #8A5F42;
}