Shades of Punga #4F482F
Tints of Punga #4F482F
RGB
CMYK
RGB Variations
Color information
#4F482F (or 0x4F482F) is known color: Punga. HEX triplet: 4F, 48 and 2F. RGB value is (79,72,47). Sum of RGB (Red+Green+Blue) = 79+72+47=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F482F is #B0B7D0. Grayscale: #474747. Windows color (decimal): -11581393 or 3098703. OLE color: 3098703.
HSL color Cylindrical-coordinate representation of color #4F482F: hue angle of 46.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F482F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 47 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.69 |
| HSL | 46.88º | 0.25% | 0.25% | - |
| HSV(B) | 46.88º | 0.41% | 0.31% | - |
| XYZ | 6.05 | 6.5 | 3.63 | - |
| YUV | 71.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 47 | 0 | 0.09 | 0.41 | 0.69 | 46.88 | 0.25 | 0.25 |
| Hex | 4F | 48 | 2F | 0 | 9 | 29 | 45 | 2F | 19 | 19 |
| Octal | 117 | 110 | 57 | 0 | 11 | 51 | 105 | 57 | 31 | 31 |
| Binary | 1001111 | 1001000 | 101111 | 0 | 1001 | 101001 | 1000101 | 101111 | 11001 | 11001 |
Color Harmonies of #4F482F
Complementary color
Monochromatic Colors of #4F482F
Black with #4F482F
Text Example
Text Example
White with #4F482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F482F; }
p { color: rgb(79,72,47); }
H1.HeaderClassName
{
color: #4F482F;
}
.AnyTagClassName
{
color: #4F482F;
}
</style>
background-color css
<style>
a { background-color: #4F482F; }
a { background-color: rgb(79,72,47); }
div.DivClassName
{
background-color: #4F482F;
}
.BgClassName
{
background-color: #4F482F;
}
</style>
border-color css
<style>
span { border-color: #4F482F; }
span { border-color: rgb(79,72,47); }
td.TdClassName
{
border-color: #4F482F;
}
.TagClassName
{
border-color: #4F482F;
}
</style>