Shades of Punga #4E442E
Tints of Punga #4E442E
RGB
CMYK
RGB Variations
Color information
#4E442E (or 0x4E442E) is known color: Punga. HEX triplet: 4E, 44 and 2E. RGB value is (78,68,46). Sum of RGB (Red+Green+Blue) = 78+68+46=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E442E is #B1BBD1. Grayscale: #444444. Windows color (decimal): -11647954 or 3032142. OLE color: 3032142.
HSL color Cylindrical-coordinate representation of color #4E442E: hue angle of 41.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E442E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 46 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.69 |
| HSL | 41.25º | 0.26% | 0.24% | - |
| HSV(B) | 41.25º | 0.41% | 0.31% | - |
| XYZ | 5.7 | 5.95 | 3.43 | - |
| YUV | 68.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 46 | 0 | 0.13 | 0.41 | 0.69 | 41.25 | 0.26 | 0.24 |
| Hex | 4E | 44 | 2E | 0 | D | 29 | 45 | 29 | 1A | 18 |
| Octal | 116 | 104 | 56 | 0 | 15 | 51 | 105 | 51 | 32 | 30 |
| Binary | 1001110 | 1000100 | 101110 | 0 | 1101 | 101001 | 1000101 | 101001 | 11010 | 11000 |
Color Harmonies of #4E442E
Complementary color
Monochromatic Colors of #4E442E
Black with #4E442E
Text Example
Text Example
White with #4E442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E442E; }
p { color: rgb(78,68,46); }
H1.HeaderClassName
{
color: #4E442E;
}
.AnyTagClassName
{
color: #4E442E;
}
</style>
background-color css
<style>
a { background-color: #4E442E; }
a { background-color: rgb(78,68,46); }
div.DivClassName
{
background-color: #4E442E;
}
.BgClassName
{
background-color: #4E442E;
}
</style>
border-color css
<style>
span { border-color: #4E442E; }
span { border-color: rgb(78,68,46); }
td.TdClassName
{
border-color: #4E442E;
}
.TagClassName
{
border-color: #4E442E;
}
</style>