Shades of Baker's Chocolate #592007
Tints of Baker's Chocolate #592007
RGB
CMYK
RGB Variations
Color information
#592007 (or 0x592007) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 07. RGB value is (89,32,7). Sum of RGB (Red+Green+Blue) = 89+32+7=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #592007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592007 is #A6DFF8. Grayscale: #2E2E2E. Windows color (decimal): -10936313 or 467033. OLE color: 467033.
HSL color Cylindrical-coordinate representation of color #592007: hue angle of 18.29º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #592007 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 7 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.65 |
| HSL | 18.29º | 0.85% | 0.19% | - |
| HSV(B) | 18.29º | 0.92% | 0.35% | - |
| XYZ | 4.67 | 3.17 | 0.57 | - |
| YUV | 46.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 7 | 0 | 0.64 | 0.92 | 0.65 | 18.29 | 0.85 | 0.19 |
| Hex | 59 | 20 | 7 | 0 | 40 | 5C | 41 | 12 | 55 | 13 |
| Octal | 131 | 40 | 7 | 0 | 100 | 134 | 101 | 22 | 125 | 23 |
| Binary | 1011001 | 100000 | 111 | 0 | 1000000 | 1011100 | 1000001 | 10010 | 1010101 | 10011 |
Color Harmonies of #592007
Complementary color
Monochromatic Colors of #592007
Black with #592007
Text Example
Text Example
White with #592007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592007; }
p { color: rgb(89,32,7); }
H1.HeaderClassName
{
color: #592007;
}
.AnyTagClassName
{
color: #592007;
}
</style>
background-color css
<style>
a { background-color: #592007; }
a { background-color: rgb(89,32,7); }
div.DivClassName
{
background-color: #592007;
}
.BgClassName
{
background-color: #592007;
}
</style>
border-color css
<style>
span { border-color: #592007; }
span { border-color: rgb(89,32,7); }
td.TdClassName
{
border-color: #592007;
}
.TagClassName
{
border-color: #592007;
}
</style>