#834942
A dark, moderate red closely aligning with Sienna.
About #834942
At its core, #834942 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 131 red, 73 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 44% Magenta, 50% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#834942
RGB131, 73, 66
HSL6.5°, 33.0%, 38.6%
CMYK0%, 44%, 50%, 49%
HSV6.5°, 49.6%, 51.4%
LAB37.8, 23.8, 15.0
XYZ12.7, 10.0, 6.4
Decimal8603970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.01:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.70:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #834942;
}
.text-color {
color: #834942;
}
.border-color {
border: 2px solid #834942;
}