Shades of Baker's Chocolate #593712
Tints of Baker's Chocolate #593712
RGB
CMYK
RGB Variations
Color information
#593712 (or 0x593712) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 12. RGB value is (89,55,18). Sum of RGB (Red+Green+Blue) = 89+55+18=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593712 is #A6C8ED. Grayscale: #3D3D3D. Windows color (decimal): -10930414 or 1193817. OLE color: 1193817.
HSL color Cylindrical-coordinate representation of color #593712: hue angle of 31.27º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593712 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 55 | 18 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.65 |
| HSL | 31.27º | 0.66% | 0.21% | - |
| HSV(B) | 31.27º | 0.8% | 0.35% | - |
| XYZ | 5.6 | 4.9 | 1.22 | - |
| YUV | 60.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 18 | 0 | 0.38 | 0.80 | 0.65 | 31.27 | 0.66 | 0.21 |
| Hex | 59 | 37 | 12 | 0 | 26 | 50 | 41 | 1F | 42 | 15 |
| Octal | 131 | 67 | 22 | 0 | 46 | 120 | 101 | 37 | 102 | 25 |
| Binary | 1011001 | 110111 | 10010 | 0 | 100110 | 1010000 | 1000001 | 11111 | 1000010 | 10101 |
Color Harmonies of #593712
Complementary color
Monochromatic Colors of #593712
Black with #593712
Text Example
Text Example
White with #593712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593712; }
p { color: rgb(89,55,18); }
H1.HeaderClassName
{
color: #593712;
}
.AnyTagClassName
{
color: #593712;
}
</style>
background-color css
<style>
a { background-color: #593712; }
a { background-color: rgb(89,55,18); }
div.DivClassName
{
background-color: #593712;
}
.BgClassName
{
background-color: #593712;
}
</style>
border-color css
<style>
span { border-color: #593712; }
span { border-color: rgb(89,55,18); }
td.TdClassName
{
border-color: #593712;
}
.TagClassName
{
border-color: #593712;
}
</style>