Batch Brew
#45392f
Batch Brew, represented by the hex value #45392f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #45392f | |
|---|---|---|
| RGB | rgb(69, 57, 47) | |
| HSL | hsl(27, 19%, 23%) | |
| CMYK | cmyk(0%, 17%, 32%, 73%) | |
| LAB | lab(25, 4, 8) | |
| OKLCH | oklch(0.35 0.024 62) |
Color harmonies
Tints & shades
Code snippets
color: #45392f;
background-color: #45392f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF45392F)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.22, blue: 0.18, alpha: 1.0)