Shades of Baker's Chocolate #593308
Tints of Baker's Chocolate #593308
RGB
CMYK
RGB Variations
Color information
#593308 (or 0x593308) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 08. RGB value is (89,51,8). Sum of RGB (Red+Green+Blue) = 89+51+8=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #593308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593308 is #A6CCF7. Grayscale: #393939. Windows color (decimal): -10931448 or 537433. OLE color: 537433.
HSL color Cylindrical-coordinate representation of color #593308: hue angle of 31.85º 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 #593308 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 8 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.65 |
| HSL | 31.85º | 0.84% | 0.19% | - |
| HSV(B) | 31.85º | 0.91% | 0.35% | - |
| XYZ | 5.35 | 4.51 | 0.82 | - |
| YUV | 57.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 8 | 0 | 0.43 | 0.91 | 0.65 | 31.85 | 0.84 | 0.19 |
| Hex | 59 | 33 | 8 | 0 | 2B | 5B | 41 | 20 | 54 | 13 |
| Octal | 131 | 63 | 10 | 0 | 53 | 133 | 101 | 40 | 124 | 23 |
| Binary | 1011001 | 110011 | 1000 | 0 | 101011 | 1011011 | 1000001 | 100000 | 1010100 | 10011 |
Color Harmonies of #593308
Complementary color
Monochromatic Colors of #593308
Black with #593308
Text Example
Text Example
White with #593308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593308; }
p { color: rgb(89,51,8); }
H1.HeaderClassName
{
color: #593308;
}
.AnyTagClassName
{
color: #593308;
}
</style>
background-color css
<style>
a { background-color: #593308; }
a { background-color: rgb(89,51,8); }
div.DivClassName
{
background-color: #593308;
}
.BgClassName
{
background-color: #593308;
}
</style>
border-color css
<style>
span { border-color: #593308; }
span { border-color: rgb(89,51,8); }
td.TdClassName
{
border-color: #593308;
}
.TagClassName
{
border-color: #593308;
}
</style>