Shades of Baker's Chocolate #593C03
Tints of Baker's Chocolate #593C03
RGB
CMYK
RGB Variations
Color information
#593C03 (or 0x593C03) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 03. RGB value is (89,60,3). Sum of RGB (Red+Green+Blue) = 89+60+3=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #593C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C03 is #A6C3FC. Grayscale: #3E3E3E. Windows color (decimal): -10929149 or 212057. OLE color: 212057.
HSL color Cylindrical-coordinate representation of color #593C03: hue angle of 39.77º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #593C03 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 3 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.65 |
| HSL | 39.77º | 0.93% | 0.18% | - |
| HSV(B) | 39.77º | 0.97% | 0.35% | - |
| XYZ | 5.75 | 5.36 | 0.82 | - |
| YUV | 62.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 3 | 0 | 0.33 | 0.97 | 0.65 | 39.77 | 0.93 | 0.18 |
| Hex | 59 | 3C | 3 | 0 | 21 | 61 | 41 | 28 | 5D | 12 |
| Octal | 131 | 74 | 3 | 0 | 41 | 141 | 101 | 50 | 135 | 22 |
| Binary | 1011001 | 111100 | 11 | 0 | 100001 | 1100001 | 1000001 | 101000 | 1011101 | 10010 |
Color Harmonies of #593C03
Complementary color
Monochromatic Colors of #593C03
Black with #593C03
Text Example
Text Example
White with #593C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C03; }
p { color: rgb(89,60,3); }
H1.HeaderClassName
{
color: #593C03;
}
.AnyTagClassName
{
color: #593C03;
}
</style>
background-color css
<style>
a { background-color: #593C03; }
a { background-color: rgb(89,60,3); }
div.DivClassName
{
background-color: #593C03;
}
.BgClassName
{
background-color: #593C03;
}
</style>
border-color css
<style>
span { border-color: #593C03; }
span { border-color: rgb(89,60,3); }
td.TdClassName
{
border-color: #593C03;
}
.TagClassName
{
border-color: #593C03;
}
</style>