Shades of Baker's Chocolate #59350A
Tints of Baker's Chocolate #59350A
RGB
CMYK
RGB Variations
Color information
#59350A (or 0x59350A) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 0A. RGB value is (89,53,10). Sum of RGB (Red+Green+Blue) = 89+53+10=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59350A is #A6CAF5. Grayscale: #3B3B3B. Windows color (decimal): -10930934 or 669017. OLE color: 669017.
HSL color Cylindrical-coordinate representation of color #59350A: hue angle of 32.66º 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 #59350A is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 10 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.65 |
| HSL | 32.66º | 0.8% | 0.19% | - |
| HSV(B) | 32.66º | 0.89% | 0.35% | - |
| XYZ | 5.45 | 4.69 | 0.91 | - |
| YUV | 58.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 10 | 0 | 0.40 | 0.89 | 0.65 | 32.66 | 0.8 | 0.19 |
| Hex | 59 | 35 | A | 0 | 28 | 59 | 41 | 21 | 50 | 13 |
| Octal | 131 | 65 | 12 | 0 | 50 | 131 | 101 | 41 | 120 | 23 |
| Binary | 1011001 | 110101 | 1010 | 0 | 101000 | 1011001 | 1000001 | 100001 | 1010000 | 10011 |
Color Harmonies of #59350A
Complementary color
Monochromatic Colors of #59350A
Black with #59350A
Text Example
Text Example
White with #59350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59350A; }
p { color: rgb(89,53,10); }
H1.HeaderClassName
{
color: #59350A;
}
.AnyTagClassName
{
color: #59350A;
}
</style>
background-color css
<style>
a { background-color: #59350A; }
a { background-color: rgb(89,53,10); }
div.DivClassName
{
background-color: #59350A;
}
.BgClassName
{
background-color: #59350A;
}
</style>
border-color css
<style>
span { border-color: #59350A; }
span { border-color: rgb(89,53,10); }
td.TdClassName
{
border-color: #59350A;
}
.TagClassName
{
border-color: #59350A;
}
</style>