Shades of Baker's Chocolate #593819
Tints of Baker's Chocolate #593819
RGB
CMYK
RGB Variations
Color information
#593819 (or 0x593819) is known color: Baker's Chocolate. HEX triplet: 59, 38 and 19. RGB value is (89,56,25). Sum of RGB (Red+Green+Blue) = 89+56+25=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #593819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593819 is #A6C7E6. Grayscale: #3E3E3E. Windows color (decimal): -10930151 or 1652825. OLE color: 1652825.
HSL color Cylindrical-coordinate representation of color #593819: hue angle of 29.06º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593819 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 56 | 25 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.65 |
| HSL | 29.06º | 0.56% | 0.22% | - |
| HSV(B) | 29.06º | 0.72% | 0.35% | - |
| XYZ | 5.71 | 5.02 | 1.59 | - |
| YUV | 62.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 25 | 0 | 0.37 | 0.72 | 0.65 | 29.06 | 0.56 | 0.22 |
| Hex | 59 | 38 | 19 | 0 | 25 | 48 | 41 | 1D | 38 | 16 |
| Octal | 131 | 70 | 31 | 0 | 45 | 110 | 101 | 35 | 70 | 26 |
| Binary | 1011001 | 111000 | 11001 | 0 | 100101 | 1001000 | 1000001 | 11101 | 111000 | 10110 |
Color Harmonies of #593819
Complementary color
Monochromatic Colors of #593819
Black with #593819
Text Example
Text Example
White with #593819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593819; }
p { color: rgb(89,56,25); }
H1.HeaderClassName
{
color: #593819;
}
.AnyTagClassName
{
color: #593819;
}
</style>
background-color css
<style>
a { background-color: #593819; }
a { background-color: rgb(89,56,25); }
div.DivClassName
{
background-color: #593819;
}
.BgClassName
{
background-color: #593819;
}
</style>
border-color css
<style>
span { border-color: #593819; }
span { border-color: rgb(89,56,25); }
td.TdClassName
{
border-color: #593819;
}
.TagClassName
{
border-color: #593819;
}
</style>