Shades of Baker's Chocolate #593A0B
Tints of Baker's Chocolate #593A0B
RGB
CMYK
RGB Variations
Color information
#593A0B (or 0x593A0B) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 0B. RGB value is (89,58,11). Sum of RGB (Red+Green+Blue) = 89+58+11=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #593A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A0B is #A6C5F4. Grayscale: #3E3E3E. Windows color (decimal): -10929653 or 735833. OLE color: 735833.
HSL color Cylindrical-coordinate representation of color #593A0B: hue angle of 36.15º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #593A0B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 11 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.65 |
| HSL | 36.15º | 0.78% | 0.2% | - |
| HSV(B) | 36.15º | 0.88% | 0.35% | - |
| XYZ | 5.69 | 5.17 | 1.02 | - |
| YUV | 61.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 11 | 0 | 0.35 | 0.88 | 0.65 | 36.15 | 0.78 | 0.2 |
| Hex | 59 | 3A | B | 0 | 23 | 58 | 41 | 24 | 4E | 14 |
| Octal | 131 | 72 | 13 | 0 | 43 | 130 | 101 | 44 | 116 | 24 |
| Binary | 1011001 | 111010 | 1011 | 0 | 100011 | 1011000 | 1000001 | 100100 | 1001110 | 10100 |
Color Harmonies of #593A0B
Complementary color
Monochromatic Colors of #593A0B
Black with #593A0B
Text Example
Text Example
White with #593A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A0B; }
p { color: rgb(89,58,11); }
H1.HeaderClassName
{
color: #593A0B;
}
.AnyTagClassName
{
color: #593A0B;
}
</style>
background-color css
<style>
a { background-color: #593A0B; }
a { background-color: rgb(89,58,11); }
div.DivClassName
{
background-color: #593A0B;
}
.BgClassName
{
background-color: #593A0B;
}
</style>
border-color css
<style>
span { border-color: #593A0B; }
span { border-color: rgb(89,58,11); }
td.TdClassName
{
border-color: #593A0B;
}
.TagClassName
{
border-color: #593A0B;
}
</style>