Shades of Punga #4F4934
Tints of Punga #4F4934
RGB
CMYK
RGB Variations
Color information
#4F4934 (or 0x4F4934) is known color: Punga. HEX triplet: 4F, 49 and 34. RGB value is (79,73,52). Sum of RGB (Red+Green+Blue) = 79+73+52=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4934 is #B0B6CB. Grayscale: #484848. Windows color (decimal): -11581132 or 3426639. OLE color: 3426639.
HSL color Cylindrical-coordinate representation of color #4F4934: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F4934 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 52 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.69 |
| HSL | 46.67º | 0.21% | 0.26% | - |
| HSV(B) | 46.67º | 0.34% | 0.31% | - |
| XYZ | 6.23 | 6.68 | 4.21 | - |
| YUV | 72.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 52 | 0 | 0.08 | 0.34 | 0.69 | 46.67 | 0.21 | 0.26 |
| Hex | 4F | 49 | 34 | 0 | 8 | 22 | 45 | 2F | 15 | 1A |
| Octal | 117 | 111 | 64 | 0 | 10 | 42 | 105 | 57 | 25 | 32 |
| Binary | 1001111 | 1001001 | 110100 | 0 | 1000 | 100010 | 1000101 | 101111 | 10101 | 11010 |
Color Harmonies of #4F4934
Complementary color
Monochromatic Colors of #4F4934
Black with #4F4934
Text Example
Text Example
White with #4F4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4934; }
p { color: rgb(79,73,52); }
H1.HeaderClassName
{
color: #4F4934;
}
.AnyTagClassName
{
color: #4F4934;
}
</style>
background-color css
<style>
a { background-color: #4F4934; }
a { background-color: rgb(79,73,52); }
div.DivClassName
{
background-color: #4F4934;
}
.BgClassName
{
background-color: #4F4934;
}
</style>
border-color css
<style>
span { border-color: #4F4934; }
span { border-color: rgb(79,73,52); }
td.TdClassName
{
border-color: #4F4934;
}
.TagClassName
{
border-color: #4F4934;
}
</style>