#BD7549
A medium, moderate orange closely aligning with Sienna.
About #BD7549
The precise color #BD7549 is an excellent choice for modern design projects. Designers often compare it to the standard color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 117, and 73.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 38% M, 61% Y, and 26% K. The HSL representation is 22.8° hue, 46.8% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD7549
RGB189, 117, 73
HSL22.8°, 46.8%, 51.4%
CMYK0%, 38%, 61%, 26%
HSV22.8°, 61.4%, 74.1%
LAB56.1, 24.0, 35.8
XYZ28.6, 24.0, 9.4
Decimal12416329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7549;
}
.text-color {
color: #BD7549;
}
.border-color {
border: 2px solid #BD7549;
}