Shades of Baker's Chocolate #592206
Tints of Baker's Chocolate #592206
RGB
CMYK
RGB Variations
Color information
#592206 (or 0x592206) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 06. RGB value is (89,34,6). Sum of RGB (Red+Green+Blue) = 89+34+6=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #592206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592206 is #A6DDF9. Grayscale: #2F2F2F. Windows color (decimal): -10935802 or 402009. OLE color: 402009.
HSL color Cylindrical-coordinate representation of color #592206: hue angle of 20.24º 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 #592206 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 6 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.65 |
| HSL | 20.24º | 0.87% | 0.19% | - |
| HSV(B) | 20.24º | 0.93% | 0.35% | - |
| XYZ | 4.72 | 3.28 | 0.56 | - |
| YUV | 47.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 6 | 0 | 0.62 | 0.93 | 0.65 | 20.24 | 0.87 | 0.19 |
| Hex | 59 | 22 | 6 | 0 | 3E | 5D | 41 | 14 | 57 | 13 |
| Octal | 131 | 42 | 6 | 0 | 76 | 135 | 101 | 24 | 127 | 23 |
| Binary | 1011001 | 100010 | 110 | 0 | 111110 | 1011101 | 1000001 | 10100 | 1010111 | 10011 |
Color Harmonies of #592206
Complementary color
Monochromatic Colors of #592206
Black with #592206
Text Example
Text Example
White with #592206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592206; }
p { color: rgb(89,34,6); }
H1.HeaderClassName
{
color: #592206;
}
.AnyTagClassName
{
color: #592206;
}
</style>
background-color css
<style>
a { background-color: #592206; }
a { background-color: rgb(89,34,6); }
div.DivClassName
{
background-color: #592206;
}
.BgClassName
{
background-color: #592206;
}
</style>
border-color css
<style>
span { border-color: #592206; }
span { border-color: rgb(89,34,6); }
td.TdClassName
{
border-color: #592206;
}
.TagClassName
{
border-color: #592206;
}
</style>