Shades of Baker's Chocolate #59290F
Tints of Baker's Chocolate #59290F
RGB
CMYK
RGB Variations
Color information
#59290F (or 0x59290F) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 0F. RGB value is (89,41,15). Sum of RGB (Red+Green+Blue) = 89+41+15=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #59290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59290F is #A6D6F0. Grayscale: #343434. Windows color (decimal): -10934001 or 993625. OLE color: 993625.
HSL color Cylindrical-coordinate representation of color #59290F: hue angle of 21.08º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59290F is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 41 | 15 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.65 |
| HSL | 21.08º | 0.71% | 0.2% | - |
| HSV(B) | 21.08º | 0.83% | 0.35% | - |
| XYZ | 5 | 3.74 | 0.91 | - |
| YUV | 52.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 15 | 0 | 0.54 | 0.83 | 0.65 | 21.08 | 0.71 | 0.2 |
| Hex | 59 | 29 | F | 0 | 36 | 53 | 41 | 15 | 47 | 14 |
| Octal | 131 | 51 | 17 | 0 | 66 | 123 | 101 | 25 | 107 | 24 |
| Binary | 1011001 | 101001 | 1111 | 0 | 110110 | 1010011 | 1000001 | 10101 | 1000111 | 10100 |
Color Harmonies of #59290F
Complementary color
Monochromatic Colors of #59290F
Black with #59290F
Text Example
Text Example
White with #59290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59290F; }
p { color: rgb(89,41,15); }
H1.HeaderClassName
{
color: #59290F;
}
.AnyTagClassName
{
color: #59290F;
}
</style>
background-color css
<style>
a { background-color: #59290F; }
a { background-color: rgb(89,41,15); }
div.DivClassName
{
background-color: #59290F;
}
.BgClassName
{
background-color: #59290F;
}
</style>
border-color css
<style>
span { border-color: #59290F; }
span { border-color: rgb(89,41,15); }
td.TdClassName
{
border-color: #59290F;
}
.TagClassName
{
border-color: #59290F;
}
</style>