Shades of Baker's Chocolate #591F06
Tints of Baker's Chocolate #591F06
RGB
CMYK
RGB Variations
Color information
#591F06 (or 0x591F06) is known color: Baker's Chocolate. HEX triplet: 59, 1F and 06. RGB value is (89,31,6). Sum of RGB (Red+Green+Blue) = 89+31+6=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F06 is #A6E0F9. Grayscale: #2D2D2D. Windows color (decimal): -10936570 or 401241. OLE color: 401241.
HSL color Cylindrical-coordinate representation of color #591F06: hue angle of 18.07º 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 #591F06 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 6 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.65 |
| HSL | 18.07º | 0.87% | 0.19% | - |
| HSV(B) | 18.07º | 0.93% | 0.35% | - |
| XYZ | 4.64 | 3.12 | 0.53 | - |
| YUV | 45.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 6 | 0 | 0.65 | 0.93 | 0.65 | 18.07 | 0.87 | 0.19 |
| Hex | 59 | 1F | 6 | 0 | 41 | 5D | 41 | 12 | 57 | 13 |
| Octal | 131 | 37 | 6 | 0 | 101 | 135 | 101 | 22 | 127 | 23 |
| Binary | 1011001 | 11111 | 110 | 0 | 1000001 | 1011101 | 1000001 | 10010 | 1010111 | 10011 |
Color Harmonies of #591F06
Complementary color
Monochromatic Colors of #591F06
Black with #591F06
Text Example
Text Example
White with #591F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F06; }
p { color: rgb(89,31,6); }
H1.HeaderClassName
{
color: #591F06;
}
.AnyTagClassName
{
color: #591F06;
}
</style>
background-color css
<style>
a { background-color: #591F06; }
a { background-color: rgb(89,31,6); }
div.DivClassName
{
background-color: #591F06;
}
.BgClassName
{
background-color: #591F06;
}
</style>
border-color css
<style>
span { border-color: #591F06; }
span { border-color: rgb(89,31,6); }
td.TdClassName
{
border-color: #591F06;
}
.TagClassName
{
border-color: #591F06;
}
</style>