Shades of Baker's Chocolate #4F2C0B
Tints of Baker's Chocolate #4F2C0B
RGB
CMYK
RGB Variations
Color information
#4F2C0B (or 0x4F2C0B) is known color: Baker's Chocolate. HEX triplet: 4F, 2C and 0B. RGB value is (79,44,11). Sum of RGB (Red+Green+Blue) = 79+44+11=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2C0B is #B0D3F4. Grayscale: #323232. Windows color (decimal): -11588597 or 732239. OLE color: 732239.
HSL color Cylindrical-coordinate representation of color #4F2C0B: hue angle of 29.12º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F2C0B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 11 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.69 |
| HSL | 29.12º | 0.76% | 0.18% | - |
| HSV(B) | 29.12º | 0.86% | 0.31% | - |
| XYZ | 4.19 | 3.49 | 0.77 | - |
| YUV | 50.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 11 | 0 | 0.44 | 0.86 | 0.69 | 29.12 | 0.76 | 0.18 |
| Hex | 4F | 2C | B | 0 | 2C | 56 | 45 | 1D | 4C | 12 |
| Octal | 117 | 54 | 13 | 0 | 54 | 126 | 105 | 35 | 114 | 22 |
| Binary | 1001111 | 101100 | 1011 | 0 | 101100 | 1010110 | 1000101 | 11101 | 1001100 | 10010 |
Color Harmonies of #4F2C0B
Complementary color
Monochromatic Colors of #4F2C0B
Black with #4F2C0B
Text Example
Text Example
White with #4F2C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C0B; }
p { color: rgb(79,44,11); }
H1.HeaderClassName
{
color: #4F2C0B;
}
.AnyTagClassName
{
color: #4F2C0B;
}
</style>
background-color css
<style>
a { background-color: #4F2C0B; }
a { background-color: rgb(79,44,11); }
div.DivClassName
{
background-color: #4F2C0B;
}
.BgClassName
{
background-color: #4F2C0B;
}
</style>
border-color css
<style>
span { border-color: #4F2C0B; }
span { border-color: rgb(79,44,11); }
td.TdClassName
{
border-color: #4F2C0B;
}
.TagClassName
{
border-color: #4F2C0B;
}
</style>