Shades of Baker's Chocolate #593505
Tints of Baker's Chocolate #593505
RGB
CMYK
RGB Variations
Color information
#593505 (or 0x593505) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 05. RGB value is (89,53,5). Sum of RGB (Red+Green+Blue) = 89+53+5=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #593505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593505 is #A6CAFA. Grayscale: #3A3A3A. Windows color (decimal): -10930939 or 341337. OLE color: 341337.
HSL color Cylindrical-coordinate representation of color #593505: hue angle of 34.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #593505 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 5 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.65 |
| HSL | 34.29º | 0.89% | 0.18% | - |
| HSV(B) | 34.29º | 0.94% | 0.35% | - |
| XYZ | 5.42 | 4.68 | 0.76 | - |
| YUV | 58.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 5 | 0 | 0.40 | 0.94 | 0.65 | 34.29 | 0.89 | 0.18 |
| Hex | 59 | 35 | 5 | 0 | 28 | 5E | 41 | 22 | 59 | 12 |
| Octal | 131 | 65 | 5 | 0 | 50 | 136 | 101 | 42 | 131 | 22 |
| Binary | 1011001 | 110101 | 101 | 0 | 101000 | 1011110 | 1000001 | 100010 | 1011001 | 10010 |
Color Harmonies of #593505
Complementary color
Monochromatic Colors of #593505
Black with #593505
Text Example
Text Example
White with #593505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593505; }
p { color: rgb(89,53,5); }
H1.HeaderClassName
{
color: #593505;
}
.AnyTagClassName
{
color: #593505;
}
</style>
background-color css
<style>
a { background-color: #593505; }
a { background-color: rgb(89,53,5); }
div.DivClassName
{
background-color: #593505;
}
.BgClassName
{
background-color: #593505;
}
</style>
border-color css
<style>
span { border-color: #593505; }
span { border-color: rgb(89,53,5); }
td.TdClassName
{
border-color: #593505;
}
.TagClassName
{
border-color: #593505;
}
</style>