Shades of Brown Pod #4F1506
Tints of Brown Pod #4F1506
RGB
CMYK
RGB Variations
Color information
#4F1506 (or 0x4F1506) is known color: Brown Pod. HEX triplet: 4F, 15 and 06. RGB value is (79,21,6). Sum of RGB (Red+Green+Blue) = 79+21+6=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1506 is #B0EAF9. Grayscale: #242424. Windows color (decimal): -11594490 or 398671. OLE color: 398671.
HSL color Cylindrical-coordinate representation of color #4F1506: hue angle of 12.33º 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 #4F1506 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 6 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.69 |
| HSL | 12.33º | 0.86% | 0.17% | - |
| HSV(B) | 12.33º | 0.92% | 0.31% | - |
| XYZ | 3.53 | 2.21 | 0.41 | - |
| YUV | 36.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 6 | 0 | 0.73 | 0.92 | 0.69 | 12.33 | 0.86 | 0.17 |
| Hex | 4F | 15 | 6 | 0 | 49 | 5C | 45 | C | 56 | 11 |
| Octal | 117 | 25 | 6 | 0 | 111 | 134 | 105 | 14 | 126 | 21 |
| Binary | 1001111 | 10101 | 110 | 0 | 1001001 | 1011100 | 1000101 | 1100 | 1010110 | 10001 |
Color Harmonies of #4F1506
Complementary color
Monochromatic Colors of #4F1506
Black with #4F1506
Text Example
Text Example
White with #4F1506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1506; }
p { color: rgb(79,21,6); }
H1.HeaderClassName
{
color: #4F1506;
}
.AnyTagClassName
{
color: #4F1506;
}
</style>
background-color css
<style>
a { background-color: #4F1506; }
a { background-color: rgb(79,21,6); }
div.DivClassName
{
background-color: #4F1506;
}
.BgClassName
{
background-color: #4F1506;
}
</style>
border-color css
<style>
span { border-color: #4F1506; }
span { border-color: rgb(79,21,6); }
td.TdClassName
{
border-color: #4F1506;
}
.TagClassName
{
border-color: #4F1506;
}
</style>