Shades of Baker's Chocolate #591D04
Tints of Baker's Chocolate #591D04
RGB
CMYK
RGB Variations
Color information
#591D04 (or 0x591D04) is known color: Baker's Chocolate. HEX triplet: 59, 1D and 04. RGB value is (89,29,4). Sum of RGB (Red+Green+Blue) = 89+29+4=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #591D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D04 is #A6E2FB. Grayscale: #2C2C2C. Windows color (decimal): -10937084 or 269657. OLE color: 269657.
HSL color Cylindrical-coordinate representation of color #591D04: hue angle of 17.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #591D04 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 4 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.65 |
| HSL | 17.65º | 0.91% | 0.18% | - |
| HSV(B) | 17.65º | 0.96% | 0.35% | - |
| XYZ | 4.58 | 3.01 | 0.45 | - |
| YUV | 44.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 4 | 0 | 0.67 | 0.96 | 0.65 | 17.65 | 0.91 | 0.18 |
| Hex | 59 | 1D | 4 | 0 | 43 | 60 | 41 | 12 | 5B | 12 |
| Octal | 131 | 35 | 4 | 0 | 103 | 140 | 101 | 22 | 133 | 22 |
| Binary | 1011001 | 11101 | 100 | 0 | 1000011 | 1100000 | 1000001 | 10010 | 1011011 | 10010 |
Color Harmonies of #591D04
Complementary color
Monochromatic Colors of #591D04
Black with #591D04
Text Example
Text Example
White with #591D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D04; }
p { color: rgb(89,29,4); }
H1.HeaderClassName
{
color: #591D04;
}
.AnyTagClassName
{
color: #591D04;
}
</style>
background-color css
<style>
a { background-color: #591D04; }
a { background-color: rgb(89,29,4); }
div.DivClassName
{
background-color: #591D04;
}
.BgClassName
{
background-color: #591D04;
}
</style>
border-color css
<style>
span { border-color: #591D04; }
span { border-color: rgb(89,29,4); }
td.TdClassName
{
border-color: #591D04;
}
.TagClassName
{
border-color: #591D04;
}
</style>