Worcestershire Sauce
#572b26
Looking for the precise values behind Worcestershire Sauce (#572b26)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #572b26 | |
|---|---|---|
| RGB | rgb(87, 43, 38) | |
| HSL | hsl(6, 39%, 25%) | |
| CMYK | cmyk(0%, 51%, 56%, 66%) | |
| LAB | lab(24, 20, 13) | |
| OKLCH | oklch(0.35 0.066 28) |
Color harmonies
Tints & shades
Code snippets
color: #572b26;
background-color: #572b26;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF572B26)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.17, blue: 0.15, alpha: 1.0)