Shades of Punga #4E4432
Tints of Punga #4E4432
RGB
CMYK
RGB Variations
Color information
#4E4432 (or 0x4E4432) is known color: Punga. HEX triplet: 4E, 44 and 32. RGB value is (78,68,50). Sum of RGB (Red+Green+Blue) = 78+68+50=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4432 is #B1BBCD. Grayscale: #454545. Windows color (decimal): -11647950 or 3294286. OLE color: 3294286.
HSL color Cylindrical-coordinate representation of color #4E4432: hue angle of 38.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4432 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 50 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.69 |
| HSL | 38.57º | 0.22% | 0.25% | - |
| HSV(B) | 38.57º | 0.36% | 0.31% | - |
| XYZ | 5.78 | 5.98 | 3.87 | - |
| YUV | 68.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 50 | 0 | 0.13 | 0.36 | 0.69 | 38.57 | 0.22 | 0.25 |
| Hex | 4E | 44 | 32 | 0 | D | 24 | 45 | 27 | 16 | 19 |
| Octal | 116 | 104 | 62 | 0 | 15 | 44 | 105 | 47 | 26 | 31 |
| Binary | 1001110 | 1000100 | 110010 | 0 | 1101 | 100100 | 1000101 | 100111 | 10110 | 11001 |
Color Harmonies of #4E4432
Complementary color
Monochromatic Colors of #4E4432
Black with #4E4432
Text Example
Text Example
White with #4E4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4432; }
p { color: rgb(78,68,50); }
H1.HeaderClassName
{
color: #4E4432;
}
.AnyTagClassName
{
color: #4E4432;
}
</style>
background-color css
<style>
a { background-color: #4E4432; }
a { background-color: rgb(78,68,50); }
div.DivClassName
{
background-color: #4E4432;
}
.BgClassName
{
background-color: #4E4432;
}
</style>
border-color css
<style>
span { border-color: #4E4432; }
span { border-color: rgb(78,68,50); }
td.TdClassName
{
border-color: #4E4432;
}
.TagClassName
{
border-color: #4E4432;
}
</style>