Shades of Baker's Chocolate #592A02
Tints of Baker's Chocolate #592A02
RGB
CMYK
RGB Variations
Color information
#592A02 (or 0x592A02) is known color: Baker's Chocolate. HEX triplet: 59, 2A and 02. RGB value is (89,42,2). Sum of RGB (Red+Green+Blue) = 89+42+2=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A02 is #A6D5FD. Grayscale: #333333. Windows color (decimal): -10933758 or 141913. OLE color: 141913.
HSL color Cylindrical-coordinate representation of color #592A02: hue angle of 27.59º 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 #592A02 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 2 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.65 |
| HSL | 27.59º | 0.96% | 0.18% | - |
| HSV(B) | 27.59º | 0.98% | 0.35% | - |
| XYZ | 4.96 | 3.78 | 0.53 | - |
| YUV | 51.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 2 | 0 | 0.53 | 0.98 | 0.65 | 27.59 | 0.96 | 0.18 |
| Hex | 59 | 2A | 2 | 0 | 35 | 62 | 41 | 1C | 60 | 12 |
| Octal | 131 | 52 | 2 | 0 | 65 | 142 | 101 | 34 | 140 | 22 |
| Binary | 1011001 | 101010 | 10 | 0 | 110101 | 1100010 | 1000001 | 11100 | 1100000 | 10010 |
Color Harmonies of #592A02
Complementary color
Monochromatic Colors of #592A02
Black with #592A02
Text Example
Text Example
White with #592A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A02; }
p { color: rgb(89,42,2); }
H1.HeaderClassName
{
color: #592A02;
}
.AnyTagClassName
{
color: #592A02;
}
</style>
background-color css
<style>
a { background-color: #592A02; }
a { background-color: rgb(89,42,2); }
div.DivClassName
{
background-color: #592A02;
}
.BgClassName
{
background-color: #592A02;
}
</style>
border-color css
<style>
span { border-color: #592A02; }
span { border-color: rgb(89,42,2); }
td.TdClassName
{
border-color: #592A02;
}
.TagClassName
{
border-color: #592A02;
}
</style>