Shades of Baker's Chocolate #4F2A0B
Tints of Baker's Chocolate #4F2A0B
RGB
CMYK
RGB Variations
Color information
#4F2A0B (or 0x4F2A0B) is known color: Baker's Chocolate. HEX triplet: 4F, 2A and 0B. RGB value is (79,42,11). Sum of RGB (Red+Green+Blue) = 79+42+11=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2A0B is #B0D5F4. Grayscale: #313131. Windows color (decimal): -11589109 or 731727. OLE color: 731727.
HSL color Cylindrical-coordinate representation of color #4F2A0B: hue angle of 27.35º 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 #4F2A0B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 11 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.69 |
| HSL | 27.35º | 0.76% | 0.18% | - |
| HSV(B) | 27.35º | 0.86% | 0.31% | - |
| XYZ | 4.11 | 3.34 | 0.74 | - |
| YUV | 49.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 11 | 0 | 0.47 | 0.86 | 0.69 | 27.35 | 0.76 | 0.18 |
| Hex | 4F | 2A | B | 0 | 2F | 56 | 45 | 1B | 4C | 12 |
| Octal | 117 | 52 | 13 | 0 | 57 | 126 | 105 | 33 | 114 | 22 |
| Binary | 1001111 | 101010 | 1011 | 0 | 101111 | 1010110 | 1000101 | 11011 | 1001100 | 10010 |
Color Harmonies of #4F2A0B
Complementary color
Monochromatic Colors of #4F2A0B
Black with #4F2A0B
Text Example
Text Example
White with #4F2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A0B; }
p { color: rgb(79,42,11); }
H1.HeaderClassName
{
color: #4F2A0B;
}
.AnyTagClassName
{
color: #4F2A0B;
}
</style>
background-color css
<style>
a { background-color: #4F2A0B; }
a { background-color: rgb(79,42,11); }
div.DivClassName
{
background-color: #4F2A0B;
}
.BgClassName
{
background-color: #4F2A0B;
}
</style>
border-color css
<style>
span { border-color: #4F2A0B; }
span { border-color: rgb(79,42,11); }
td.TdClassName
{
border-color: #4F2A0B;
}
.TagClassName
{
border-color: #4F2A0B;
}
</style>