Shades of Baker's Chocolate #593C0D
Tints of Baker's Chocolate #593C0D
RGB
CMYK
RGB Variations
Color information
#593C0D (or 0x593C0D) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 0D. RGB value is (89,60,13). Sum of RGB (Red+Green+Blue) = 89+60+13=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C0D is #A6C3F2. Grayscale: #3F3F3F. Windows color (decimal): -10929139 or 867417. OLE color: 867417.
HSL color Cylindrical-coordinate representation of color #593C0D: hue angle of 37.11º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #593C0D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 13 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.65 |
| HSL | 37.11º | 0.75% | 0.2% | - |
| HSV(B) | 37.11º | 0.85% | 0.35% | - |
| XYZ | 5.81 | 5.38 | 1.11 | - |
| YUV | 63.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 13 | 0 | 0.33 | 0.85 | 0.65 | 37.11 | 0.75 | 0.2 |
| Hex | 59 | 3C | D | 0 | 21 | 55 | 41 | 25 | 4B | 14 |
| Octal | 131 | 74 | 15 | 0 | 41 | 125 | 101 | 45 | 113 | 24 |
| Binary | 1011001 | 111100 | 1101 | 0 | 100001 | 1010101 | 1000001 | 100101 | 1001011 | 10100 |
Color Harmonies of #593C0D
Complementary color
Monochromatic Colors of #593C0D
Black with #593C0D
Text Example
Text Example
White with #593C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C0D; }
p { color: rgb(89,60,13); }
H1.HeaderClassName
{
color: #593C0D;
}
.AnyTagClassName
{
color: #593C0D;
}
</style>
background-color css
<style>
a { background-color: #593C0D; }
a { background-color: rgb(89,60,13); }
div.DivClassName
{
background-color: #593C0D;
}
.BgClassName
{
background-color: #593C0D;
}
</style>
border-color css
<style>
span { border-color: #593C0D; }
span { border-color: rgb(89,60,13); }
td.TdClassName
{
border-color: #593C0D;
}
.TagClassName
{
border-color: #593C0D;
}
</style>