Shades of Baker's Chocolate #592006
Tints of Baker's Chocolate #592006
RGB
CMYK
RGB Variations
Color information
#592006 (or 0x592006) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 06. RGB value is (89,32,6). Sum of RGB (Red+Green+Blue) = 89+32+6=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592006 is #A6DFF9. Grayscale: #2E2E2E. Windows color (decimal): -10936314 or 401497. OLE color: 401497.
HSL color Cylindrical-coordinate representation of color #592006: hue angle of 18.8º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #592006 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 6 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.65 |
| HSL | 18.8º | 0.87% | 0.19% | - |
| HSV(B) | 18.8º | 0.93% | 0.35% | - |
| XYZ | 4.67 | 3.17 | 0.54 | - |
| YUV | 46.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 6 | 0 | 0.64 | 0.93 | 0.65 | 18.8 | 0.87 | 0.19 |
| Hex | 59 | 20 | 6 | 0 | 40 | 5D | 41 | 13 | 57 | 13 |
| Octal | 131 | 40 | 6 | 0 | 100 | 135 | 101 | 23 | 127 | 23 |
| Binary | 1011001 | 100000 | 110 | 0 | 1000000 | 1011101 | 1000001 | 10011 | 1010111 | 10011 |
Color Harmonies of #592006
Complementary color
Monochromatic Colors of #592006
Black with #592006
Text Example
Text Example
White with #592006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592006; }
p { color: rgb(89,32,6); }
H1.HeaderClassName
{
color: #592006;
}
.AnyTagClassName
{
color: #592006;
}
</style>
background-color css
<style>
a { background-color: #592006; }
a { background-color: rgb(89,32,6); }
div.DivClassName
{
background-color: #592006;
}
.BgClassName
{
background-color: #592006;
}
</style>
border-color css
<style>
span { border-color: #592006; }
span { border-color: rgb(89,32,6); }
td.TdClassName
{
border-color: #592006;
}
.TagClassName
{
border-color: #592006;
}
</style>