Shades of Baker's Chocolate #592000
Tints of Baker's Chocolate #592000
RGB
CMYK
RGB Variations
Color information
#592000 (or 0x592000) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 00. RGB value is (89,32,0). Sum of RGB (Red+Green+Blue) = 89+32+0=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #592000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592000 is #A6DFFF. Grayscale: #2D2D2D. Windows color (decimal): -10936320 or 8281. OLE color: 8281.
HSL color Cylindrical-coordinate representation of color #592000: hue angle of 21.57º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #592000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.65 |
| HSL | 21.57º | 1% | 0.17% | - |
| HSV(B) | 21.57º | 1% | 0.35% | - |
| XYZ | 4.64 | 3.16 | 0.36 | - |
| YUV | 45.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 0 | 0 | 0.64 | 1 | 0.65 | 21.57 | 1 | 0.17 |
| Hex | 59 | 20 | 0 | 0 | 40 | 64 | 41 | 16 | 64 | 11 |
| Octal | 131 | 40 | 0 | 0 | 100 | 144 | 101 | 26 | 144 | 21 |
| Binary | 1011001 | 100000 | 0 | 0 | 1000000 | 1100100 | 1000001 | 10110 | 1100100 | 10001 |
Color Harmonies of #592000
Complementary color
Monochromatic Colors of #592000
Black with #592000
Text Example
Text Example
White with #592000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592000; }
p { color: rgb(89,32,0); }
H1.HeaderClassName
{
color: #592000;
}
.AnyTagClassName
{
color: #592000;
}
</style>
background-color css
<style>
a { background-color: #592000; }
a { background-color: rgb(89,32,0); }
div.DivClassName
{
background-color: #592000;
}
.BgClassName
{
background-color: #592000;
}
</style>
border-color css
<style>
span { border-color: #592000; }
span { border-color: rgb(89,32,0); }
td.TdClassName
{
border-color: #592000;
}
.TagClassName
{
border-color: #592000;
}
</style>