Shades of Baker's Chocolate #4F2001
Tints of Baker's Chocolate #4F2001
RGB
CMYK
RGB Variations
Color information
#4F2001 (or 0x4F2001) is known color: Baker's Chocolate. HEX triplet: 4F, 20 and 01. RGB value is (79,32,1). Sum of RGB (Red+Green+Blue) = 79+32+1=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2001 is #B0DFFE. Grayscale: #2A2A2A. Windows color (decimal): -11591679 or 73807. OLE color: 73807.
HSL color Cylindrical-coordinate representation of color #4F2001: hue angle of 23.85º 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 #4F2001 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.69 |
| HSL | 23.85º | 0.98% | 0.16% | - |
| HSV(B) | 23.85º | 0.99% | 0.31% | - |
| XYZ | 3.75 | 2.7 | 0.35 | - |
| YUV | 42.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 1 | 0 | 0.59 | 0.99 | 0.69 | 23.85 | 0.98 | 0.16 |
| Hex | 4F | 20 | 1 | 0 | 3B | 63 | 45 | 18 | 62 | 10 |
| Octal | 117 | 40 | 1 | 0 | 73 | 143 | 105 | 30 | 142 | 20 |
| Binary | 1001111 | 100000 | 1 | 0 | 111011 | 1100011 | 1000101 | 11000 | 1100010 | 10000 |
Color Harmonies of #4F2001
Complementary color
Monochromatic Colors of #4F2001
Black with #4F2001
Text Example
Text Example
White with #4F2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2001; }
p { color: rgb(79,32,1); }
H1.HeaderClassName
{
color: #4F2001;
}
.AnyTagClassName
{
color: #4F2001;
}
</style>
background-color css
<style>
a { background-color: #4F2001; }
a { background-color: rgb(79,32,1); }
div.DivClassName
{
background-color: #4F2001;
}
.BgClassName
{
background-color: #4F2001;
}
</style>
border-color css
<style>
span { border-color: #4F2001; }
span { border-color: rgb(79,32,1); }
td.TdClassName
{
border-color: #4F2001;
}
.TagClassName
{
border-color: #4F2001;
}
</style>