#925F49
A medium, moderate orange closely aligning with Sienna.
About #925F49
The precise color #925F49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(146, 95, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 35% M, 50% Y, and 43% K. With a hue angle of 18.1 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#925F49
RGB146, 95, 73
HSL18.1°, 33.3%, 42.9%
CMYK0%, 35%, 50%, 43%
HSV18.1°, 50.0%, 57.3%
LAB45.3, 18.2, 21.1
XYZ17.1, 14.8, 8.3
Decimal9592649
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.31:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925F49;
}
.text-color {
color: #925F49;
}
.border-color {
border: 2px solid #925F49;
}