Shades of Baker's Chocolate #593E03
Tints of Baker's Chocolate #593E03
RGB
CMYK
RGB Variations
Color information
#593E03 (or 0x593E03) is known color: Baker's Chocolate. HEX triplet: 59, 3E and 03. RGB value is (89,62,3). Sum of RGB (Red+Green+Blue) = 89+62+3=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #593E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593E03 is #A6C1FC. Grayscale: #3F3F3F. Windows color (decimal): -10928637 or 212569. OLE color: 212569.
HSL color Cylindrical-coordinate representation of color #593E03: hue angle of 41.16º 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 #593E03 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 3 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.65 |
| HSL | 41.16º | 0.93% | 0.18% | - |
| HSV(B) | 41.16º | 0.97% | 0.35% | - |
| XYZ | 5.86 | 5.58 | 0.85 | - |
| YUV | 63.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 3 | 0 | 0.30 | 0.97 | 0.65 | 41.16 | 0.93 | 0.18 |
| Hex | 59 | 3E | 3 | 0 | 1E | 61 | 41 | 29 | 5D | 12 |
| Octal | 131 | 76 | 3 | 0 | 36 | 141 | 101 | 51 | 135 | 22 |
| Binary | 1011001 | 111110 | 11 | 0 | 11110 | 1100001 | 1000001 | 101001 | 1011101 | 10010 |
Color Harmonies of #593E03
Complementary color
Monochromatic Colors of #593E03
Black with #593E03
Text Example
Text Example
White with #593E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E03; }
p { color: rgb(89,62,3); }
H1.HeaderClassName
{
color: #593E03;
}
.AnyTagClassName
{
color: #593E03;
}
</style>
background-color css
<style>
a { background-color: #593E03; }
a { background-color: rgb(89,62,3); }
div.DivClassName
{
background-color: #593E03;
}
.BgClassName
{
background-color: #593E03;
}
</style>
border-color css
<style>
span { border-color: #593E03; }
span { border-color: rgb(89,62,3); }
td.TdClassName
{
border-color: #593E03;
}
.TagClassName
{
border-color: #593E03;
}
</style>