Shades of Brown Pod #4F1E04
Tints of Brown Pod #4F1E04
RGB
CMYK
RGB Variations
Color information
#4F1E04 (or 0x4F1E04) is known color: Brown Pod. HEX triplet: 4F, 1E and 04. RGB value is (79,30,4). Sum of RGB (Red+Green+Blue) = 79+30+4=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E04 is #B0E1FB. Grayscale: #292929. Windows color (decimal): -11592188 or 269903. OLE color: 269903.
HSL color Cylindrical-coordinate representation of color #4F1E04: hue angle of 20.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F1E04 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 4 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.69 |
| HSL | 20.8º | 0.9% | 0.16% | - |
| HSV(B) | 20.8º | 0.95% | 0.31% | - |
| XYZ | 3.71 | 2.6 | 0.42 | - |
| YUV | 41.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 4 | 0 | 0.62 | 0.95 | 0.69 | 20.8 | 0.9 | 0.16 |
| Hex | 4F | 1E | 4 | 0 | 3E | 5F | 45 | 15 | 5A | 10 |
| Octal | 117 | 36 | 4 | 0 | 76 | 137 | 105 | 25 | 132 | 20 |
| Binary | 1001111 | 11110 | 100 | 0 | 111110 | 1011111 | 1000101 | 10101 | 1011010 | 10000 |
Color Harmonies of #4F1E04
Complementary color
Monochromatic Colors of #4F1E04
Black with #4F1E04
Text Example
Text Example
White with #4F1E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E04; }
p { color: rgb(79,30,4); }
H1.HeaderClassName
{
color: #4F1E04;
}
.AnyTagClassName
{
color: #4F1E04;
}
</style>
background-color css
<style>
a { background-color: #4F1E04; }
a { background-color: rgb(79,30,4); }
div.DivClassName
{
background-color: #4F1E04;
}
.BgClassName
{
background-color: #4F1E04;
}
</style>
border-color css
<style>
span { border-color: #4F1E04; }
span { border-color: rgb(79,30,4); }
td.TdClassName
{
border-color: #4F1E04;
}
.TagClassName
{
border-color: #4F1E04;
}
</style>