Shades of Punga #4F4939
Tints of Punga #4F4939
RGB
CMYK
RGB Variations
Color information
#4F4939 (or 0x4F4939) is known color: Punga. HEX triplet: 4F, 49 and 39. RGB value is (79,73,57). Sum of RGB (Red+Green+Blue) = 79+73+57=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4939 is #B0B6C6. Grayscale: #494949. Windows color (decimal): -11581127 or 3754319. OLE color: 3754319.
HSL color Cylindrical-coordinate representation of color #4F4939: hue angle of 43.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F4939 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 57 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.69 |
| HSL | 43.64º | 0.16% | 0.27% | - |
| HSV(B) | 43.64º | 0.28% | 0.31% | - |
| XYZ | 6.35 | 6.72 | 4.83 | - |
| YUV | 72.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 57 | 0 | 0.08 | 0.28 | 0.69 | 43.64 | 0.16 | 0.27 |
| Hex | 4F | 49 | 39 | 0 | 8 | 1C | 45 | 2C | 10 | 1B |
| Octal | 117 | 111 | 71 | 0 | 10 | 34 | 105 | 54 | 20 | 33 |
| Binary | 1001111 | 1001001 | 111001 | 0 | 1000 | 11100 | 1000101 | 101100 | 10000 | 11011 |
Color Harmonies of #4F4939
Complementary color
Monochromatic Colors of #4F4939
Black with #4F4939
Text Example
Text Example
White with #4F4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4939; }
p { color: rgb(79,73,57); }
H1.HeaderClassName
{
color: #4F4939;
}
.AnyTagClassName
{
color: #4F4939;
}
</style>
background-color css
<style>
a { background-color: #4F4939; }
a { background-color: rgb(79,73,57); }
div.DivClassName
{
background-color: #4F4939;
}
.BgClassName
{
background-color: #4F4939;
}
</style>
border-color css
<style>
span { border-color: #4F4939; }
span { border-color: rgb(79,73,57); }
td.TdClassName
{
border-color: #4F4939;
}
.TagClassName
{
border-color: #4F4939;
}
</style>