Shades of Baker's Chocolate #593816
Tints of Baker's Chocolate #593816
RGB
CMYK
RGB Variations
Color information
#593816 (or 0x593816) is known color: Baker's Chocolate. HEX triplet: 59, 38 and 16. RGB value is (89,56,22). Sum of RGB (Red+Green+Blue) = 89+56+22=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #593816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593816 is #A6C7E9. Grayscale: #3E3E3E. Windows color (decimal): -10930154 or 1456217. OLE color: 1456217.
HSL color Cylindrical-coordinate representation of color #593816: hue angle of 30.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593816 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 56 | 22 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.65 |
| HSL | 30.45º | 0.6% | 0.22% | - |
| HSV(B) | 30.45º | 0.75% | 0.35% | - |
| XYZ | 5.68 | 5.01 | 1.43 | - |
| YUV | 61.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 22 | 0 | 0.37 | 0.75 | 0.65 | 30.45 | 0.6 | 0.22 |
| Hex | 59 | 38 | 16 | 0 | 25 | 4B | 41 | 1E | 3C | 16 |
| Octal | 131 | 70 | 26 | 0 | 45 | 113 | 101 | 36 | 74 | 26 |
| Binary | 1011001 | 111000 | 10110 | 0 | 100101 | 1001011 | 1000001 | 11110 | 111100 | 10110 |
Color Harmonies of #593816
Complementary color
Monochromatic Colors of #593816
Black with #593816
Text Example
Text Example
White with #593816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593816; }
p { color: rgb(89,56,22); }
H1.HeaderClassName
{
color: #593816;
}
.AnyTagClassName
{
color: #593816;
}
</style>
background-color css
<style>
a { background-color: #593816; }
a { background-color: rgb(89,56,22); }
div.DivClassName
{
background-color: #593816;
}
.BgClassName
{
background-color: #593816;
}
</style>
border-color css
<style>
span { border-color: #593816; }
span { border-color: rgb(89,56,22); }
td.TdClassName
{
border-color: #593816;
}
.TagClassName
{
border-color: #593816;
}
</style>