Shades of Baker's Chocolate #593404
Tints of Baker's Chocolate #593404
RGB
CMYK
RGB Variations
Color information
#593404 (or 0x593404) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 04. RGB value is (89,52,4). Sum of RGB (Red+Green+Blue) = 89+52+4=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #593404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593404 is #A6CBFB. Grayscale: #393939. Windows color (decimal): -10931196 or 275545. OLE color: 275545.
HSL color Cylindrical-coordinate representation of color #593404: hue angle of 33.88º 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 #593404 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 4 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.65 |
| HSL | 33.88º | 0.91% | 0.18% | - |
| HSV(B) | 33.88º | 0.96% | 0.35% | - |
| XYZ | 5.37 | 4.59 | 0.72 | - |
| YUV | 57.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 4 | 0 | 0.42 | 0.96 | 0.65 | 33.88 | 0.91 | 0.18 |
| Hex | 59 | 34 | 4 | 0 | 2A | 60 | 41 | 22 | 5B | 12 |
| Octal | 131 | 64 | 4 | 0 | 52 | 140 | 101 | 42 | 133 | 22 |
| Binary | 1011001 | 110100 | 100 | 0 | 101010 | 1100000 | 1000001 | 100010 | 1011011 | 10010 |
Color Harmonies of #593404
Complementary color
Monochromatic Colors of #593404
Black with #593404
Text Example
Text Example
White with #593404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593404; }
p { color: rgb(89,52,4); }
H1.HeaderClassName
{
color: #593404;
}
.AnyTagClassName
{
color: #593404;
}
</style>
background-color css
<style>
a { background-color: #593404; }
a { background-color: rgb(89,52,4); }
div.DivClassName
{
background-color: #593404;
}
.BgClassName
{
background-color: #593404;
}
</style>
border-color css
<style>
span { border-color: #593404; }
span { border-color: rgb(89,52,4); }
td.TdClassName
{
border-color: #593404;
}
.TagClassName
{
border-color: #593404;
}
</style>