Shades of Baker's Chocolate #59360D
Tints of Baker's Chocolate #59360D
RGB
CMYK
RGB Variations
Color information
#59360D (or 0x59360D) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 0D. RGB value is (89,54,13). Sum of RGB (Red+Green+Blue) = 89+54+13=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59360D is #A6C9F2. Grayscale: #3B3B3B. Windows color (decimal): -10930675 or 865881. OLE color: 865881.
HSL color Cylindrical-coordinate representation of color #59360D: hue angle of 32.37º 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 #59360D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 54 | 13 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.65 |
| HSL | 32.37º | 0.75% | 0.2% | - |
| HSV(B) | 32.37º | 0.85% | 0.35% | - |
| XYZ | 5.51 | 4.79 | 1.02 | - |
| YUV | 59.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 13 | 0 | 0.39 | 0.85 | 0.65 | 32.37 | 0.75 | 0.2 |
| Hex | 59 | 36 | D | 0 | 27 | 55 | 41 | 20 | 4B | 14 |
| Octal | 131 | 66 | 15 | 0 | 47 | 125 | 101 | 40 | 113 | 24 |
| Binary | 1011001 | 110110 | 1101 | 0 | 100111 | 1010101 | 1000001 | 100000 | 1001011 | 10100 |
Color Harmonies of #59360D
Complementary color
Monochromatic Colors of #59360D
Black with #59360D
Text Example
Text Example
White with #59360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59360D; }
p { color: rgb(89,54,13); }
H1.HeaderClassName
{
color: #59360D;
}
.AnyTagClassName
{
color: #59360D;
}
</style>
background-color css
<style>
a { background-color: #59360D; }
a { background-color: rgb(89,54,13); }
div.DivClassName
{
background-color: #59360D;
}
.BgClassName
{
background-color: #59360D;
}
</style>
border-color css
<style>
span { border-color: #59360D; }
span { border-color: rgb(89,54,13); }
td.TdClassName
{
border-color: #59360D;
}
.TagClassName
{
border-color: #59360D;
}
</style>