#8A5F49
A medium, moderate orange closely aligning with Sienna.
About #8A5F49
Visually, #8A5F49 is defined as a moderate orange. Designers often compare it to the standard color Sienna. Its digital footprint relies on 138 parts red, 95 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 31% magenta, 47% yellow, and 46% black. The HSL representation is 20.3° hue, 30.8% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A5F49
RGB138, 95, 73
HSL20.3°, 30.8%, 41.4%
CMYK0%, 31%, 47%, 46%
HSV20.3°, 47.1%, 54.1%
LAB44.3, 14.7, 19.6
XYZ15.8, 14.1, 8.2
Decimal9068361
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A5F49;
}
.text-color {
color: #8A5F49;
}
.border-color {
border: 2px solid #8A5F49;
}