Shades of Baker's Chocolate #593E0A
Tints of Baker's Chocolate #593E0A
RGB
CMYK
RGB Variations
Color information
#593E0A (or 0x593E0A) is known color: Baker's Chocolate. HEX triplet: 59, 3E and 0A. RGB value is (89,62,10). Sum of RGB (Red+Green+Blue) = 89+62+10=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #593E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593E0A is #A6C1F5. Grayscale: #404040. Windows color (decimal): -10928630 or 671321. OLE color: 671321.
HSL color Cylindrical-coordinate representation of color #593E0A: hue angle of 39.49º 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 #593E0A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 10 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.65 |
| HSL | 39.49º | 0.8% | 0.19% | - |
| HSV(B) | 39.49º | 0.89% | 0.35% | - |
| XYZ | 5.9 | 5.59 | 1.06 | - |
| YUV | 64.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 10 | 0 | 0.30 | 0.89 | 0.65 | 39.49 | 0.8 | 0.19 |
| Hex | 59 | 3E | A | 0 | 1E | 59 | 41 | 27 | 50 | 13 |
| Octal | 131 | 76 | 12 | 0 | 36 | 131 | 101 | 47 | 120 | 23 |
| Binary | 1011001 | 111110 | 1010 | 0 | 11110 | 1011001 | 1000001 | 100111 | 1010000 | 10011 |
Color Harmonies of #593E0A
Complementary color
Monochromatic Colors of #593E0A
Black with #593E0A
Text Example
Text Example
White with #593E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E0A; }
p { color: rgb(89,62,10); }
H1.HeaderClassName
{
color: #593E0A;
}
.AnyTagClassName
{
color: #593E0A;
}
</style>
background-color css
<style>
a { background-color: #593E0A; }
a { background-color: rgb(89,62,10); }
div.DivClassName
{
background-color: #593E0A;
}
.BgClassName
{
background-color: #593E0A;
}
</style>
border-color css
<style>
span { border-color: #593E0A; }
span { border-color: rgb(89,62,10); }
td.TdClassName
{
border-color: #593E0A;
}
.TagClassName
{
border-color: #593E0A;
}
</style>