Shades of Punga #4E4431
Tints of Punga #4E4431
RGB
CMYK
RGB Variations
Color information
#4E4431 (or 0x4E4431) is known color: Punga. HEX triplet: 4E, 44 and 31. RGB value is (78,68,49). Sum of RGB (Red+Green+Blue) = 78+68+49=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4431 is #B1BBCE. Grayscale: #444444. Windows color (decimal): -11647951 or 3228750. OLE color: 3228750.
HSL color Cylindrical-coordinate representation of color #4E4431: hue angle of 39.31º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4431 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 49 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.69 |
| HSL | 39.31º | 0.23% | 0.25% | - |
| HSV(B) | 39.31º | 0.37% | 0.31% | - |
| XYZ | 5.76 | 5.98 | 3.76 | - |
| YUV | 68.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 49 | 0 | 0.13 | 0.37 | 0.69 | 39.31 | 0.23 | 0.25 |
| Hex | 4E | 44 | 31 | 0 | D | 25 | 45 | 27 | 17 | 19 |
| Octal | 116 | 104 | 61 | 0 | 15 | 45 | 105 | 47 | 27 | 31 |
| Binary | 1001110 | 1000100 | 110001 | 0 | 1101 | 100101 | 1000101 | 100111 | 10111 | 11001 |
Color Harmonies of #4E4431
Complementary color
Monochromatic Colors of #4E4431
Black with #4E4431
Text Example
Text Example
White with #4E4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4431; }
p { color: rgb(78,68,49); }
H1.HeaderClassName
{
color: #4E4431;
}
.AnyTagClassName
{
color: #4E4431;
}
</style>
background-color css
<style>
a { background-color: #4E4431; }
a { background-color: rgb(78,68,49); }
div.DivClassName
{
background-color: #4E4431;
}
.BgClassName
{
background-color: #4E4431;
}
</style>
border-color css
<style>
span { border-color: #4E4431; }
span { border-color: rgb(78,68,49); }
td.TdClassName
{
border-color: #4E4431;
}
.TagClassName
{
border-color: #4E4431;
}
</style>