Shades of Baker's Chocolate #593F08
Tints of Baker's Chocolate #593F08
RGB
CMYK
RGB Variations
Color information
#593F08 (or 0x593F08) is known color: Baker's Chocolate. HEX triplet: 59, 3F and 08. RGB value is (89,63,8). Sum of RGB (Red+Green+Blue) = 89+63+8=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F08 is #A6C0F7. Grayscale: #404040. Windows color (decimal): -10928376 or 540505. OLE color: 540505.
HSL color Cylindrical-coordinate representation of color #593F08: hue angle of 40.74º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #593F08 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 8 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.65 |
| HSL | 40.74º | 0.84% | 0.19% | - |
| HSV(B) | 40.74º | 0.91% | 0.35% | - |
| XYZ | 5.94 | 5.7 | 1.02 | - |
| YUV | 64.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 8 | 0 | 0.29 | 0.91 | 0.65 | 40.74 | 0.84 | 0.19 |
| Hex | 59 | 3F | 8 | 0 | 1D | 5B | 41 | 29 | 54 | 13 |
| Octal | 131 | 77 | 10 | 0 | 35 | 133 | 101 | 51 | 124 | 23 |
| Binary | 1011001 | 111111 | 1000 | 0 | 11101 | 1011011 | 1000001 | 101001 | 1010100 | 10011 |
Color Harmonies of #593F08
Complementary color
Monochromatic Colors of #593F08
Black with #593F08
Text Example
Text Example
White with #593F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F08; }
p { color: rgb(89,63,8); }
H1.HeaderClassName
{
color: #593F08;
}
.AnyTagClassName
{
color: #593F08;
}
</style>
background-color css
<style>
a { background-color: #593F08; }
a { background-color: rgb(89,63,8); }
div.DivClassName
{
background-color: #593F08;
}
.BgClassName
{
background-color: #593F08;
}
</style>
border-color css
<style>
span { border-color: #593F08; }
span { border-color: rgb(89,63,8); }
td.TdClassName
{
border-color: #593F08;
}
.TagClassName
{
border-color: #593F08;
}
</style>