Shades of Baker's Chocolate #593700
Tints of Baker's Chocolate #593700
RGB
CMYK
RGB Variations
Color information
#593700 (or 0x593700) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 00. RGB value is (89,55,0). Sum of RGB (Red+Green+Blue) = 89+55+0=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #593700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593700 is #A6C8FF. Grayscale: #3B3B3B. Windows color (decimal): -10930432 or 14169. OLE color: 14169.
HSL color Cylindrical-coordinate representation of color #593700: hue angle of 37.08º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #593700 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 55 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.65 |
| HSL | 37.08º | 1% | 0.17% | - |
| HSV(B) | 37.08º | 1% | 0.35% | - |
| XYZ | 5.49 | 4.86 | 0.65 | - |
| YUV | 58.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 0 | 0 | 0.38 | 1 | 0.65 | 37.08 | 1 | 0.17 |
| Hex | 59 | 37 | 0 | 0 | 26 | 64 | 41 | 25 | 64 | 11 |
| Octal | 131 | 67 | 0 | 0 | 46 | 144 | 101 | 45 | 144 | 21 |
| Binary | 1011001 | 110111 | 0 | 0 | 100110 | 1100100 | 1000001 | 100101 | 1100100 | 10001 |
Color Harmonies of #593700
Complementary color
Monochromatic Colors of #593700
Black with #593700
Text Example
Text Example
White with #593700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593700; }
p { color: rgb(89,55,0); }
H1.HeaderClassName
{
color: #593700;
}
.AnyTagClassName
{
color: #593700;
}
</style>
background-color css
<style>
a { background-color: #593700; }
a { background-color: rgb(89,55,0); }
div.DivClassName
{
background-color: #593700;
}
.BgClassName
{
background-color: #593700;
}
</style>
border-color css
<style>
span { border-color: #593700; }
span { border-color: rgb(89,55,0); }
td.TdClassName
{
border-color: #593700;
}
.TagClassName
{
border-color: #593700;
}
</style>