#774433
a dark, soft orange · warm · closest name: sienna
RGB
119, 68, 51
HSL
15°, 40%, 33%
CMYK
0, 43, 57, 53
Luminance
0.0830
Every format
| HEX | #774433 |
| RGB | rgb(119, 68, 51) |
| HSL | hsl(15, 40%, 33%) |
| CMYK | cmyk(0%, 43%, 57%, 53%) |
| LAB | lab(34.6 20.1 19.7) |
| LCH | lch(34.6 28.1 44.4) |
| OKLCH | oklch(0.444 0.076 39.1) |
Copy-ready code
/* CSS */
color: #774433;
background-color: #774433;
/* Tailwind (arbitrary) */
class="text-[#774433] bg-[#774433]"
/* SCSS */
$brand: #774433;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.200)
/* Android */
Color.parseColor("#774433")Accessibility — WCAG contrast
Aa
#774433 on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774433 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow57.1%
Key (black)53.3%
Color previews
#774433 text on a black background
contrast 2.66:1
Card sample
#774433 text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774433;
Background color
Panel with #774433 background
background-color: #774433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774433; background: linear-gradient(135deg, #774433, #777133);