Shades of Baker's Chocolate #59330D
Tints of Baker's Chocolate #59330D
RGB
CMYK
RGB Variations
Color information
#59330D (or 0x59330D) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 0D. RGB value is (89,51,13). Sum of RGB (Red+Green+Blue) = 89+51+13=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59330D is #A6CCF2. Grayscale: #3A3A3A. Windows color (decimal): -10931443 or 865113. OLE color: 865113.
HSL color Cylindrical-coordinate representation of color #59330D: hue angle of 30º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59330D is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 13 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.65 |
| HSL | 30º | 0.75% | 0.2% | - |
| HSV(B) | 30º | 0.85% | 0.35% | - |
| XYZ | 5.38 | 4.52 | 0.97 | - |
| YUV | 58.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 13 | 0 | 0.43 | 0.85 | 0.65 | 30 | 0.75 | 0.2 |
| Hex | 59 | 33 | D | 0 | 2B | 55 | 41 | 1E | 4B | 14 |
| Octal | 131 | 63 | 15 | 0 | 53 | 125 | 101 | 36 | 113 | 24 |
| Binary | 1011001 | 110011 | 1101 | 0 | 101011 | 1010101 | 1000001 | 11110 | 1001011 | 10100 |
Color Harmonies of #59330D
Complementary color
Monochromatic Colors of #59330D
Black with #59330D
Text Example
Text Example
White with #59330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59330D; }
p { color: rgb(89,51,13); }
H1.HeaderClassName
{
color: #59330D;
}
.AnyTagClassName
{
color: #59330D;
}
</style>
background-color css
<style>
a { background-color: #59330D; }
a { background-color: rgb(89,51,13); }
div.DivClassName
{
background-color: #59330D;
}
.BgClassName
{
background-color: #59330D;
}
</style>
border-color css
<style>
span { border-color: #59330D; }
span { border-color: rgb(89,51,13); }
td.TdClassName
{
border-color: #59330D;
}
.TagClassName
{
border-color: #59330D;
}
</style>