Shades of Punga #4E4737
Tints of Punga #4E4737
RGB
CMYK
RGB Variations
Color information
#4E4737 (or 0x4E4737) is known color: Punga. HEX triplet: 4E, 47 and 37. RGB value is (78,71,55). Sum of RGB (Red+Green+Blue) = 78+71+55=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4737 is #B1B8C8. Grayscale: #474747. Windows color (decimal): -11647177 or 3622734. OLE color: 3622734.
HSL color Cylindrical-coordinate representation of color #4E4737: hue angle of 41.74º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E4737 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 55 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.69 |
| HSL | 41.74º | 0.17% | 0.26% | - |
| HSV(B) | 41.74º | 0.29% | 0.31% | - |
| XYZ | 6.08 | 6.4 | 4.53 | - |
| YUV | 71.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 55 | 0 | 0.09 | 0.29 | 0.69 | 41.74 | 0.17 | 0.26 |
| Hex | 4E | 47 | 37 | 0 | 9 | 1D | 45 | 2A | 11 | 1A |
| Octal | 116 | 107 | 67 | 0 | 11 | 35 | 105 | 52 | 21 | 32 |
| Binary | 1001110 | 1000111 | 110111 | 0 | 1001 | 11101 | 1000101 | 101010 | 10001 | 11010 |
Color Harmonies of #4E4737
Complementary color
Monochromatic Colors of #4E4737
Black with #4E4737
Text Example
Text Example
White with #4E4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4737; }
p { color: rgb(78,71,55); }
H1.HeaderClassName
{
color: #4E4737;
}
.AnyTagClassName
{
color: #4E4737;
}
</style>
background-color css
<style>
a { background-color: #4E4737; }
a { background-color: rgb(78,71,55); }
div.DivClassName
{
background-color: #4E4737;
}
.BgClassName
{
background-color: #4E4737;
}
</style>
border-color css
<style>
span { border-color: #4E4737; }
span { border-color: rgb(78,71,55); }
td.TdClassName
{
border-color: #4E4737;
}
.TagClassName
{
border-color: #4E4737;
}
</style>