Shades of Baker's Chocolate #59260D
Tints of Baker's Chocolate #59260D
RGB
CMYK
RGB Variations
Color information
#59260D (or 0x59260D) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 0D. RGB value is (89,38,13). Sum of RGB (Red+Green+Blue) = 89+38+13=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59260D is #A6D9F2. Grayscale: #323232. Windows color (decimal): -10934771 or 861785. OLE color: 861785.
HSL color Cylindrical-coordinate representation of color #59260D: hue angle of 19.74º 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 #59260D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 38 | 13 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.65 |
| HSL | 19.74º | 0.75% | 0.2% | - |
| HSV(B) | 19.74º | 0.85% | 0.35% | - |
| XYZ | 4.89 | 3.54 | 0.81 | - |
| YUV | 50.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 13 | 0 | 0.57 | 0.85 | 0.65 | 19.74 | 0.75 | 0.2 |
| Hex | 59 | 26 | D | 0 | 39 | 55 | 41 | 14 | 4B | 14 |
| Octal | 131 | 46 | 15 | 0 | 71 | 125 | 101 | 24 | 113 | 24 |
| Binary | 1011001 | 100110 | 1101 | 0 | 111001 | 1010101 | 1000001 | 10100 | 1001011 | 10100 |
Color Harmonies of #59260D
Complementary color
Monochromatic Colors of #59260D
Black with #59260D
Text Example
Text Example
White with #59260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59260D; }
p { color: rgb(89,38,13); }
H1.HeaderClassName
{
color: #59260D;
}
.AnyTagClassName
{
color: #59260D;
}
</style>
background-color css
<style>
a { background-color: #59260D; }
a { background-color: rgb(89,38,13); }
div.DivClassName
{
background-color: #59260D;
}
.BgClassName
{
background-color: #59260D;
}
</style>
border-color css
<style>
span { border-color: #59260D; }
span { border-color: rgb(89,38,13); }
td.TdClassName
{
border-color: #59260D;
}
.TagClassName
{
border-color: #59260D;
}
</style>