Shades of Baker's Chocolate #593C00
Tints of Baker's Chocolate #593C00
RGB
CMYK
RGB Variations
Color information
#593C00 (or 0x593C00) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 00. RGB value is (89,60,0). Sum of RGB (Red+Green+Blue) = 89+60+0=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #593C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C00 is #A6C3FF. Grayscale: #3E3E3E. Windows color (decimal): -10929152 or 15449. OLE color: 15449.
HSL color Cylindrical-coordinate representation of color #593C00: hue angle of 40.45º 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 #593C00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.65 |
| HSL | 40.45º | 1% | 0.17% | - |
| HSV(B) | 40.45º | 1% | 0.35% | - |
| XYZ | 5.74 | 5.36 | 0.73 | - |
| YUV | 61.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 0 | 0 | 0.33 | 1 | 0.65 | 40.45 | 1 | 0.17 |
| Hex | 59 | 3C | 0 | 0 | 21 | 64 | 41 | 28 | 64 | 11 |
| Octal | 131 | 74 | 0 | 0 | 41 | 144 | 101 | 50 | 144 | 21 |
| Binary | 1011001 | 111100 | 0 | 0 | 100001 | 1100100 | 1000001 | 101000 | 1100100 | 10001 |
Color Harmonies of #593C00
Complementary color
Monochromatic Colors of #593C00
Black with #593C00
Text Example
Text Example
White with #593C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C00; }
p { color: rgb(89,60,0); }
H1.HeaderClassName
{
color: #593C00;
}
.AnyTagClassName
{
color: #593C00;
}
</style>
background-color css
<style>
a { background-color: #593C00; }
a { background-color: rgb(89,60,0); }
div.DivClassName
{
background-color: #593C00;
}
.BgClassName
{
background-color: #593C00;
}
</style>
border-color css
<style>
span { border-color: #593C00; }
span { border-color: rgb(89,60,0); }
td.TdClassName
{
border-color: #593C00;
}
.TagClassName
{
border-color: #593C00;
}
</style>