Shades of Baker's Chocolate #593518
Tints of Baker's Chocolate #593518
RGB
CMYK
RGB Variations
Color information
#593518 (or 0x593518) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 18. RGB value is (89,53,24). Sum of RGB (Red+Green+Blue) = 89+53+24=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #593518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593518 is #A6CAE7. Grayscale: #3C3C3C. Windows color (decimal): -10930920 or 1586521. OLE color: 1586521.
HSL color Cylindrical-coordinate representation of color #593518: hue angle of 26.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593518 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 24 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.65 |
| HSL | 26.77º | 0.58% | 0.22% | - |
| HSV(B) | 26.77º | 0.73% | 0.35% | - |
| XYZ | 5.56 | 4.74 | 1.49 | - |
| YUV | 60.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 24 | 0 | 0.40 | 0.73 | 0.65 | 26.77 | 0.58 | 0.22 |
| Hex | 59 | 35 | 18 | 0 | 28 | 49 | 41 | 1B | 3A | 16 |
| Octal | 131 | 65 | 30 | 0 | 50 | 111 | 101 | 33 | 72 | 26 |
| Binary | 1011001 | 110101 | 11000 | 0 | 101000 | 1001001 | 1000001 | 11011 | 111010 | 10110 |
Color Harmonies of #593518
Complementary color
Monochromatic Colors of #593518
Black with #593518
Text Example
Text Example
White with #593518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593518; }
p { color: rgb(89,53,24); }
H1.HeaderClassName
{
color: #593518;
}
.AnyTagClassName
{
color: #593518;
}
</style>
background-color css
<style>
a { background-color: #593518; }
a { background-color: rgb(89,53,24); }
div.DivClassName
{
background-color: #593518;
}
.BgClassName
{
background-color: #593518;
}
</style>
border-color css
<style>
span { border-color: #593518; }
span { border-color: rgb(89,53,24); }
td.TdClassName
{
border-color: #593518;
}
.TagClassName
{
border-color: #593518;
}
</style>