Shades of Baker's Chocolate #593711
Tints of Baker's Chocolate #593711
RGB
CMYK
RGB Variations
Color information
#593711 (or 0x593711) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 11. RGB value is (89,55,17). Sum of RGB (Red+Green+Blue) = 89+55+17=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #593711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593711 is #A6C8EE. Grayscale: #3D3D3D. Windows color (decimal): -10930415 or 1128281. OLE color: 1128281.
HSL color Cylindrical-coordinate representation of color #593711: hue angle of 31.67º 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 #593711 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 55 | 17 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.65 |
| HSL | 31.67º | 0.68% | 0.21% | - |
| HSV(B) | 31.67º | 0.81% | 0.35% | - |
| XYZ | 5.59 | 4.9 | 1.18 | - |
| YUV | 60.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 17 | 0 | 0.38 | 0.81 | 0.65 | 31.67 | 0.68 | 0.21 |
| Hex | 59 | 37 | 11 | 0 | 26 | 51 | 41 | 20 | 44 | 15 |
| Octal | 131 | 67 | 21 | 0 | 46 | 121 | 101 | 40 | 104 | 25 |
| Binary | 1011001 | 110111 | 10001 | 0 | 100110 | 1010001 | 1000001 | 100000 | 1000100 | 10101 |
Color Harmonies of #593711
Complementary color
Monochromatic Colors of #593711
Black with #593711
Text Example
Text Example
White with #593711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593711; }
p { color: rgb(89,55,17); }
H1.HeaderClassName
{
color: #593711;
}
.AnyTagClassName
{
color: #593711;
}
</style>
background-color css
<style>
a { background-color: #593711; }
a { background-color: rgb(89,55,17); }
div.DivClassName
{
background-color: #593711;
}
.BgClassName
{
background-color: #593711;
}
</style>
border-color css
<style>
span { border-color: #593711; }
span { border-color: rgb(89,55,17); }
td.TdClassName
{
border-color: #593711;
}
.TagClassName
{
border-color: #593711;
}
</style>