#673721
a dark, vivid orange · warm · closest name: sienna
RGB
103, 55, 33
HSL
19°, 52%, 27%
CMYK
0, 47, 68, 60
Luminance
0.0573
Every format
| HEX | #673721 |
| RGB | rgb(103, 55, 33) |
| HSL | hsl(19, 52%, 27%) |
| CMYK | cmyk(0%, 47%, 68%, 60%) |
| LAB | lab(28.7 19.2 22.9) |
| LCH | lch(28.7 29.9 50.1) |
| OKLCH | oklch(0.393 0.076 44.5) |
Copy-ready code
/* CSS */
color: #673721;
background-color: #673721;
/* Tailwind (arbitrary) */
class="text-[#673721] bg-[#673721]"
/* SCSS */
$brand: #673721;
/* SwiftUI */
Color(red: 0.404, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#673721")Accessibility — WCAG contrast
Aa
#673721 on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673721 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow68.0%
Key (black)59.6%
Color previews
#673721 text on a black background
contrast 2.15:1
Card sample
#673721 text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673721;
Background color
Panel with #673721 background
background-color: #673721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673721; background: linear-gradient(135deg, #673721, #676621);