Shades of Baker's Chocolate #59280A
Tints of Baker's Chocolate #59280A
RGB
CMYK
RGB Variations
Color information
#59280A (or 0x59280A) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 0A. RGB value is (89,40,10). Sum of RGB (Red+Green+Blue) = 89+40+10=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59280A is #A6D7F5. Grayscale: #333333. Windows color (decimal): -10934262 or 665689. OLE color: 665689.
HSL color Cylindrical-coordinate representation of color #59280A: hue angle of 22.78º 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 #59280A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 10 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.65 |
| HSL | 22.78º | 0.8% | 0.19% | - |
| HSV(B) | 22.78º | 0.89% | 0.35% | - |
| XYZ | 4.93 | 3.66 | 0.73 | - |
| YUV | 51.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 10 | 0 | 0.55 | 0.89 | 0.65 | 22.78 | 0.8 | 0.19 |
| Hex | 59 | 28 | A | 0 | 37 | 59 | 41 | 17 | 50 | 13 |
| Octal | 131 | 50 | 12 | 0 | 67 | 131 | 101 | 27 | 120 | 23 |
| Binary | 1011001 | 101000 | 1010 | 0 | 110111 | 1011001 | 1000001 | 10111 | 1010000 | 10011 |
Color Harmonies of #59280A
Complementary color
Monochromatic Colors of #59280A
Black with #59280A
Text Example
Text Example
White with #59280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59280A; }
p { color: rgb(89,40,10); }
H1.HeaderClassName
{
color: #59280A;
}
.AnyTagClassName
{
color: #59280A;
}
</style>
background-color css
<style>
a { background-color: #59280A; }
a { background-color: rgb(89,40,10); }
div.DivClassName
{
background-color: #59280A;
}
.BgClassName
{
background-color: #59280A;
}
</style>
border-color css
<style>
span { border-color: #59280A; }
span { border-color: rgb(89,40,10); }
td.TdClassName
{
border-color: #59280A;
}
.TagClassName
{
border-color: #59280A;
}
</style>