Shades of Baker's Chocolate #593608
Tints of Baker's Chocolate #593608
RGB
CMYK
RGB Variations
Color information
#593608 (or 0x593608) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 08. RGB value is (89,54,8). Sum of RGB (Red+Green+Blue) = 89+54+8=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #593608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593608 is #A6C9F7. Grayscale: #3B3B3B. Windows color (decimal): -10930680 or 538201. OLE color: 538201.
HSL color Cylindrical-coordinate representation of color #593608: hue angle of 34.07º 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 #593608 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 54 | 8 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.65 |
| HSL | 34.07º | 0.84% | 0.19% | - |
| HSV(B) | 34.07º | 0.91% | 0.35% | - |
| XYZ | 5.48 | 4.78 | 0.86 | - |
| YUV | 59.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 8 | 0 | 0.39 | 0.91 | 0.65 | 34.07 | 0.84 | 0.19 |
| Hex | 59 | 36 | 8 | 0 | 27 | 5B | 41 | 22 | 54 | 13 |
| Octal | 131 | 66 | 10 | 0 | 47 | 133 | 101 | 42 | 124 | 23 |
| Binary | 1011001 | 110110 | 1000 | 0 | 100111 | 1011011 | 1000001 | 100010 | 1010100 | 10011 |
Color Harmonies of #593608
Complementary color
Monochromatic Colors of #593608
Black with #593608
Text Example
Text Example
White with #593608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593608; }
p { color: rgb(89,54,8); }
H1.HeaderClassName
{
color: #593608;
}
.AnyTagClassName
{
color: #593608;
}
</style>
background-color css
<style>
a { background-color: #593608; }
a { background-color: rgb(89,54,8); }
div.DivClassName
{
background-color: #593608;
}
.BgClassName
{
background-color: #593608;
}
</style>
border-color css
<style>
span { border-color: #593608; }
span { border-color: rgb(89,54,8); }
td.TdClassName
{
border-color: #593608;
}
.TagClassName
{
border-color: #593608;
}
</style>