Shades of Baker's Chocolate #592606
Tints of Baker's Chocolate #592606
RGB
CMYK
RGB Variations
Color information
#592606 (or 0x592606) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 06. RGB value is (89,38,6). Sum of RGB (Red+Green+Blue) = 89+38+6=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592606 is #A6D9F9. Grayscale: #313131. Windows color (decimal): -10934778 or 403033. OLE color: 403033.
HSL color Cylindrical-coordinate representation of color #592606: hue angle of 23.13º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #592606 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 38 | 6 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.65 |
| HSL | 23.13º | 0.87% | 0.19% | - |
| HSV(B) | 23.13º | 0.93% | 0.35% | - |
| XYZ | 4.85 | 3.52 | 0.6 | - |
| YUV | 49.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 6 | 0 | 0.57 | 0.93 | 0.65 | 23.13 | 0.87 | 0.19 |
| Hex | 59 | 26 | 6 | 0 | 39 | 5D | 41 | 17 | 57 | 13 |
| Octal | 131 | 46 | 6 | 0 | 71 | 135 | 101 | 27 | 127 | 23 |
| Binary | 1011001 | 100110 | 110 | 0 | 111001 | 1011101 | 1000001 | 10111 | 1010111 | 10011 |
Color Harmonies of #592606
Complementary color
Monochromatic Colors of #592606
Black with #592606
Text Example
Text Example
White with #592606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592606; }
p { color: rgb(89,38,6); }
H1.HeaderClassName
{
color: #592606;
}
.AnyTagClassName
{
color: #592606;
}
</style>
background-color css
<style>
a { background-color: #592606; }
a { background-color: rgb(89,38,6); }
div.DivClassName
{
background-color: #592606;
}
.BgClassName
{
background-color: #592606;
}
</style>
border-color css
<style>
span { border-color: #592606; }
span { border-color: rgb(89,38,6); }
td.TdClassName
{
border-color: #592606;
}
.TagClassName
{
border-color: #592606;
}
</style>