Chinotto
#554747
Looking for the precise values behind Chinotto (#554747)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #554747 | |
|---|---|---|
| RGB | rgb(85, 71, 71) | |
| HSL | hsl(0, 9%, 31%) | |
| CMYK | cmyk(0%, 16%, 16%, 67%) | |
| LAB | lab(32, 6, 2) | |
| OKLCH | oklch(0.41 0.019 18) |
Color harmonies
Tints & shades
Code snippets
color: #554747;
background-color: #554747;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF554747)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.28, blue: 0.28, alpha: 1.0)