Shades of Baker's Chocolate #593A0E
Tints of Baker's Chocolate #593A0E
RGB
CMYK
RGB Variations
Color information
#593A0E (or 0x593A0E) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 0E. RGB value is (89,58,14). Sum of RGB (Red+Green+Blue) = 89+58+14=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #593A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A0E is #A6C5F1. Grayscale: #3E3E3E. Windows color (decimal): -10929650 or 932441. OLE color: 932441.
HSL color Cylindrical-coordinate representation of color #593A0E: hue angle of 35.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #593A0E is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 14 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.65 |
| HSL | 35.2º | 0.73% | 0.2% | - |
| HSV(B) | 35.2º | 0.84% | 0.35% | - |
| XYZ | 5.71 | 5.18 | 1.11 | - |
| YUV | 62.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 14 | 0 | 0.35 | 0.84 | 0.65 | 35.2 | 0.73 | 0.2 |
| Hex | 59 | 3A | E | 0 | 23 | 54 | 41 | 23 | 49 | 14 |
| Octal | 131 | 72 | 16 | 0 | 43 | 124 | 101 | 43 | 111 | 24 |
| Binary | 1011001 | 111010 | 1110 | 0 | 100011 | 1010100 | 1000001 | 100011 | 1001001 | 10100 |
Color Harmonies of #593A0E
Complementary color
Monochromatic Colors of #593A0E
Black with #593A0E
Text Example
Text Example
White with #593A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A0E; }
p { color: rgb(89,58,14); }
H1.HeaderClassName
{
color: #593A0E;
}
.AnyTagClassName
{
color: #593A0E;
}
</style>
background-color css
<style>
a { background-color: #593A0E; }
a { background-color: rgb(89,58,14); }
div.DivClassName
{
background-color: #593A0E;
}
.BgClassName
{
background-color: #593A0E;
}
</style>
border-color css
<style>
span { border-color: #593A0E; }
span { border-color: rgb(89,58,14); }
td.TdClassName
{
border-color: #593A0E;
}
.TagClassName
{
border-color: #593A0E;
}
</style>