Shades of Baker's Chocolate #4F2106
Tints of Baker's Chocolate #4F2106
RGB
CMYK
RGB Variations
Color information
#4F2106 (or 0x4F2106) is known color: Baker's Chocolate. HEX triplet: 4F, 21 and 06. RGB value is (79,33,6). Sum of RGB (Red+Green+Blue) = 79+33+6=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2106 is #B0DEF9. Grayscale: #2B2B2B. Windows color (decimal): -11591418 or 401743. OLE color: 401743.
HSL color Cylindrical-coordinate representation of color #4F2106: hue angle of 22.19º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F2106 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 6 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.69 |
| HSL | 22.19º | 0.86% | 0.17% | - |
| HSV(B) | 22.19º | 0.92% | 0.31% | - |
| XYZ | 3.8 | 2.76 | 0.51 | - |
| YUV | 43.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 6 | 0 | 0.58 | 0.92 | 0.69 | 22.19 | 0.86 | 0.17 |
| Hex | 4F | 21 | 6 | 0 | 3A | 5C | 45 | 16 | 56 | 11 |
| Octal | 117 | 41 | 6 | 0 | 72 | 134 | 105 | 26 | 126 | 21 |
| Binary | 1001111 | 100001 | 110 | 0 | 111010 | 1011100 | 1000101 | 10110 | 1010110 | 10001 |
Color Harmonies of #4F2106
Complementary color
Monochromatic Colors of #4F2106
Black with #4F2106
Text Example
Text Example
White with #4F2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2106; }
p { color: rgb(79,33,6); }
H1.HeaderClassName
{
color: #4F2106;
}
.AnyTagClassName
{
color: #4F2106;
}
</style>
background-color css
<style>
a { background-color: #4F2106; }
a { background-color: rgb(79,33,6); }
div.DivClassName
{
background-color: #4F2106;
}
.BgClassName
{
background-color: #4F2106;
}
</style>
border-color css
<style>
span { border-color: #4F2106; }
span { border-color: rgb(79,33,6); }
td.TdClassName
{
border-color: #4F2106;
}
.TagClassName
{
border-color: #4F2106;
}
</style>