Shades of Baker's Chocolate #5C2404
Tints of Baker's Chocolate #5C2404
RGB
CMYK
RGB Variations
Color information
#5C2404 (or 0x5C2404) is known color: Baker's Chocolate. HEX triplet: 5C, 24 and 04. RGB value is (92,36,4). Sum of RGB (Red+Green+Blue) = 92+36+4=132 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.70% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2404 is #A3DBFB. Grayscale: #313131. Windows color (decimal): -10738684 or 271452. OLE color: 271452.
HSL color Cylindrical-coordinate representation of color #5C2404: hue angle of 21.82º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C2404 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 36 | 4 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.64 |
| HSL | 21.82º | 0.92% | 0.19% | - |
| HSV(B) | 21.82º | 0.96% | 0.36% | - |
| XYZ | 5.07 | 3.55 | 0.53 | - |
| YUV | 49.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 4 | 0 | 0.61 | 0.96 | 0.64 | 21.82 | 0.92 | 0.19 |
| Hex | 5C | 24 | 4 | 0 | 3D | 60 | 40 | 16 | 5C | 13 |
| Octal | 134 | 44 | 4 | 0 | 75 | 140 | 100 | 26 | 134 | 23 |
| Binary | 1011100 | 100100 | 100 | 0 | 111101 | 1100000 | 1000000 | 10110 | 1011100 | 10011 |
Color Harmonies of #5C2404
Complementary color
Monochromatic Colors of #5C2404
Black with #5C2404
Text Example
Text Example
White with #5C2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2404; }
p { color: rgb(92,36,4); }
H1.HeaderClassName
{
color: #5C2404;
}
.AnyTagClassName
{
color: #5C2404;
}
</style>
background-color css
<style>
a { background-color: #5C2404; }
a { background-color: rgb(92,36,4); }
div.DivClassName
{
background-color: #5C2404;
}
.BgClassName
{
background-color: #5C2404;
}
</style>
border-color css
<style>
span { border-color: #5C2404; }
span { border-color: rgb(92,36,4); }
td.TdClassName
{
border-color: #5C2404;
}
.TagClassName
{
border-color: #5C2404;
}
</style>