Shades of Baker's Chocolate #59400A
Tints of Baker's Chocolate #59400A
RGB
CMYK
RGB Variations
Color information
#59400A (or 0x59400A) is known color: Baker's Chocolate. HEX triplet: 59, 40 and 0A. RGB value is (89,64,10). Sum of RGB (Red+Green+Blue) = 89+64+10=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59400A is #A6BFF5. Grayscale: #414141. Windows color (decimal): -10928118 or 671833. OLE color: 671833.
HSL color Cylindrical-coordinate representation of color #59400A: hue angle of 41.01º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59400A is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 10 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.65 |
| HSL | 41.01º | 0.8% | 0.19% | - |
| HSV(B) | 41.01º | 0.89% | 0.35% | - |
| XYZ | 6.01 | 5.81 | 1.09 | - |
| YUV | 65.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 10 | 0 | 0.28 | 0.89 | 0.65 | 41.01 | 0.8 | 0.19 |
| Hex | 59 | 40 | A | 0 | 1C | 59 | 41 | 29 | 50 | 13 |
| Octal | 131 | 100 | 12 | 0 | 34 | 131 | 101 | 51 | 120 | 23 |
| Binary | 1011001 | 1000000 | 1010 | 0 | 11100 | 1011001 | 1000001 | 101001 | 1010000 | 10011 |
Color Harmonies of #59400A
Complementary color
Monochromatic Colors of #59400A
Black with #59400A
Text Example
Text Example
White with #59400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59400A; }
p { color: rgb(89,64,10); }
H1.HeaderClassName
{
color: #59400A;
}
.AnyTagClassName
{
color: #59400A;
}
</style>
background-color css
<style>
a { background-color: #59400A; }
a { background-color: rgb(89,64,10); }
div.DivClassName
{
background-color: #59400A;
}
.BgClassName
{
background-color: #59400A;
}
</style>
border-color css
<style>
span { border-color: #59400A; }
span { border-color: rgb(89,64,10); }
td.TdClassName
{
border-color: #59400A;
}
.TagClassName
{
border-color: #59400A;
}
</style>