Shades of Baker's Chocolate #4F310D
Tints of Baker's Chocolate #4F310D
RGB
CMYK
RGB Variations
Color information
#4F310D (or 0x4F310D) is known color: Baker's Chocolate. HEX triplet: 4F, 31 and 0D. RGB value is (79,49,13). Sum of RGB (Red+Green+Blue) = 79+49+13=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F310D is #B0CEF2. Grayscale: #363636. Windows color (decimal): -11587315 or 864591. OLE color: 864591.
HSL color Cylindrical-coordinate representation of color #4F310D: hue angle of 32.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F310D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 13 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.69 |
| HSL | 32.73º | 0.72% | 0.18% | - |
| HSV(B) | 32.73º | 0.84% | 0.31% | - |
| XYZ | 4.4 | 3.89 | 0.9 | - |
| YUV | 53.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 13 | 0 | 0.38 | 0.84 | 0.69 | 32.73 | 0.72 | 0.18 |
| Hex | 4F | 31 | D | 0 | 26 | 54 | 45 | 21 | 48 | 12 |
| Octal | 117 | 61 | 15 | 0 | 46 | 124 | 105 | 41 | 110 | 22 |
| Binary | 1001111 | 110001 | 1101 | 0 | 100110 | 1010100 | 1000101 | 100001 | 1001000 | 10010 |
Color Harmonies of #4F310D
Complementary color
Monochromatic Colors of #4F310D
Black with #4F310D
Text Example
Text Example
White with #4F310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F310D; }
p { color: rgb(79,49,13); }
H1.HeaderClassName
{
color: #4F310D;
}
.AnyTagClassName
{
color: #4F310D;
}
</style>
background-color css
<style>
a { background-color: #4F310D; }
a { background-color: rgb(79,49,13); }
div.DivClassName
{
background-color: #4F310D;
}
.BgClassName
{
background-color: #4F310D;
}
</style>
border-color css
<style>
span { border-color: #4F310D; }
span { border-color: rgb(79,49,13); }
td.TdClassName
{
border-color: #4F310D;
}
.TagClassName
{
border-color: #4F310D;
}
</style>