Shades of Punga #4E4734
Tints of Punga #4E4734
RGB
CMYK
RGB Variations
Color information
#4E4734 (or 0x4E4734) is known color: Punga. HEX triplet: 4E, 47 and 34. RGB value is (78,71,52). Sum of RGB (Red+Green+Blue) = 78+71+52=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4734 is #B1B8CB. Grayscale: #474747. Windows color (decimal): -11647180 or 3426126. OLE color: 3426126.
HSL color Cylindrical-coordinate representation of color #4E4734: hue angle of 43.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E4734 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 52 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.69 |
| HSL | 43.85º | 0.2% | 0.25% | - |
| HSV(B) | 43.85º | 0.33% | 0.31% | - |
| XYZ | 6.01 | 6.37 | 4.16 | - |
| YUV | 70.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 52 | 0 | 0.09 | 0.33 | 0.69 | 43.85 | 0.2 | 0.25 |
| Hex | 4E | 47 | 34 | 0 | 9 | 21 | 45 | 2C | 14 | 19 |
| Octal | 116 | 107 | 64 | 0 | 11 | 41 | 105 | 54 | 24 | 31 |
| Binary | 1001110 | 1000111 | 110100 | 0 | 1001 | 100001 | 1000101 | 101100 | 10100 | 11001 |
Color Harmonies of #4E4734
Complementary color
Monochromatic Colors of #4E4734
Black with #4E4734
Text Example
Text Example
White with #4E4734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4734; }
p { color: rgb(78,71,52); }
H1.HeaderClassName
{
color: #4E4734;
}
.AnyTagClassName
{
color: #4E4734;
}
</style>
background-color css
<style>
a { background-color: #4E4734; }
a { background-color: rgb(78,71,52); }
div.DivClassName
{
background-color: #4E4734;
}
.BgClassName
{
background-color: #4E4734;
}
</style>
border-color css
<style>
span { border-color: #4E4734; }
span { border-color: rgb(78,71,52); }
td.TdClassName
{
border-color: #4E4734;
}
.TagClassName
{
border-color: #4E4734;
}
</style>