Shades of Baker's Chocolate #4F290B
Tints of Baker's Chocolate #4F290B
RGB
CMYK
RGB Variations
Color information
#4F290B (or 0x4F290B) is known color: Baker's Chocolate. HEX triplet: 4F, 29 and 0B. RGB value is (79,41,11). Sum of RGB (Red+Green+Blue) = 79+41+11=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F290B is #B0D6F4. Grayscale: #313131. Windows color (decimal): -11589365 or 731471. OLE color: 731471.
HSL color Cylindrical-coordinate representation of color #4F290B: hue angle of 26.47º 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 #4F290B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 11 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.69 |
| HSL | 26.47º | 0.76% | 0.18% | - |
| HSV(B) | 26.47º | 0.86% | 0.31% | - |
| XYZ | 4.08 | 3.27 | 0.73 | - |
| YUV | 48.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 11 | 0 | 0.48 | 0.86 | 0.69 | 26.47 | 0.76 | 0.18 |
| Hex | 4F | 29 | B | 0 | 30 | 56 | 45 | 1A | 4C | 12 |
| Octal | 117 | 51 | 13 | 0 | 60 | 126 | 105 | 32 | 114 | 22 |
| Binary | 1001111 | 101001 | 1011 | 0 | 110000 | 1010110 | 1000101 | 11010 | 1001100 | 10010 |
Color Harmonies of #4F290B
Complementary color
Monochromatic Colors of #4F290B
Black with #4F290B
Text Example
Text Example
White with #4F290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F290B; }
p { color: rgb(79,41,11); }
H1.HeaderClassName
{
color: #4F290B;
}
.AnyTagClassName
{
color: #4F290B;
}
</style>
background-color css
<style>
a { background-color: #4F290B; }
a { background-color: rgb(79,41,11); }
div.DivClassName
{
background-color: #4F290B;
}
.BgClassName
{
background-color: #4F290B;
}
</style>
border-color css
<style>
span { border-color: #4F290B; }
span { border-color: rgb(79,41,11); }
td.TdClassName
{
border-color: #4F290B;
}
.TagClassName
{
border-color: #4F290B;
}
</style>