Shades of Baker's Chocolate #593114
Tints of Baker's Chocolate #593114
RGB
CMYK
RGB Variations
Color information
#593114 (or 0x593114) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 14. RGB value is (89,49,20). Sum of RGB (Red+Green+Blue) = 89+49+20=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #593114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593114 is #A6CEEB. Grayscale: #393939. Windows color (decimal): -10931948 or 1323353. OLE color: 1323353.
HSL color Cylindrical-coordinate representation of color #593114: hue angle of 25.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #593114 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 20 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.65 |
| HSL | 25.22º | 0.63% | 0.21% | - |
| HSV(B) | 25.22º | 0.78% | 0.35% | - |
| XYZ | 5.34 | 4.37 | 1.22 | - |
| YUV | 57.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 20 | 0 | 0.45 | 0.78 | 0.65 | 25.22 | 0.63 | 0.21 |
| Hex | 59 | 31 | 14 | 0 | 2D | 4E | 41 | 19 | 3F | 15 |
| Octal | 131 | 61 | 24 | 0 | 55 | 116 | 101 | 31 | 77 | 25 |
| Binary | 1011001 | 110001 | 10100 | 0 | 101101 | 1001110 | 1000001 | 11001 | 111111 | 10101 |
Color Harmonies of #593114
Complementary color
Monochromatic Colors of #593114
Black with #593114
Text Example
Text Example
White with #593114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593114; }
p { color: rgb(89,49,20); }
H1.HeaderClassName
{
color: #593114;
}
.AnyTagClassName
{
color: #593114;
}
</style>
background-color css
<style>
a { background-color: #593114; }
a { background-color: rgb(89,49,20); }
div.DivClassName
{
background-color: #593114;
}
.BgClassName
{
background-color: #593114;
}
</style>
border-color css
<style>
span { border-color: #593114; }
span { border-color: rgb(89,49,20); }
td.TdClassName
{
border-color: #593114;
}
.TagClassName
{
border-color: #593114;
}
</style>