Shades of Baker's Chocolate #593100
Tints of Baker's Chocolate #593100
RGB
CMYK
RGB Variations
Color information
#593100 (or 0x593100) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 00. RGB value is (89,49,0). Sum of RGB (Red+Green+Blue) = 89+49+0=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #593100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593100 is #A6CEFF. Grayscale: #373737. Windows color (decimal): -10931968 or 12633. OLE color: 12633.
HSL color Cylindrical-coordinate representation of color #593100: hue angle of 33.03º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #593100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.65 |
| HSL | 33.03º | 1% | 0.17% | - |
| HSV(B) | 33.03º | 1% | 0.35% | - |
| XYZ | 5.22 | 4.32 | 0.56 | - |
| YUV | 55.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 0 | 0 | 0.45 | 1 | 0.65 | 33.03 | 1 | 0.17 |
| Hex | 59 | 31 | 0 | 0 | 2D | 64 | 41 | 21 | 64 | 11 |
| Octal | 131 | 61 | 0 | 0 | 55 | 144 | 101 | 41 | 144 | 21 |
| Binary | 1011001 | 110001 | 0 | 0 | 101101 | 1100100 | 1000001 | 100001 | 1100100 | 10001 |
Color Harmonies of #593100
Complementary color
Monochromatic Colors of #593100
Black with #593100
Text Example
Text Example
White with #593100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593100; }
p { color: rgb(89,49,0); }
H1.HeaderClassName
{
color: #593100;
}
.AnyTagClassName
{
color: #593100;
}
</style>
background-color css
<style>
a { background-color: #593100; }
a { background-color: rgb(89,49,0); }
div.DivClassName
{
background-color: #593100;
}
.BgClassName
{
background-color: #593100;
}
</style>
border-color css
<style>
span { border-color: #593100; }
span { border-color: rgb(89,49,0); }
td.TdClassName
{
border-color: #593100;
}
.TagClassName
{
border-color: #593100;
}
</style>