Minotaur Hide
#4a120d
Looking for the precise values behind Minotaur Hide (#4a120d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4a120d | |
|---|---|---|
| RGB | rgb(74, 18, 13) | |
| HSL | hsl(5, 70%, 17%) | |
| CMYK | cmyk(0%, 76%, 82%, 71%) | |
| LAB | lab(15, 27, 18) | |
| OKLCH | oklch(0.28 0.086 29) |
Color harmonies
Tints & shades
Code snippets
color: #4a120d;
background-color: #4a120d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4A120D)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.07, blue: 0.05, alpha: 1.0)