Shades of Baker's Chocolate #4F2200
Tints of Baker's Chocolate #4F2200
RGB
CMYK
RGB Variations
Color information
#4F2200 (or 0x4F2200) is known color: Baker's Chocolate. HEX triplet: 4F, 22 and 00. RGB value is (79,34,0). Sum of RGB (Red+Green+Blue) = 79+34+0=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2200 is #B0DDFF. Grayscale: #2B2B2B. Windows color (decimal): -11591168 or 8783. OLE color: 8783.
HSL color Cylindrical-coordinate representation of color #4F2200: hue angle of 25.82º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F2200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 34 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.69 |
| HSL | 25.82º | 1% | 0.15% | - |
| HSV(B) | 25.82º | 1% | 0.31% | - |
| XYZ | 3.8 | 2.81 | 0.34 | - |
| YUV | 43.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 0 | 0 | 0.57 | 1 | 0.69 | 25.82 | 1 | 0.15 |
| Hex | 4F | 22 | 0 | 0 | 39 | 64 | 45 | 1A | 64 | F |
| Octal | 117 | 42 | 0 | 0 | 71 | 144 | 105 | 32 | 144 | 17 |
| Binary | 1001111 | 100010 | 0 | 0 | 111001 | 1100100 | 1000101 | 11010 | 1100100 | 1111 |
Color Harmonies of #4F2200
Complementary color
Monochromatic Colors of #4F2200
Black with #4F2200
Text Example
Text Example
White with #4F2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2200; }
p { color: rgb(79,34,0); }
H1.HeaderClassName
{
color: #4F2200;
}
.AnyTagClassName
{
color: #4F2200;
}
</style>
background-color css
<style>
a { background-color: #4F2200; }
a { background-color: rgb(79,34,0); }
div.DivClassName
{
background-color: #4F2200;
}
.BgClassName
{
background-color: #4F2200;
}
</style>
border-color css
<style>
span { border-color: #4F2200; }
span { border-color: rgb(79,34,0); }
td.TdClassName
{
border-color: #4F2200;
}
.TagClassName
{
border-color: #4F2200;
}
</style>