Shades of Baker's Chocolate #593319
Tints of Baker's Chocolate #593319
RGB
CMYK
RGB Variations
Color information
#593319 (or 0x593319) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 19. RGB value is (89,51,25). Sum of RGB (Red+Green+Blue) = 89+51+25=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #593319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593319 is #A6CCE6. Grayscale: #3B3B3B. Windows color (decimal): -10931431 or 1651545. OLE color: 1651545.
HSL color Cylindrical-coordinate representation of color #593319: hue angle of 24.38º 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 #593319 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 25 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.65 |
| HSL | 24.38º | 0.56% | 0.22% | - |
| HSV(B) | 24.38º | 0.72% | 0.35% | - |
| XYZ | 5.48 | 4.56 | 1.51 | - |
| YUV | 59.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 25 | 0 | 0.43 | 0.72 | 0.65 | 24.38 | 0.56 | 0.22 |
| Hex | 59 | 33 | 19 | 0 | 2B | 48 | 41 | 18 | 38 | 16 |
| Octal | 131 | 63 | 31 | 0 | 53 | 110 | 101 | 30 | 70 | 26 |
| Binary | 1011001 | 110011 | 11001 | 0 | 101011 | 1001000 | 1000001 | 11000 | 111000 | 10110 |
Color Harmonies of #593319
Complementary color
Monochromatic Colors of #593319
Black with #593319
Text Example
Text Example
White with #593319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593319; }
p { color: rgb(89,51,25); }
H1.HeaderClassName
{
color: #593319;
}
.AnyTagClassName
{
color: #593319;
}
</style>
background-color css
<style>
a { background-color: #593319; }
a { background-color: rgb(89,51,25); }
div.DivClassName
{
background-color: #593319;
}
.BgClassName
{
background-color: #593319;
}
</style>
border-color css
<style>
span { border-color: #593319; }
span { border-color: rgb(89,51,25); }
td.TdClassName
{
border-color: #593319;
}
.TagClassName
{
border-color: #593319;
}
</style>