Shades of Baker's Chocolate #591F03
Tints of Baker's Chocolate #591F03
RGB
CMYK
RGB Variations
Color information
#591F03 (or 0x591F03) is known color: Baker's Chocolate. HEX triplet: 59, 1F and 03. RGB value is (89,31,3). Sum of RGB (Red+Green+Blue) = 89+31+3=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #591F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F03 is #A6E0FC. Grayscale: #2D2D2D. Windows color (decimal): -10936573 or 204633. OLE color: 204633.
HSL color Cylindrical-coordinate representation of color #591F03: hue angle of 19.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #591F03 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.65 |
| HSL | 19.53º | 0.93% | 0.18% | - |
| HSV(B) | 19.53º | 0.97% | 0.35% | - |
| XYZ | 4.63 | 3.11 | 0.44 | - |
| YUV | 45.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 3 | 0 | 0.65 | 0.97 | 0.65 | 19.53 | 0.93 | 0.18 |
| Hex | 59 | 1F | 3 | 0 | 41 | 61 | 41 | 14 | 5D | 12 |
| Octal | 131 | 37 | 3 | 0 | 101 | 141 | 101 | 24 | 135 | 22 |
| Binary | 1011001 | 11111 | 11 | 0 | 1000001 | 1100001 | 1000001 | 10100 | 1011101 | 10010 |
Color Harmonies of #591F03
Complementary color
Monochromatic Colors of #591F03
Black with #591F03
Text Example
Text Example
White with #591F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F03; }
p { color: rgb(89,31,3); }
H1.HeaderClassName
{
color: #591F03;
}
.AnyTagClassName
{
color: #591F03;
}
</style>
background-color css
<style>
a { background-color: #591F03; }
a { background-color: rgb(89,31,3); }
div.DivClassName
{
background-color: #591F03;
}
.BgClassName
{
background-color: #591F03;
}
</style>
border-color css
<style>
span { border-color: #591F03; }
span { border-color: rgb(89,31,3); }
td.TdClassName
{
border-color: #591F03;
}
.TagClassName
{
border-color: #591F03;
}
</style>