Shades of Baker's Chocolate #593A0A
Tints of Baker's Chocolate #593A0A
RGB
CMYK
RGB Variations
Color information
#593A0A (or 0x593A0A) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 0A. RGB value is (89,58,10). Sum of RGB (Red+Green+Blue) = 89+58+10=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #593A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A0A is #A6C5F5. Grayscale: #3E3E3E. Windows color (decimal): -10929654 or 670297. OLE color: 670297.
HSL color Cylindrical-coordinate representation of color #593A0A: hue angle of 36.46º 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 #593A0A is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 10 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.65 |
| HSL | 36.46º | 0.8% | 0.19% | - |
| HSV(B) | 36.46º | 0.89% | 0.35% | - |
| XYZ | 5.69 | 5.17 | 0.99 | - |
| YUV | 61.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 10 | 0 | 0.35 | 0.89 | 0.65 | 36.46 | 0.8 | 0.19 |
| Hex | 59 | 3A | A | 0 | 23 | 59 | 41 | 24 | 50 | 13 |
| Octal | 131 | 72 | 12 | 0 | 43 | 131 | 101 | 44 | 120 | 23 |
| Binary | 1011001 | 111010 | 1010 | 0 | 100011 | 1011001 | 1000001 | 100100 | 1010000 | 10011 |
Color Harmonies of #593A0A
Complementary color
Monochromatic Colors of #593A0A
Black with #593A0A
Text Example
Text Example
White with #593A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A0A; }
p { color: rgb(89,58,10); }
H1.HeaderClassName
{
color: #593A0A;
}
.AnyTagClassName
{
color: #593A0A;
}
</style>
background-color css
<style>
a { background-color: #593A0A; }
a { background-color: rgb(89,58,10); }
div.DivClassName
{
background-color: #593A0A;
}
.BgClassName
{
background-color: #593A0A;
}
</style>
border-color css
<style>
span { border-color: #593A0A; }
span { border-color: rgb(89,58,10); }
td.TdClassName
{
border-color: #593A0A;
}
.TagClassName
{
border-color: #593A0A;
}
</style>