Shades of Baker's Chocolate #592404
Tints of Baker's Chocolate #592404
RGB
CMYK
RGB Variations
Color information
#592404 (or 0x592404) is known color: Baker's Chocolate. HEX triplet: 59, 24 and 04. RGB value is (89,36,4). Sum of RGB (Red+Green+Blue) = 89+36+4=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #592404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592404 is #A6DBFB. Grayscale: #303030. Windows color (decimal): -10935292 or 271449. OLE color: 271449.
HSL color Cylindrical-coordinate representation of color #592404: hue angle of 22.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #592404 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 4 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.65 |
| HSL | 22.59º | 0.91% | 0.18% | - |
| HSV(B) | 22.59º | 0.96% | 0.35% | - |
| XYZ | 4.77 | 3.39 | 0.52 | - |
| YUV | 48.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 4 | 0 | 0.60 | 0.96 | 0.65 | 22.59 | 0.91 | 0.18 |
| Hex | 59 | 24 | 4 | 0 | 3C | 60 | 41 | 17 | 5B | 12 |
| Octal | 131 | 44 | 4 | 0 | 74 | 140 | 101 | 27 | 133 | 22 |
| Binary | 1011001 | 100100 | 100 | 0 | 111100 | 1100000 | 1000001 | 10111 | 1011011 | 10010 |
Color Harmonies of #592404
Complementary color
Monochromatic Colors of #592404
Black with #592404
Text Example
Text Example
White with #592404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592404; }
p { color: rgb(89,36,4); }
H1.HeaderClassName
{
color: #592404;
}
.AnyTagClassName
{
color: #592404;
}
</style>
background-color css
<style>
a { background-color: #592404; }
a { background-color: rgb(89,36,4); }
div.DivClassName
{
background-color: #592404;
}
.BgClassName
{
background-color: #592404;
}
</style>
border-color css
<style>
span { border-color: #592404; }
span { border-color: rgb(89,36,4); }
td.TdClassName
{
border-color: #592404;
}
.TagClassName
{
border-color: #592404;
}
</style>