Shades of Baker's Chocolate #593009
Tints of Baker's Chocolate #593009
RGB
CMYK
RGB Variations
Color information
#593009 (or 0x593009) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 09. RGB value is (89,48,9). Sum of RGB (Red+Green+Blue) = 89+48+9=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #593009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593009 is #A6CFF6. Grayscale: #383838. Windows color (decimal): -10932215 or 602201. OLE color: 602201.
HSL color Cylindrical-coordinate representation of color #593009: hue angle of 29.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #593009 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 9 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.65 |
| HSL | 29.25º | 0.82% | 0.19% | - |
| HSV(B) | 29.25º | 0.9% | 0.35% | - |
| XYZ | 5.23 | 4.26 | 0.8 | - |
| YUV | 55.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 9 | 0 | 0.46 | 0.90 | 0.65 | 29.25 | 0.82 | 0.19 |
| Hex | 59 | 30 | 9 | 0 | 2E | 5A | 41 | 1D | 52 | 13 |
| Octal | 131 | 60 | 11 | 0 | 56 | 132 | 101 | 35 | 122 | 23 |
| Binary | 1011001 | 110000 | 1001 | 0 | 101110 | 1011010 | 1000001 | 11101 | 1010010 | 10011 |
Color Harmonies of #593009
Complementary color
Monochromatic Colors of #593009
Black with #593009
Text Example
Text Example
White with #593009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593009; }
p { color: rgb(89,48,9); }
H1.HeaderClassName
{
color: #593009;
}
.AnyTagClassName
{
color: #593009;
}
</style>
background-color css
<style>
a { background-color: #593009; }
a { background-color: rgb(89,48,9); }
div.DivClassName
{
background-color: #593009;
}
.BgClassName
{
background-color: #593009;
}
</style>
border-color css
<style>
span { border-color: #593009; }
span { border-color: rgb(89,48,9); }
td.TdClassName
{
border-color: #593009;
}
.TagClassName
{
border-color: #593009;
}
</style>