Shades of Punga #4F483A
Tints of Punga #4F483A
RGB
CMYK
RGB Variations
Color information
#4F483A (or 0x4F483A) is known color: Punga. HEX triplet: 4F, 48 and 3A. RGB value is (79,72,58). Sum of RGB (Red+Green+Blue) = 79+72+58=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F483A is #B0B7C5. Grayscale: #484848. Windows color (decimal): -11581382 or 3819599. OLE color: 3819599.
HSL color Cylindrical-coordinate representation of color #4F483A: hue angle of 40º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F483A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 58 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.69 |
| HSL | 40º | 0.15% | 0.27% | - |
| HSV(B) | 40º | 0.27% | 0.31% | - |
| XYZ | 6.31 | 6.6 | 4.95 | - |
| YUV | 72.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 58 | 0 | 0.09 | 0.27 | 0.69 | 40 | 0.15 | 0.27 |
| Hex | 4F | 48 | 3A | 0 | 9 | 1B | 45 | 28 | F | 1B |
| Octal | 117 | 110 | 72 | 0 | 11 | 33 | 105 | 50 | 17 | 33 |
| Binary | 1001111 | 1001000 | 111010 | 0 | 1001 | 11011 | 1000101 | 101000 | 1111 | 11011 |
Color Harmonies of #4F483A
Complementary color
Monochromatic Colors of #4F483A
Black with #4F483A
Text Example
Text Example
White with #4F483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F483A; }
p { color: rgb(79,72,58); }
H1.HeaderClassName
{
color: #4F483A;
}
.AnyTagClassName
{
color: #4F483A;
}
</style>
background-color css
<style>
a { background-color: #4F483A; }
a { background-color: rgb(79,72,58); }
div.DivClassName
{
background-color: #4F483A;
}
.BgClassName
{
background-color: #4F483A;
}
</style>
border-color css
<style>
span { border-color: #4F483A; }
span { border-color: rgb(79,72,58); }
td.TdClassName
{
border-color: #4F483A;
}
.TagClassName
{
border-color: #4F483A;
}
</style>