#49331f
a deep, soft orange · warm · closest name: darkslategray
RGB
73, 51, 31
HSL
29°, 40%, 20%
CMYK
0, 30, 58, 71
Luminance
0.0388
Every format
| HEX | #49331f |
| RGB | rgb(73, 51, 31) |
| HSL | hsl(29, 40%, 20%) |
| CMYK | cmyk(0%, 30%, 58%, 71%) |
| LAB | lab(23.3 7.2 16.5) |
| LCH | lch(23.3 18.0 66.6) |
| OKLCH | oklch(0.341 0.045 62.7) |
Copy-ready code
/* CSS */
color: #49331f;
background-color: #49331f;
/* Tailwind (arbitrary) */
class="text-[#49331f] bg-[#49331f]"
/* SCSS */
$brand: #49331f;
/* SwiftUI */
Color(red: 0.286, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#49331f")Accessibility — WCAG contrast
Aa
#49331f on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49331f on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow57.5%
Key (black)71.4%
Color previews
#49331f text on a black background
contrast 1.78:1
Card sample
#49331f text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49331f;
Background color
Panel with #49331f background
background-color: #49331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49331f; background: linear-gradient(135deg, #49331f, #43491F);