Shades of Baker's Chocolate #4F2901
Tints of Baker's Chocolate #4F2901
RGB
CMYK
RGB Variations
Color information
#4F2901 (or 0x4F2901) is known color: Baker's Chocolate. HEX triplet: 4F, 29 and 01. RGB value is (79,41,1). Sum of RGB (Red+Green+Blue) = 79+41+1=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2901 is #B0D6FE. Grayscale: #303030. Windows color (decimal): -11589375 or 76111. OLE color: 76111.
HSL color Cylindrical-coordinate representation of color #4F2901: hue angle of 30.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F2901 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.69 |
| HSL | 30.77º | 0.98% | 0.16% | - |
| HSV(B) | 30.77º | 0.99% | 0.31% | - |
| XYZ | 4.02 | 3.25 | 0.44 | - |
| YUV | 47.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 1 | 0 | 0.48 | 0.99 | 0.69 | 30.77 | 0.98 | 0.16 |
| Hex | 4F | 29 | 1 | 0 | 30 | 63 | 45 | 1F | 62 | 10 |
| Octal | 117 | 51 | 1 | 0 | 60 | 143 | 105 | 37 | 142 | 20 |
| Binary | 1001111 | 101001 | 1 | 0 | 110000 | 1100011 | 1000101 | 11111 | 1100010 | 10000 |
Color Harmonies of #4F2901
Complementary color
Monochromatic Colors of #4F2901
Black with #4F2901
Text Example
Text Example
White with #4F2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2901; }
p { color: rgb(79,41,1); }
H1.HeaderClassName
{
color: #4F2901;
}
.AnyTagClassName
{
color: #4F2901;
}
</style>
background-color css
<style>
a { background-color: #4F2901; }
a { background-color: rgb(79,41,1); }
div.DivClassName
{
background-color: #4F2901;
}
.BgClassName
{
background-color: #4F2901;
}
</style>
border-color css
<style>
span { border-color: #4F2901; }
span { border-color: rgb(79,41,1); }
td.TdClassName
{
border-color: #4F2901;
}
.TagClassName
{
border-color: #4F2901;
}
</style>