Komodo Dragon
#b38052
Looking for the precise values behind Komodo Dragon (#b38052)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b38052 | |
|---|---|---|
| RGB | rgb(179, 128, 82) | |
| HSL | hsl(28, 39%, 51%) | |
| CMYK | cmyk(0%, 28%, 54%, 30%) | |
| LAB | lab(58, 16, 33) | |
| OKLCH | oklch(0.64 0.089 62) |
Color harmonies
Tints & shades
Code snippets
color: #b38052;
background-color: #b38052;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB38052)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.50, blue: 0.32, alpha: 1.0)