Shades of Baker's Chocolate #4F3311
Tints of Baker's Chocolate #4F3311
RGB
CMYK
RGB Variations
Color information
#4F3311 (or 0x4F3311) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 11. RGB value is (79,51,17). Sum of RGB (Red+Green+Blue) = 79+51+17=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3311 is #B0CCEE. Grayscale: #373737. Windows color (decimal): -11586799 or 1127247. OLE color: 1127247.
HSL color Cylindrical-coordinate representation of color #4F3311: hue angle of 32.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F3311 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 51 | 17 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.69 |
| HSL | 32.9º | 0.65% | 0.19% | - |
| HSV(B) | 32.9º | 0.78% | 0.31% | - |
| XYZ | 4.51 | 4.07 | 1.08 | - |
| YUV | 55.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 17 | 0 | 0.35 | 0.78 | 0.69 | 32.9 | 0.65 | 0.19 |
| Hex | 4F | 33 | 11 | 0 | 23 | 4E | 45 | 21 | 41 | 13 |
| Octal | 117 | 63 | 21 | 0 | 43 | 116 | 105 | 41 | 101 | 23 |
| Binary | 1001111 | 110011 | 10001 | 0 | 100011 | 1001110 | 1000101 | 100001 | 1000001 | 10011 |
Color Harmonies of #4F3311
Complementary color
Monochromatic Colors of #4F3311
Black with #4F3311
Text Example
Text Example
White with #4F3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3311; }
p { color: rgb(79,51,17); }
H1.HeaderClassName
{
color: #4F3311;
}
.AnyTagClassName
{
color: #4F3311;
}
</style>
background-color css
<style>
a { background-color: #4F3311; }
a { background-color: rgb(79,51,17); }
div.DivClassName
{
background-color: #4F3311;
}
.BgClassName
{
background-color: #4F3311;
}
</style>
border-color css
<style>
span { border-color: #4F3311; }
span { border-color: rgb(79,51,17); }
td.TdClassName
{
border-color: #4F3311;
}
.TagClassName
{
border-color: #4F3311;
}
</style>