Shades of Baker's Chocolate #593800
Tints of Baker's Chocolate #593800
RGB
CMYK
RGB Variations
Color information
#593800 (or 0x593800) is known color: Baker's Chocolate. HEX triplet: 59, 38 and 00. RGB value is (89,56,0). Sum of RGB (Red+Green+Blue) = 89+56+0=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #593800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593800 is #A6C7FF. Grayscale: #3B3B3B. Windows color (decimal): -10930176 or 14425. OLE color: 14425.
HSL color Cylindrical-coordinate representation of color #593800: hue angle of 37.75º 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 #593800 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 56 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.65 |
| HSL | 37.75º | 1% | 0.17% | - |
| HSV(B) | 37.75º | 1% | 0.35% | - |
| XYZ | 5.53 | 4.95 | 0.66 | - |
| YUV | 59.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 0 | 0 | 0.37 | 1 | 0.65 | 37.75 | 1 | 0.17 |
| Hex | 59 | 38 | 0 | 0 | 25 | 64 | 41 | 26 | 64 | 11 |
| Octal | 131 | 70 | 0 | 0 | 45 | 144 | 101 | 46 | 144 | 21 |
| Binary | 1011001 | 111000 | 0 | 0 | 100101 | 1100100 | 1000001 | 100110 | 1100100 | 10001 |
Color Harmonies of #593800
Complementary color
Monochromatic Colors of #593800
Black with #593800
Text Example
Text Example
White with #593800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593800; }
p { color: rgb(89,56,0); }
H1.HeaderClassName
{
color: #593800;
}
.AnyTagClassName
{
color: #593800;
}
</style>
background-color css
<style>
a { background-color: #593800; }
a { background-color: rgb(89,56,0); }
div.DivClassName
{
background-color: #593800;
}
.BgClassName
{
background-color: #593800;
}
</style>
border-color css
<style>
span { border-color: #593800; }
span { border-color: rgb(89,56,0); }
td.TdClassName
{
border-color: #593800;
}
.TagClassName
{
border-color: #593800;
}
</style>