Shades of Baker's Chocolate #593400
Tints of Baker's Chocolate #593400
RGB
CMYK
RGB Variations
Color information
#593400 (or 0x593400) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 00. RGB value is (89,52,0). Sum of RGB (Red+Green+Blue) = 89+52+0=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #593400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593400 is #A6CBFF. Grayscale: #393939. Windows color (decimal): -10931200 or 13401. OLE color: 13401.
HSL color Cylindrical-coordinate representation of color #593400: hue angle of 35.06º 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 #593400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.65 |
| HSL | 35.06º | 1% | 0.17% | - |
| HSV(B) | 35.06º | 1% | 0.35% | - |
| XYZ | 5.35 | 4.58 | 0.6 | - |
| YUV | 57.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 0 | 0 | 0.42 | 1 | 0.65 | 35.06 | 1 | 0.17 |
| Hex | 59 | 34 | 0 | 0 | 2A | 64 | 41 | 23 | 64 | 11 |
| Octal | 131 | 64 | 0 | 0 | 52 | 144 | 101 | 43 | 144 | 21 |
| Binary | 1011001 | 110100 | 0 | 0 | 101010 | 1100100 | 1000001 | 100011 | 1100100 | 10001 |
Color Harmonies of #593400
Complementary color
Monochromatic Colors of #593400
Black with #593400
Text Example
Text Example
White with #593400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593400; }
p { color: rgb(89,52,0); }
H1.HeaderClassName
{
color: #593400;
}
.AnyTagClassName
{
color: #593400;
}
</style>
background-color css
<style>
a { background-color: #593400; }
a { background-color: rgb(89,52,0); }
div.DivClassName
{
background-color: #593400;
}
.BgClassName
{
background-color: #593400;
}
</style>
border-color css
<style>
span { border-color: #593400; }
span { border-color: rgb(89,52,0); }
td.TdClassName
{
border-color: #593400;
}
.TagClassName
{
border-color: #593400;
}
</style>