Shades of Baker's Chocolate #4F2905
Tints of Baker's Chocolate #4F2905
RGB
CMYK
RGB Variations
Color information
#4F2905 (or 0x4F2905) is known color: Baker's Chocolate. HEX triplet: 4F, 29 and 05. RGB value is (79,41,5). Sum of RGB (Red+Green+Blue) = 79+41+5=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2905 is #B0D6FA. Grayscale: #303030. Windows color (decimal): -11589371 or 338255. OLE color: 338255.
HSL color Cylindrical-coordinate representation of color #4F2905: hue angle of 29.19º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F2905 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 5 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.69 |
| HSL | 29.19º | 0.88% | 0.16% | - |
| HSV(B) | 29.19º | 0.94% | 0.31% | - |
| XYZ | 4.04 | 3.26 | 0.56 | - |
| YUV | 48.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 5 | 0 | 0.48 | 0.94 | 0.69 | 29.19 | 0.88 | 0.16 |
| Hex | 4F | 29 | 5 | 0 | 30 | 5E | 45 | 1D | 58 | 10 |
| Octal | 117 | 51 | 5 | 0 | 60 | 136 | 105 | 35 | 130 | 20 |
| Binary | 1001111 | 101001 | 101 | 0 | 110000 | 1011110 | 1000101 | 11101 | 1011000 | 10000 |
Color Harmonies of #4F2905
Complementary color
Monochromatic Colors of #4F2905
Black with #4F2905
Text Example
Text Example
White with #4F2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2905; }
p { color: rgb(79,41,5); }
H1.HeaderClassName
{
color: #4F2905;
}
.AnyTagClassName
{
color: #4F2905;
}
</style>
background-color css
<style>
a { background-color: #4F2905; }
a { background-color: rgb(79,41,5); }
div.DivClassName
{
background-color: #4F2905;
}
.BgClassName
{
background-color: #4F2905;
}
</style>
border-color css
<style>
span { border-color: #4F2905; }
span { border-color: rgb(79,41,5); }
td.TdClassName
{
border-color: #4F2905;
}
.TagClassName
{
border-color: #4F2905;
}
</style>