Wine Cellar
#70403d
Looking for the precise values behind Wine Cellar (#70403d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #70403d | |
|---|---|---|
| RGB | rgb(112, 64, 61) | |
| HSL | hsl(4, 29%, 34%) | |
| CMYK | cmyk(0%, 43%, 46%, 56%) | |
| LAB | lab(33, 21, 11) | |
| OKLCH | oklch(0.43 0.068 24) |
Color harmonies
Tints & shades
Code snippets
color: #70403d;
background-color: #70403d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF70403D)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.25, blue: 0.24, alpha: 1.0)