Shades of Baker's Chocolate #592E0E
Tints of Baker's Chocolate #592E0E
RGB
CMYK
RGB Variations
Color information
#592E0E (or 0x592E0E) is known color: Baker's Chocolate. HEX triplet: 59, 2E and 0E. RGB value is (89,46,14). Sum of RGB (Red+Green+Blue) = 89+46+14=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #592E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E0E is #A6D1F1. Grayscale: #373737. Windows color (decimal): -10932722 or 929369. OLE color: 929369.
HSL color Cylindrical-coordinate representation of color #592E0E: hue angle of 25.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #592E0E is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 14 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.65 |
| HSL | 25.6º | 0.73% | 0.2% | - |
| HSV(B) | 25.6º | 0.84% | 0.35% | - |
| XYZ | 5.18 | 4.11 | 0.94 | - |
| YUV | 55.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 14 | 0 | 0.48 | 0.84 | 0.65 | 25.6 | 0.73 | 0.2 |
| Hex | 59 | 2E | E | 0 | 30 | 54 | 41 | 1A | 49 | 14 |
| Octal | 131 | 56 | 16 | 0 | 60 | 124 | 101 | 32 | 111 | 24 |
| Binary | 1011001 | 101110 | 1110 | 0 | 110000 | 1010100 | 1000001 | 11010 | 1001001 | 10100 |
Color Harmonies of #592E0E
Complementary color
Monochromatic Colors of #592E0E
Black with #592E0E
Text Example
Text Example
White with #592E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E0E; }
p { color: rgb(89,46,14); }
H1.HeaderClassName
{
color: #592E0E;
}
.AnyTagClassName
{
color: #592E0E;
}
</style>
background-color css
<style>
a { background-color: #592E0E; }
a { background-color: rgb(89,46,14); }
div.DivClassName
{
background-color: #592E0E;
}
.BgClassName
{
background-color: #592E0E;
}
</style>
border-color css
<style>
span { border-color: #592E0E; }
span { border-color: rgb(89,46,14); }
td.TdClassName
{
border-color: #592E0E;
}
.TagClassName
{
border-color: #592E0E;
}
</style>