Shades of Punga #4E4533
Tints of Punga #4E4533
RGB
CMYK
RGB Variations
Color information
#4E4533 (or 0x4E4533) is known color: Punga. HEX triplet: 4E, 45 and 33. RGB value is (78,69,51). Sum of RGB (Red+Green+Blue) = 78+69+51=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4533 is #B1BACC. Grayscale: #454545. Windows color (decimal): -11647693 or 3360078. OLE color: 3360078.
HSL color Cylindrical-coordinate representation of color #4E4533: hue angle of 40º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E4533 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 51 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.69 |
| HSL | 40º | 0.21% | 0.25% | - |
| HSV(B) | 40º | 0.35% | 0.31% | - |
| XYZ | 5.87 | 6.11 | 4 | - |
| YUV | 69.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 51 | 0 | 0.12 | 0.35 | 0.69 | 40 | 0.21 | 0.25 |
| Hex | 4E | 45 | 33 | 0 | C | 23 | 45 | 28 | 15 | 19 |
| Octal | 116 | 105 | 63 | 0 | 14 | 43 | 105 | 50 | 25 | 31 |
| Binary | 1001110 | 1000101 | 110011 | 0 | 1100 | 100011 | 1000101 | 101000 | 10101 | 11001 |
Color Harmonies of #4E4533
Complementary color
Monochromatic Colors of #4E4533
Black with #4E4533
Text Example
Text Example
White with #4E4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4533; }
p { color: rgb(78,69,51); }
H1.HeaderClassName
{
color: #4E4533;
}
.AnyTagClassName
{
color: #4E4533;
}
</style>
background-color css
<style>
a { background-color: #4E4533; }
a { background-color: rgb(78,69,51); }
div.DivClassName
{
background-color: #4E4533;
}
.BgClassName
{
background-color: #4E4533;
}
</style>
border-color css
<style>
span { border-color: #4E4533; }
span { border-color: rgb(78,69,51); }
td.TdClassName
{
border-color: #4E4533;
}
.TagClassName
{
border-color: #4E4533;
}
</style>