Shades of Baker's Chocolate #593101
Tints of Baker's Chocolate #593101
RGB
CMYK
RGB Variations
Color information
#593101 (or 0x593101) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 01. RGB value is (89,49,1). Sum of RGB (Red+Green+Blue) = 89+49+1=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #593101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593101 is #A6CEFE. Grayscale: #373737. Windows color (decimal): -10931967 or 78169. OLE color: 78169.
HSL color Cylindrical-coordinate representation of color #593101: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #593101 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.65 |
| HSL | 32.73º | 0.98% | 0.18% | - |
| HSV(B) | 32.73º | 0.99% | 0.35% | - |
| XYZ | 5.22 | 4.32 | 0.59 | - |
| YUV | 55.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 1 | 0 | 0.45 | 0.99 | 0.65 | 32.73 | 0.98 | 0.18 |
| Hex | 59 | 31 | 1 | 0 | 2D | 63 | 41 | 21 | 62 | 12 |
| Octal | 131 | 61 | 1 | 0 | 55 | 143 | 101 | 41 | 142 | 22 |
| Binary | 1011001 | 110001 | 1 | 0 | 101101 | 1100011 | 1000001 | 100001 | 1100010 | 10010 |
Color Harmonies of #593101
Complementary color
Monochromatic Colors of #593101
Black with #593101
Text Example
Text Example
White with #593101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593101; }
p { color: rgb(89,49,1); }
H1.HeaderClassName
{
color: #593101;
}
.AnyTagClassName
{
color: #593101;
}
</style>
background-color css
<style>
a { background-color: #593101; }
a { background-color: rgb(89,49,1); }
div.DivClassName
{
background-color: #593101;
}
.BgClassName
{
background-color: #593101;
}
</style>
border-color css
<style>
span { border-color: #593101; }
span { border-color: rgb(89,49,1); }
td.TdClassName
{
border-color: #593101;
}
.TagClassName
{
border-color: #593101;
}
</style>