Shades of Baker's Chocolate #501F04
Tints of Baker's Chocolate #501F04
RGB
CMYK
RGB Variations
Color information
#501F04 (or 0x501F04) is known color: Baker's Chocolate. HEX triplet: 50, 1F and 04. RGB value is (80,31,4). Sum of RGB (Red+Green+Blue) = 80+31+4=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F04 is #AFE0FB. Grayscale: #2A2A2A. Windows color (decimal): -11526396 or 270160. OLE color: 270160.
HSL color Cylindrical-coordinate representation of color #501F04: hue angle of 21.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #501F04 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 4 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.69 |
| HSL | 21.32º | 0.9% | 0.16% | - |
| HSV(B) | 21.32º | 0.95% | 0.31% | - |
| XYZ | 3.82 | 2.69 | 0.43 | - |
| YUV | 42.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 4 | 0 | 0.61 | 0.95 | 0.69 | 21.32 | 0.9 | 0.16 |
| Hex | 50 | 1F | 4 | 0 | 3D | 5F | 45 | 15 | 5A | 10 |
| Octal | 120 | 37 | 4 | 0 | 75 | 137 | 105 | 25 | 132 | 20 |
| Binary | 1010000 | 11111 | 100 | 0 | 111101 | 1011111 | 1000101 | 10101 | 1011010 | 10000 |
Color Harmonies of #501F04
Complementary color
Monochromatic Colors of #501F04
Black with #501F04
Text Example
Text Example
White with #501F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F04; }
p { color: rgb(80,31,4); }
H1.HeaderClassName
{
color: #501F04;
}
.AnyTagClassName
{
color: #501F04;
}
</style>
background-color css
<style>
a { background-color: #501F04; }
a { background-color: rgb(80,31,4); }
div.DivClassName
{
background-color: #501F04;
}
.BgClassName
{
background-color: #501F04;
}
</style>
border-color css
<style>
span { border-color: #501F04; }
span { border-color: rgb(80,31,4); }
td.TdClassName
{
border-color: #501F04;
}
.TagClassName
{
border-color: #501F04;
}
</style>