Shades of Baker's Chocolate #593C01
Tints of Baker's Chocolate #593C01
RGB
CMYK
RGB Variations
Color information
#593C01 (or 0x593C01) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 01. RGB value is (89,60,1). Sum of RGB (Red+Green+Blue) = 89+60+1=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #593C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C01 is #A6C3FE. Grayscale: #3E3E3E. Windows color (decimal): -10929151 or 80985. OLE color: 80985.
HSL color Cylindrical-coordinate representation of color #593C01: hue angle of 40.23º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #593C01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.65 |
| HSL | 40.23º | 0.98% | 0.18% | - |
| HSV(B) | 40.23º | 0.99% | 0.35% | - |
| XYZ | 5.74 | 5.36 | 0.76 | - |
| YUV | 61.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 1 | 0 | 0.33 | 0.99 | 0.65 | 40.23 | 0.98 | 0.18 |
| Hex | 59 | 3C | 1 | 0 | 21 | 63 | 41 | 28 | 62 | 12 |
| Octal | 131 | 74 | 1 | 0 | 41 | 143 | 101 | 50 | 142 | 22 |
| Binary | 1011001 | 111100 | 1 | 0 | 100001 | 1100011 | 1000001 | 101000 | 1100010 | 10010 |
Color Harmonies of #593C01
Complementary color
Monochromatic Colors of #593C01
Black with #593C01
Text Example
Text Example
White with #593C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C01; }
p { color: rgb(89,60,1); }
H1.HeaderClassName
{
color: #593C01;
}
.AnyTagClassName
{
color: #593C01;
}
</style>
background-color css
<style>
a { background-color: #593C01; }
a { background-color: rgb(89,60,1); }
div.DivClassName
{
background-color: #593C01;
}
.BgClassName
{
background-color: #593C01;
}
</style>
border-color css
<style>
span { border-color: #593C01; }
span { border-color: rgb(89,60,1); }
td.TdClassName
{
border-color: #593C01;
}
.TagClassName
{
border-color: #593C01;
}
</style>