Shades of Baker's Chocolate #593713
Tints of Baker's Chocolate #593713
RGB
CMYK
RGB Variations
Color information
#593713 (or 0x593713) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 13. RGB value is (89,55,19). Sum of RGB (Red+Green+Blue) = 89+55+19=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593713 is #A6C8EC. Grayscale: #3D3D3D. Windows color (decimal): -10930413 or 1259353. OLE color: 1259353.
HSL color Cylindrical-coordinate representation of color #593713: hue angle of 30.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #593713 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 55 | 19 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.65 |
| HSL | 30.86º | 0.65% | 0.21% | - |
| HSV(B) | 30.86º | 0.79% | 0.35% | - |
| XYZ | 5.6 | 4.9 | 1.27 | - |
| YUV | 61.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 19 | 0 | 0.38 | 0.79 | 0.65 | 30.86 | 0.65 | 0.21 |
| Hex | 59 | 37 | 13 | 0 | 26 | 4F | 41 | 1F | 41 | 15 |
| Octal | 131 | 67 | 23 | 0 | 46 | 117 | 101 | 37 | 101 | 25 |
| Binary | 1011001 | 110111 | 10011 | 0 | 100110 | 1001111 | 1000001 | 11111 | 1000001 | 10101 |
Color Harmonies of #593713
Complementary color
Monochromatic Colors of #593713
Black with #593713
Text Example
Text Example
White with #593713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593713; }
p { color: rgb(89,55,19); }
H1.HeaderClassName
{
color: #593713;
}
.AnyTagClassName
{
color: #593713;
}
</style>
background-color css
<style>
a { background-color: #593713; }
a { background-color: rgb(89,55,19); }
div.DivClassName
{
background-color: #593713;
}
.BgClassName
{
background-color: #593713;
}
</style>
border-color css
<style>
span { border-color: #593713; }
span { border-color: rgb(89,55,19); }
td.TdClassName
{
border-color: #593713;
}
.TagClassName
{
border-color: #593713;
}
</style>