Shades of Baker's Chocolate #592A0B
Tints of Baker's Chocolate #592A0B
RGB
CMYK
RGB Variations
Color information
#592A0B (or 0x592A0B) is known color: Baker's Chocolate. HEX triplet: 59, 2A and 0B. RGB value is (89,42,11). Sum of RGB (Red+Green+Blue) = 89+42+11=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #592A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A0B is #A6D5F4. Grayscale: #343434. Windows color (decimal): -10933749 or 731737. OLE color: 731737.
HSL color Cylindrical-coordinate representation of color #592A0B: hue angle of 23.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #592A0B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 11 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.65 |
| HSL | 23.85º | 0.78% | 0.2% | - |
| HSV(B) | 23.85º | 0.88% | 0.35% | - |
| XYZ | 5.01 | 3.8 | 0.79 | - |
| YUV | 52.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 11 | 0 | 0.53 | 0.88 | 0.65 | 23.85 | 0.78 | 0.2 |
| Hex | 59 | 2A | B | 0 | 35 | 58 | 41 | 18 | 4E | 14 |
| Octal | 131 | 52 | 13 | 0 | 65 | 130 | 101 | 30 | 116 | 24 |
| Binary | 1011001 | 101010 | 1011 | 0 | 110101 | 1011000 | 1000001 | 11000 | 1001110 | 10100 |
Color Harmonies of #592A0B
Complementary color
Monochromatic Colors of #592A0B
Black with #592A0B
Text Example
Text Example
White with #592A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A0B; }
p { color: rgb(89,42,11); }
H1.HeaderClassName
{
color: #592A0B;
}
.AnyTagClassName
{
color: #592A0B;
}
</style>
background-color css
<style>
a { background-color: #592A0B; }
a { background-color: rgb(89,42,11); }
div.DivClassName
{
background-color: #592A0B;
}
.BgClassName
{
background-color: #592A0B;
}
</style>
border-color css
<style>
span { border-color: #592A0B; }
span { border-color: rgb(89,42,11); }
td.TdClassName
{
border-color: #592A0B;
}
.TagClassName
{
border-color: #592A0B;
}
</style>