Shades of Baker's Chocolate #592E0B
Tints of Baker's Chocolate #592E0B
RGB
CMYK
RGB Variations
Color information
#592E0B (or 0x592E0B) is known color: Baker's Chocolate. HEX triplet: 59, 2E and 0B. RGB value is (89,46,11). Sum of RGB (Red+Green+Blue) = 89+46+11=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #592E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E0B is #A6D1F4. Grayscale: #373737. Windows color (decimal): -10932725 or 732761. OLE color: 732761.
HSL color Cylindrical-coordinate representation of color #592E0B: hue angle of 26.92º 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 #592E0B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 11 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.65 |
| HSL | 26.92º | 0.78% | 0.2% | - |
| HSV(B) | 26.92º | 0.88% | 0.35% | - |
| XYZ | 5.16 | 4.1 | 0.84 | - |
| YUV | 54.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 11 | 0 | 0.48 | 0.88 | 0.65 | 26.92 | 0.78 | 0.2 |
| Hex | 59 | 2E | B | 0 | 30 | 58 | 41 | 1B | 4E | 14 |
| Octal | 131 | 56 | 13 | 0 | 60 | 130 | 101 | 33 | 116 | 24 |
| Binary | 1011001 | 101110 | 1011 | 0 | 110000 | 1011000 | 1000001 | 11011 | 1001110 | 10100 |
Color Harmonies of #592E0B
Complementary color
Monochromatic Colors of #592E0B
Black with #592E0B
Text Example
Text Example
White with #592E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E0B; }
p { color: rgb(89,46,11); }
H1.HeaderClassName
{
color: #592E0B;
}
.AnyTagClassName
{
color: #592E0B;
}
</style>
background-color css
<style>
a { background-color: #592E0B; }
a { background-color: rgb(89,46,11); }
div.DivClassName
{
background-color: #592E0B;
}
.BgClassName
{
background-color: #592E0B;
}
</style>
border-color css
<style>
span { border-color: #592E0B; }
span { border-color: rgb(89,46,11); }
td.TdClassName
{
border-color: #592E0B;
}
.TagClassName
{
border-color: #592E0B;
}
</style>