Shades of Baker's Chocolate #592202
Tints of Baker's Chocolate #592202
RGB
CMYK
RGB Variations
Color information
#592202 (or 0x592202) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 02. RGB value is (89,34,2). Sum of RGB (Red+Green+Blue) = 89+34+2=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #592202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592202 is #A6DDFD. Grayscale: #2E2E2E. Windows color (decimal): -10935806 or 139865. OLE color: 139865.
HSL color Cylindrical-coordinate representation of color #592202: hue angle of 22.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #592202 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 2 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.65 |
| HSL | 22.07º | 0.96% | 0.18% | - |
| HSV(B) | 22.07º | 0.98% | 0.35% | - |
| XYZ | 4.7 | 3.27 | 0.44 | - |
| YUV | 46.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 2 | 0 | 0.62 | 0.98 | 0.65 | 22.07 | 0.96 | 0.18 |
| Hex | 59 | 22 | 2 | 0 | 3E | 62 | 41 | 16 | 60 | 12 |
| Octal | 131 | 42 | 2 | 0 | 76 | 142 | 101 | 26 | 140 | 22 |
| Binary | 1011001 | 100010 | 10 | 0 | 111110 | 1100010 | 1000001 | 10110 | 1100000 | 10010 |
Color Harmonies of #592202
Complementary color
Monochromatic Colors of #592202
Black with #592202
Text Example
Text Example
White with #592202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592202; }
p { color: rgb(89,34,2); }
H1.HeaderClassName
{
color: #592202;
}
.AnyTagClassName
{
color: #592202;
}
</style>
background-color css
<style>
a { background-color: #592202; }
a { background-color: rgb(89,34,2); }
div.DivClassName
{
background-color: #592202;
}
.BgClassName
{
background-color: #592202;
}
</style>
border-color css
<style>
span { border-color: #592202; }
span { border-color: rgb(89,34,2); }
td.TdClassName
{
border-color: #592202;
}
.TagClassName
{
border-color: #592202;
}
</style>