Shades of Baker's Chocolate #4F320D
Tints of Baker's Chocolate #4F320D
RGB
CMYK
RGB Variations
Color information
#4F320D (or 0x4F320D) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 0D. RGB value is (79,50,13). Sum of RGB (Red+Green+Blue) = 79+50+13=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F320D is #B0CDF2. Grayscale: #363636. Windows color (decimal): -11587059 or 864847. OLE color: 864847.
HSL color Cylindrical-coordinate representation of color #4F320D: hue angle of 33.64º 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 #4F320D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 13 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.69 |
| HSL | 33.64º | 0.72% | 0.18% | - |
| HSV(B) | 33.64º | 0.84% | 0.31% | - |
| XYZ | 4.44 | 3.97 | 0.91 | - |
| YUV | 54.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 13 | 0 | 0.37 | 0.84 | 0.69 | 33.64 | 0.72 | 0.18 |
| Hex | 4F | 32 | D | 0 | 25 | 54 | 45 | 22 | 48 | 12 |
| Octal | 117 | 62 | 15 | 0 | 45 | 124 | 105 | 42 | 110 | 22 |
| Binary | 1001111 | 110010 | 1101 | 0 | 100101 | 1010100 | 1000101 | 100010 | 1001000 | 10010 |
Color Harmonies of #4F320D
Complementary color
Monochromatic Colors of #4F320D
Black with #4F320D
Text Example
Text Example
White with #4F320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F320D; }
p { color: rgb(79,50,13); }
H1.HeaderClassName
{
color: #4F320D;
}
.AnyTagClassName
{
color: #4F320D;
}
</style>
background-color css
<style>
a { background-color: #4F320D; }
a { background-color: rgb(79,50,13); }
div.DivClassName
{
background-color: #4F320D;
}
.BgClassName
{
background-color: #4F320D;
}
</style>
border-color css
<style>
span { border-color: #4F320D; }
span { border-color: rgb(79,50,13); }
td.TdClassName
{
border-color: #4F320D;
}
.TagClassName
{
border-color: #4F320D;
}
</style>