Shades of Baker's Chocolate #592A12
Tints of Baker's Chocolate #592A12
RGB
CMYK
RGB Variations
Color information
#592A12 (or 0x592A12) is known color: Baker's Chocolate. HEX triplet: 59, 2A and 12. RGB value is (89,42,18). Sum of RGB (Red+Green+Blue) = 89+42+18=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #592A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A12 is #A6D5ED. Grayscale: #353535. Windows color (decimal): -10933742 or 1190489. OLE color: 1190489.
HSL color Cylindrical-coordinate representation of color #592A12: hue angle of 20.28º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592A12 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 18 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.65 |
| HSL | 20.28º | 0.66% | 0.21% | - |
| HSV(B) | 20.28º | 0.8% | 0.35% | - |
| XYZ | 5.06 | 3.82 | 1.04 | - |
| YUV | 53.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 18 | 0 | 0.53 | 0.80 | 0.65 | 20.28 | 0.66 | 0.21 |
| Hex | 59 | 2A | 12 | 0 | 35 | 50 | 41 | 14 | 42 | 15 |
| Octal | 131 | 52 | 22 | 0 | 65 | 120 | 101 | 24 | 102 | 25 |
| Binary | 1011001 | 101010 | 10010 | 0 | 110101 | 1010000 | 1000001 | 10100 | 1000010 | 10101 |
Color Harmonies of #592A12
Complementary color
Monochromatic Colors of #592A12
Black with #592A12
Text Example
Text Example
White with #592A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A12; }
p { color: rgb(89,42,18); }
H1.HeaderClassName
{
color: #592A12;
}
.AnyTagClassName
{
color: #592A12;
}
</style>
background-color css
<style>
a { background-color: #592A12; }
a { background-color: rgb(89,42,18); }
div.DivClassName
{
background-color: #592A12;
}
.BgClassName
{
background-color: #592A12;
}
</style>
border-color css
<style>
span { border-color: #592A12; }
span { border-color: rgb(89,42,18); }
td.TdClassName
{
border-color: #592A12;
}
.TagClassName
{
border-color: #592A12;
}
</style>