Shades of Baker's Chocolate #592205
Tints of Baker's Chocolate #592205
RGB
CMYK
RGB Variations
Color information
#592205 (or 0x592205) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 05. RGB value is (89,34,5). Sum of RGB (Red+Green+Blue) = 89+34+5=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #592205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592205 is #A6DDFA. Grayscale: #2F2F2F. Windows color (decimal): -10935803 or 336473. OLE color: 336473.
HSL color Cylindrical-coordinate representation of color #592205: hue angle of 20.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #592205 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 5 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.65 |
| HSL | 20.71º | 0.89% | 0.18% | - |
| HSV(B) | 20.71º | 0.94% | 0.35% | - |
| XYZ | 4.72 | 3.28 | 0.53 | - |
| YUV | 47.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 5 | 0 | 0.62 | 0.94 | 0.65 | 20.71 | 0.89 | 0.18 |
| Hex | 59 | 22 | 5 | 0 | 3E | 5E | 41 | 15 | 59 | 12 |
| Octal | 131 | 42 | 5 | 0 | 76 | 136 | 101 | 25 | 131 | 22 |
| Binary | 1011001 | 100010 | 101 | 0 | 111110 | 1011110 | 1000001 | 10101 | 1011001 | 10010 |
Color Harmonies of #592205
Complementary color
Monochromatic Colors of #592205
Black with #592205
Text Example
Text Example
White with #592205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592205; }
p { color: rgb(89,34,5); }
H1.HeaderClassName
{
color: #592205;
}
.AnyTagClassName
{
color: #592205;
}
</style>
background-color css
<style>
a { background-color: #592205; }
a { background-color: rgb(89,34,5); }
div.DivClassName
{
background-color: #592205;
}
.BgClassName
{
background-color: #592205;
}
</style>
border-color css
<style>
span { border-color: #592205; }
span { border-color: rgb(89,34,5); }
td.TdClassName
{
border-color: #592205;
}
.TagClassName
{
border-color: #592205;
}
</style>