Shades of Baker's Chocolate #593112
Tints of Baker's Chocolate #593112
RGB
CMYK
RGB Variations
Color information
#593112 (or 0x593112) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 12. RGB value is (89,49,18). Sum of RGB (Red+Green+Blue) = 89+49+18=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #593112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593112 is #A6CEED. Grayscale: #393939. Windows color (decimal): -10931950 or 1192281. OLE color: 1192281.
HSL color Cylindrical-coordinate representation of color #593112: hue angle of 26.2º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593112 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 18 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.65 |
| HSL | 26.2º | 0.66% | 0.21% | - |
| HSV(B) | 26.2º | 0.8% | 0.35% | - |
| XYZ | 5.33 | 4.36 | 1.13 | - |
| YUV | 57.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 18 | 0 | 0.45 | 0.80 | 0.65 | 26.2 | 0.66 | 0.21 |
| Hex | 59 | 31 | 12 | 0 | 2D | 50 | 41 | 1A | 42 | 15 |
| Octal | 131 | 61 | 22 | 0 | 55 | 120 | 101 | 32 | 102 | 25 |
| Binary | 1011001 | 110001 | 10010 | 0 | 101101 | 1010000 | 1000001 | 11010 | 1000010 | 10101 |
Color Harmonies of #593112
Complementary color
Monochromatic Colors of #593112
Black with #593112
Text Example
Text Example
White with #593112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593112; }
p { color: rgb(89,49,18); }
H1.HeaderClassName
{
color: #593112;
}
.AnyTagClassName
{
color: #593112;
}
</style>
background-color css
<style>
a { background-color: #593112; }
a { background-color: rgb(89,49,18); }
div.DivClassName
{
background-color: #593112;
}
.BgClassName
{
background-color: #593112;
}
</style>
border-color css
<style>
span { border-color: #593112; }
span { border-color: rgb(89,49,18); }
td.TdClassName
{
border-color: #593112;
}
.TagClassName
{
border-color: #593112;
}
</style>