Shades of Baker's Chocolate #592C16
Tints of Baker's Chocolate #592C16
RGB
CMYK
RGB Variations
Color information
#592C16 (or 0x592C16) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 16. RGB value is (89,44,22). Sum of RGB (Red+Green+Blue) = 89+44+22=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #592C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C16 is #A6D3E9. Grayscale: #373737. Windows color (decimal): -10933226 or 1453145. OLE color: 1453145.
HSL color Cylindrical-coordinate representation of color #592C16: hue angle of 19.7º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592C16 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 22 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.65 |
| HSL | 19.7º | 0.6% | 0.22% | - |
| HSV(B) | 19.7º | 0.75% | 0.35% | - |
| XYZ | 5.17 | 3.98 | 1.26 | - |
| YUV | 54.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 22 | 0 | 0.51 | 0.75 | 0.65 | 19.7 | 0.6 | 0.22 |
| Hex | 59 | 2C | 16 | 0 | 33 | 4B | 41 | 14 | 3C | 16 |
| Octal | 131 | 54 | 26 | 0 | 63 | 113 | 101 | 24 | 74 | 26 |
| Binary | 1011001 | 101100 | 10110 | 0 | 110011 | 1001011 | 1000001 | 10100 | 111100 | 10110 |
Color Harmonies of #592C16
Complementary color
Monochromatic Colors of #592C16
Black with #592C16
Text Example
Text Example
White with #592C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C16; }
p { color: rgb(89,44,22); }
H1.HeaderClassName
{
color: #592C16;
}
.AnyTagClassName
{
color: #592C16;
}
</style>
background-color css
<style>
a { background-color: #592C16; }
a { background-color: rgb(89,44,22); }
div.DivClassName
{
background-color: #592C16;
}
.BgClassName
{
background-color: #592C16;
}
</style>
border-color css
<style>
span { border-color: #592C16; }
span { border-color: rgb(89,44,22); }
td.TdClassName
{
border-color: #592C16;
}
.TagClassName
{
border-color: #592C16;
}
</style>