Lumberjack
#9d4542
Looking for the precise values behind Lumberjack (#9d4542)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9d4542 | |
|---|---|---|
| RGB | rgb(157, 69, 66) | |
| HSL | hsl(2, 41%, 44%) | |
| CMYK | cmyk(0%, 56%, 58%, 38%) | |
| LAB | lab(41, 37, 21) | |
| OKLCH | oklch(0.5 0.118 24) |
Color harmonies
Tints & shades
Code snippets
color: #9d4542;
background-color: #9d4542;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9D4542)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.27, blue: 0.26, alpha: 1.0)