Shades of Baker's Chocolate #4F320B
Tints of Baker's Chocolate #4F320B
RGB
CMYK
RGB Variations
Color information
#4F320B (or 0x4F320B) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 0B. RGB value is (79,50,11). Sum of RGB (Red+Green+Blue) = 79+50+11=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F320B is #B0CDF4. Grayscale: #363636. Windows color (decimal): -11587061 or 733775. OLE color: 733775.
HSL color Cylindrical-coordinate representation of color #4F320B: hue angle of 34.41º 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 #4F320B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 11 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.69 |
| HSL | 34.41º | 0.76% | 0.18% | - |
| HSV(B) | 34.41º | 0.86% | 0.31% | - |
| XYZ | 4.43 | 3.97 | 0.85 | - |
| YUV | 54.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 11 | 0 | 0.37 | 0.86 | 0.69 | 34.41 | 0.76 | 0.18 |
| Hex | 4F | 32 | B | 0 | 25 | 56 | 45 | 22 | 4C | 12 |
| Octal | 117 | 62 | 13 | 0 | 45 | 126 | 105 | 42 | 114 | 22 |
| Binary | 1001111 | 110010 | 1011 | 0 | 100101 | 1010110 | 1000101 | 100010 | 1001100 | 10010 |
Color Harmonies of #4F320B
Complementary color
Monochromatic Colors of #4F320B
Black with #4F320B
Text Example
Text Example
White with #4F320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F320B; }
p { color: rgb(79,50,11); }
H1.HeaderClassName
{
color: #4F320B;
}
.AnyTagClassName
{
color: #4F320B;
}
</style>
background-color css
<style>
a { background-color: #4F320B; }
a { background-color: rgb(79,50,11); }
div.DivClassName
{
background-color: #4F320B;
}
.BgClassName
{
background-color: #4F320B;
}
</style>
border-color css
<style>
span { border-color: #4F320B; }
span { border-color: rgb(79,50,11); }
td.TdClassName
{
border-color: #4F320B;
}
.TagClassName
{
border-color: #4F320B;
}
</style>