#8A7557
A medium, muted orange closely aligning with Gray.
About #8A7557
Visually, #8A7557 is defined as a muted orange. Its closest recognized web color is Gray. Its digital footprint relies on 138 parts red, 117 parts green, and 87 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 15% M, 37% Y, and 46% K. The HSL representation is 35.3° hue, 22.7% saturation, and 44.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A7557
RGB138, 117, 87
HSL35.3°, 22.7%, 44.1%
CMYK0%, 15%, 37%, 46%
HSV35.3°, 37.0%, 54.1%
LAB50.5, 3.6, 19.6
XYZ18.6, 18.8, 11.7
Decimal9074007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7557;
}
.text-color {
color: #8A7557;
}
.border-color {
border: 2px solid #8A7557;
}