Shades of Brown Pod #4F1806
Tints of Brown Pod #4F1806
RGB
CMYK
RGB Variations
Color information
#4F1806 (or 0x4F1806) is known color: Brown Pod. HEX triplet: 4F, 18 and 06. RGB value is (79,24,6). Sum of RGB (Red+Green+Blue) = 79+24+6=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1806 is #B0E7F9. Grayscale: #262626. Windows color (decimal): -11593722 or 399439. OLE color: 399439.
HSL color Cylindrical-coordinate representation of color #4F1806: hue angle of 14.79º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F1806 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 6 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.69 |
| HSL | 14.79º | 0.86% | 0.17% | - |
| HSV(B) | 14.79º | 0.92% | 0.31% | - |
| XYZ | 3.58 | 2.33 | 0.43 | - |
| YUV | 38.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 6 | 0 | 0.70 | 0.92 | 0.69 | 14.79 | 0.86 | 0.17 |
| Hex | 4F | 18 | 6 | 0 | 46 | 5C | 45 | F | 56 | 11 |
| Octal | 117 | 30 | 6 | 0 | 106 | 134 | 105 | 17 | 126 | 21 |
| Binary | 1001111 | 11000 | 110 | 0 | 1000110 | 1011100 | 1000101 | 1111 | 1010110 | 10001 |
Color Harmonies of #4F1806
Complementary color
Monochromatic Colors of #4F1806
Black with #4F1806
Text Example
Text Example
White with #4F1806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1806; }
p { color: rgb(79,24,6); }
H1.HeaderClassName
{
color: #4F1806;
}
.AnyTagClassName
{
color: #4F1806;
}
</style>
background-color css
<style>
a { background-color: #4F1806; }
a { background-color: rgb(79,24,6); }
div.DivClassName
{
background-color: #4F1806;
}
.BgClassName
{
background-color: #4F1806;
}
</style>
border-color css
<style>
span { border-color: #4F1806; }
span { border-color: rgb(79,24,6); }
td.TdClassName
{
border-color: #4F1806;
}
.TagClassName
{
border-color: #4F1806;
}
</style>