Shades of Baker's Chocolate #593E11
Tints of Baker's Chocolate #593E11
RGB
CMYK
RGB Variations
Color information
#593E11 (or 0x593E11) is known color: Baker's Chocolate. HEX triplet: 59, 3E and 11. RGB value is (89,62,17). Sum of RGB (Red+Green+Blue) = 89+62+17=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #593E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593E11 is #A6C1EE. Grayscale: #414141. Windows color (decimal): -10928623 or 1130073. OLE color: 1130073.
HSL color Cylindrical-coordinate representation of color #593E11: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #593E11 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 17 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.65 |
| HSL | 37.5º | 0.68% | 0.21% | - |
| HSV(B) | 37.5º | 0.81% | 0.35% | - |
| XYZ | 5.94 | 5.61 | 1.3 | - |
| YUV | 64.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 17 | 0 | 0.30 | 0.81 | 0.65 | 37.5 | 0.68 | 0.21 |
| Hex | 59 | 3E | 11 | 0 | 1E | 51 | 41 | 26 | 44 | 15 |
| Octal | 131 | 76 | 21 | 0 | 36 | 121 | 101 | 46 | 104 | 25 |
| Binary | 1011001 | 111110 | 10001 | 0 | 11110 | 1010001 | 1000001 | 100110 | 1000100 | 10101 |
Color Harmonies of #593E11
Complementary color
Monochromatic Colors of #593E11
Black with #593E11
Text Example
Text Example
White with #593E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E11; }
p { color: rgb(89,62,17); }
H1.HeaderClassName
{
color: #593E11;
}
.AnyTagClassName
{
color: #593E11;
}
</style>
background-color css
<style>
a { background-color: #593E11; }
a { background-color: rgb(89,62,17); }
div.DivClassName
{
background-color: #593E11;
}
.BgClassName
{
background-color: #593E11;
}
</style>
border-color css
<style>
span { border-color: #593E11; }
span { border-color: rgb(89,62,17); }
td.TdClassName
{
border-color: #593E11;
}
.TagClassName
{
border-color: #593E11;
}
</style>