Shades of Baker's Chocolate #592A18
Tints of Baker's Chocolate #592A18
RGB
CMYK
RGB Variations
Color information
#592A18 (or 0x592A18) is known color: Baker's Chocolate. HEX triplet: 59, 2A and 18. RGB value is (89,42,24). Sum of RGB (Red+Green+Blue) = 89+42+24=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #592A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A18 is #A6D5E7. Grayscale: #363636. Windows color (decimal): -10933736 or 1583705. OLE color: 1583705.
HSL color Cylindrical-coordinate representation of color #592A18: hue angle of 16.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592A18 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 24 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.65 |
| HSL | 16.62º | 0.58% | 0.22% | - |
| HSV(B) | 16.62º | 0.73% | 0.35% | - |
| XYZ | 5.11 | 3.85 | 1.34 | - |
| YUV | 54 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 24 | 0 | 0.53 | 0.73 | 0.65 | 16.62 | 0.58 | 0.22 |
| Hex | 59 | 2A | 18 | 0 | 35 | 49 | 41 | 11 | 3A | 16 |
| Octal | 131 | 52 | 30 | 0 | 65 | 111 | 101 | 21 | 72 | 26 |
| Binary | 1011001 | 101010 | 11000 | 0 | 110101 | 1001001 | 1000001 | 10001 | 111010 | 10110 |
Color Harmonies of #592A18
Complementary color
Monochromatic Colors of #592A18
Black with #592A18
Text Example
Text Example
White with #592A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A18; }
p { color: rgb(89,42,24); }
H1.HeaderClassName
{
color: #592A18;
}
.AnyTagClassName
{
color: #592A18;
}
</style>
background-color css
<style>
a { background-color: #592A18; }
a { background-color: rgb(89,42,24); }
div.DivClassName
{
background-color: #592A18;
}
.BgClassName
{
background-color: #592A18;
}
</style>
border-color css
<style>
span { border-color: #592A18; }
span { border-color: rgb(89,42,24); }
td.TdClassName
{
border-color: #592A18;
}
.TagClassName
{
border-color: #592A18;
}
</style>