Shades of Baker's Chocolate #591C05
Tints of Baker's Chocolate #591C05
RGB
CMYK
RGB Variations
Color information
#591C05 (or 0x591C05) is known color: Baker's Chocolate. HEX triplet: 59, 1C and 05. RGB value is (89,28,5). Sum of RGB (Red+Green+Blue) = 89+28+5=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #591C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C05 is #A6E3FA. Grayscale: #2B2B2B. Windows color (decimal): -10937339 or 334937. OLE color: 334937.
HSL color Cylindrical-coordinate representation of color #591C05: hue angle of 16.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #591C05 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 5 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.65 |
| HSL | 16.43º | 0.89% | 0.18% | - |
| HSV(B) | 16.43º | 0.94% | 0.35% | - |
| XYZ | 4.56 | 2.97 | 0.48 | - |
| YUV | 43.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 5 | 0 | 0.69 | 0.94 | 0.65 | 16.43 | 0.89 | 0.18 |
| Hex | 59 | 1C | 5 | 0 | 45 | 5E | 41 | 10 | 59 | 12 |
| Octal | 131 | 34 | 5 | 0 | 105 | 136 | 101 | 20 | 131 | 22 |
| Binary | 1011001 | 11100 | 101 | 0 | 1000101 | 1011110 | 1000001 | 10000 | 1011001 | 10010 |
Color Harmonies of #591C05
Complementary color
Monochromatic Colors of #591C05
Black with #591C05
Text Example
Text Example
White with #591C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C05; }
p { color: rgb(89,28,5); }
H1.HeaderClassName
{
color: #591C05;
}
.AnyTagClassName
{
color: #591C05;
}
</style>
background-color css
<style>
a { background-color: #591C05; }
a { background-color: rgb(89,28,5); }
div.DivClassName
{
background-color: #591C05;
}
.BgClassName
{
background-color: #591C05;
}
</style>
border-color css
<style>
span { border-color: #591C05; }
span { border-color: rgb(89,28,5); }
td.TdClassName
{
border-color: #591C05;
}
.TagClassName
{
border-color: #591C05;
}
</style>