Shades of Baker's Chocolate #593707
Tints of Baker's Chocolate #593707
RGB
CMYK
RGB Variations
Color information
#593707 (or 0x593707) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 07. RGB value is (89,55,7). Sum of RGB (Red+Green+Blue) = 89+55+7=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #593707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593707 is #A6C8F8. Grayscale: #3B3B3B. Windows color (decimal): -10930425 or 472921. OLE color: 472921.
HSL color Cylindrical-coordinate representation of color #593707: hue angle of 35.12º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #593707 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 55 | 7 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.65 |
| HSL | 35.12º | 0.85% | 0.19% | - |
| HSV(B) | 35.12º | 0.92% | 0.35% | - |
| XYZ | 5.52 | 4.87 | 0.85 | - |
| YUV | 59.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 7 | 0 | 0.38 | 0.92 | 0.65 | 35.12 | 0.85 | 0.19 |
| Hex | 59 | 37 | 7 | 0 | 26 | 5C | 41 | 23 | 55 | 13 |
| Octal | 131 | 67 | 7 | 0 | 46 | 134 | 101 | 43 | 125 | 23 |
| Binary | 1011001 | 110111 | 111 | 0 | 100110 | 1011100 | 1000001 | 100011 | 1010101 | 10011 |
Color Harmonies of #593707
Complementary color
Monochromatic Colors of #593707
Black with #593707
Text Example
Text Example
White with #593707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593707; }
p { color: rgb(89,55,7); }
H1.HeaderClassName
{
color: #593707;
}
.AnyTagClassName
{
color: #593707;
}
</style>
background-color css
<style>
a { background-color: #593707; }
a { background-color: rgb(89,55,7); }
div.DivClassName
{
background-color: #593707;
}
.BgClassName
{
background-color: #593707;
}
</style>
border-color css
<style>
span { border-color: #593707; }
span { border-color: rgb(89,55,7); }
td.TdClassName
{
border-color: #593707;
}
.TagClassName
{
border-color: #593707;
}
</style>