Shades of Baker's Chocolate #4F340D
Tints of Baker's Chocolate #4F340D
RGB
CMYK
RGB Variations
Color information
#4F340D (or 0x4F340D) is known color: Baker's Chocolate. HEX triplet: 4F, 34 and 0D. RGB value is (79,52,13). Sum of RGB (Red+Green+Blue) = 79+52+13=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F340D is #B0CBF2. Grayscale: #373737. Windows color (decimal): -11586547 or 865359. OLE color: 865359.
HSL color Cylindrical-coordinate representation of color #4F340D: hue angle of 35.45º 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 #4F340D is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 13 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.69 |
| HSL | 35.45º | 0.72% | 0.18% | - |
| HSV(B) | 35.45º | 0.84% | 0.31% | - |
| XYZ | 4.53 | 4.15 | 0.94 | - |
| YUV | 55.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 13 | 0 | 0.34 | 0.84 | 0.69 | 35.45 | 0.72 | 0.18 |
| Hex | 4F | 34 | D | 0 | 22 | 54 | 45 | 23 | 48 | 12 |
| Octal | 117 | 64 | 15 | 0 | 42 | 124 | 105 | 43 | 110 | 22 |
| Binary | 1001111 | 110100 | 1101 | 0 | 100010 | 1010100 | 1000101 | 100011 | 1001000 | 10010 |
Color Harmonies of #4F340D
Complementary color
Monochromatic Colors of #4F340D
Black with #4F340D
Text Example
Text Example
White with #4F340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F340D; }
p { color: rgb(79,52,13); }
H1.HeaderClassName
{
color: #4F340D;
}
.AnyTagClassName
{
color: #4F340D;
}
</style>
background-color css
<style>
a { background-color: #4F340D; }
a { background-color: rgb(79,52,13); }
div.DivClassName
{
background-color: #4F340D;
}
.BgClassName
{
background-color: #4F340D;
}
</style>
border-color css
<style>
span { border-color: #4F340D; }
span { border-color: rgb(79,52,13); }
td.TdClassName
{
border-color: #4F340D;
}
.TagClassName
{
border-color: #4F340D;
}
</style>