Shades of Baker's Chocolate #592009
Tints of Baker's Chocolate #592009
RGB
CMYK
RGB Variations
Color information
#592009 (or 0x592009) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 09. RGB value is (89,32,9). Sum of RGB (Red+Green+Blue) = 89+32+9=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #592009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592009 is #A6DFF6. Grayscale: #2E2E2E. Windows color (decimal): -10936311 or 598105. OLE color: 598105.
HSL color Cylindrical-coordinate representation of color #592009: hue angle of 17.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 #592009 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 9 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.65 |
| HSL | 17.25º | 0.82% | 0.19% | - |
| HSV(B) | 17.25º | 0.9% | 0.35% | - |
| XYZ | 4.69 | 3.18 | 0.62 | - |
| YUV | 46.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 9 | 0 | 0.64 | 0.90 | 0.65 | 17.25 | 0.82 | 0.19 |
| Hex | 59 | 20 | 9 | 0 | 40 | 5A | 41 | 11 | 52 | 13 |
| Octal | 131 | 40 | 11 | 0 | 100 | 132 | 101 | 21 | 122 | 23 |
| Binary | 1011001 | 100000 | 1001 | 0 | 1000000 | 1011010 | 1000001 | 10001 | 1010010 | 10011 |
Color Harmonies of #592009
Complementary color
Monochromatic Colors of #592009
Black with #592009
Text Example
Text Example
White with #592009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592009; }
p { color: rgb(89,32,9); }
H1.HeaderClassName
{
color: #592009;
}
.AnyTagClassName
{
color: #592009;
}
</style>
background-color css
<style>
a { background-color: #592009; }
a { background-color: rgb(89,32,9); }
div.DivClassName
{
background-color: #592009;
}
.BgClassName
{
background-color: #592009;
}
</style>
border-color css
<style>
span { border-color: #592009; }
span { border-color: rgb(89,32,9); }
td.TdClassName
{
border-color: #592009;
}
.TagClassName
{
border-color: #592009;
}
</style>