Shades of Punga #4F4831
Tints of Punga #4F4831
RGB
CMYK
RGB Variations
Color information
#4F4831 (or 0x4F4831) is known color: Punga. HEX triplet: 4F, 48 and 31. RGB value is (79,72,49). Sum of RGB (Red+Green+Blue) = 79+72+49=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4831 is #B0B7CE. Grayscale: #474747. Windows color (decimal): -11581391 or 3229775. OLE color: 3229775.
HSL color Cylindrical-coordinate representation of color #4F4831: hue angle of 46º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4831 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 49 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.69 |
| HSL | 46º | 0.23% | 0.25% | - |
| HSV(B) | 46º | 0.38% | 0.31% | - |
| XYZ | 6.1 | 6.52 | 3.84 | - |
| YUV | 71.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 49 | 0 | 0.09 | 0.38 | 0.69 | 46 | 0.23 | 0.25 |
| Hex | 4F | 48 | 31 | 0 | 9 | 26 | 45 | 2E | 17 | 19 |
| Octal | 117 | 110 | 61 | 0 | 11 | 46 | 105 | 56 | 27 | 31 |
| Binary | 1001111 | 1001000 | 110001 | 0 | 1001 | 100110 | 1000101 | 101110 | 10111 | 11001 |
Color Harmonies of #4F4831
Complementary color
Monochromatic Colors of #4F4831
Black with #4F4831
Text Example
Text Example
White with #4F4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4831; }
p { color: rgb(79,72,49); }
H1.HeaderClassName
{
color: #4F4831;
}
.AnyTagClassName
{
color: #4F4831;
}
</style>
background-color css
<style>
a { background-color: #4F4831; }
a { background-color: rgb(79,72,49); }
div.DivClassName
{
background-color: #4F4831;
}
.BgClassName
{
background-color: #4F4831;
}
</style>
border-color css
<style>
span { border-color: #4F4831; }
span { border-color: rgb(79,72,49); }
td.TdClassName
{
border-color: #4F4831;
}
.TagClassName
{
border-color: #4F4831;
}
</style>