Shades of Baker's Chocolate #592304
Tints of Baker's Chocolate #592304
RGB
CMYK
RGB Variations
Color information
#592304 (or 0x592304) is known color: Baker's Chocolate. HEX triplet: 59, 23 and 04. RGB value is (89,35,4). Sum of RGB (Red+Green+Blue) = 89+35+4=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #592304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592304 is #A6DCFB. Grayscale: #2F2F2F. Windows color (decimal): -10935548 or 271193. OLE color: 271193.
HSL color Cylindrical-coordinate representation of color #592304: hue angle of 21.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 #592304 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 4 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.65 |
| HSL | 21.88º | 0.91% | 0.18% | - |
| HSV(B) | 21.88º | 0.96% | 0.35% | - |
| XYZ | 4.74 | 3.33 | 0.51 | - |
| YUV | 47.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 4 | 0 | 0.61 | 0.96 | 0.65 | 21.88 | 0.91 | 0.18 |
| Hex | 59 | 23 | 4 | 0 | 3D | 60 | 41 | 16 | 5B | 12 |
| Octal | 131 | 43 | 4 | 0 | 75 | 140 | 101 | 26 | 133 | 22 |
| Binary | 1011001 | 100011 | 100 | 0 | 111101 | 1100000 | 1000001 | 10110 | 1011011 | 10010 |
Color Harmonies of #592304
Complementary color
Monochromatic Colors of #592304
Black with #592304
Text Example
Text Example
White with #592304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592304; }
p { color: rgb(89,35,4); }
H1.HeaderClassName
{
color: #592304;
}
.AnyTagClassName
{
color: #592304;
}
</style>
background-color css
<style>
a { background-color: #592304; }
a { background-color: rgb(89,35,4); }
div.DivClassName
{
background-color: #592304;
}
.BgClassName
{
background-color: #592304;
}
</style>
border-color css
<style>
span { border-color: #592304; }
span { border-color: rgb(89,35,4); }
td.TdClassName
{
border-color: #592304;
}
.TagClassName
{
border-color: #592304;
}
</style>