Shades of Brown Pod #4F1905
Tints of Brown Pod #4F1905
RGB
CMYK
RGB Variations
Color information
#4F1905 (or 0x4F1905) is known color: Brown Pod. HEX triplet: 4F, 19 and 05. RGB value is (79,25,5). Sum of RGB (Red+Green+Blue) = 79+25+5=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1905 is #B0E6FA. Grayscale: #272727. Windows color (decimal): -11593467 or 334159. OLE color: 334159.
HSL color Cylindrical-coordinate representation of color #4F1905: hue angle of 16.22º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F1905 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 5 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.69 |
| HSL | 16.22º | 0.88% | 0.16% | - |
| HSV(B) | 16.22º | 0.94% | 0.31% | - |
| XYZ | 3.6 | 2.37 | 0.41 | - |
| YUV | 38.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 5 | 0 | 0.68 | 0.94 | 0.69 | 16.22 | 0.88 | 0.16 |
| Hex | 4F | 19 | 5 | 0 | 44 | 5E | 45 | 10 | 58 | 10 |
| Octal | 117 | 31 | 5 | 0 | 104 | 136 | 105 | 20 | 130 | 20 |
| Binary | 1001111 | 11001 | 101 | 0 | 1000100 | 1011110 | 1000101 | 10000 | 1011000 | 10000 |
Color Harmonies of #4F1905
Complementary color
Monochromatic Colors of #4F1905
Black with #4F1905
Text Example
Text Example
White with #4F1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1905; }
p { color: rgb(79,25,5); }
H1.HeaderClassName
{
color: #4F1905;
}
.AnyTagClassName
{
color: #4F1905;
}
</style>
background-color css
<style>
a { background-color: #4F1905; }
a { background-color: rgb(79,25,5); }
div.DivClassName
{
background-color: #4F1905;
}
.BgClassName
{
background-color: #4F1905;
}
</style>
border-color css
<style>
span { border-color: #4F1905; }
span { border-color: rgb(79,25,5); }
td.TdClassName
{
border-color: #4F1905;
}
.TagClassName
{
border-color: #4F1905;
}
</style>