Shades of Baker's Chocolate #592C0B
Tints of Baker's Chocolate #592C0B
RGB
CMYK
RGB Variations
Color information
#592C0B (or 0x592C0B) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 0B. RGB value is (89,44,11). Sum of RGB (Red+Green+Blue) = 89+44+11=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #592C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C0B is #A6D3F4. Grayscale: #353535. Windows color (decimal): -10933237 or 732249. OLE color: 732249.
HSL color Cylindrical-coordinate representation of color #592C0B: hue angle of 25.38º 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 #592C0B is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 11 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.65 |
| HSL | 25.38º | 0.78% | 0.2% | - |
| HSV(B) | 25.38º | 0.88% | 0.35% | - |
| XYZ | 5.08 | 3.95 | 0.81 | - |
| YUV | 53.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 11 | 0 | 0.51 | 0.88 | 0.65 | 25.38 | 0.78 | 0.2 |
| Hex | 59 | 2C | B | 0 | 33 | 58 | 41 | 19 | 4E | 14 |
| Octal | 131 | 54 | 13 | 0 | 63 | 130 | 101 | 31 | 116 | 24 |
| Binary | 1011001 | 101100 | 1011 | 0 | 110011 | 1011000 | 1000001 | 11001 | 1001110 | 10100 |
Color Harmonies of #592C0B
Complementary color
Monochromatic Colors of #592C0B
Black with #592C0B
Text Example
Text Example
White with #592C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C0B; }
p { color: rgb(89,44,11); }
H1.HeaderClassName
{
color: #592C0B;
}
.AnyTagClassName
{
color: #592C0B;
}
</style>
background-color css
<style>
a { background-color: #592C0B; }
a { background-color: rgb(89,44,11); }
div.DivClassName
{
background-color: #592C0B;
}
.BgClassName
{
background-color: #592C0B;
}
</style>
border-color css
<style>
span { border-color: #592C0B; }
span { border-color: rgb(89,44,11); }
td.TdClassName
{
border-color: #592C0B;
}
.TagClassName
{
border-color: #592C0B;
}
</style>