Shades of Punga #4E442D
Tints of Punga #4E442D
RGB
CMYK
RGB Variations
Color information
#4E442D (or 0x4E442D) is known color: Punga. HEX triplet: 4E, 44 and 2D. RGB value is (78,68,45). Sum of RGB (Red+Green+Blue) = 78+68+45=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E442D is #B1BBD2. Grayscale: #444444. Windows color (decimal): -11647955 or 2966606. OLE color: 2966606.
HSL color Cylindrical-coordinate representation of color #4E442D: hue angle of 41.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E442D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 45 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.69 |
| HSL | 41.82º | 0.27% | 0.24% | - |
| HSV(B) | 41.82º | 0.42% | 0.31% | - |
| XYZ | 5.68 | 5.94 | 3.33 | - |
| YUV | 68.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 45 | 0 | 0.13 | 0.42 | 0.69 | 41.82 | 0.27 | 0.24 |
| Hex | 4E | 44 | 2D | 0 | D | 2A | 45 | 2A | 1B | 18 |
| Octal | 116 | 104 | 55 | 0 | 15 | 52 | 105 | 52 | 33 | 30 |
| Binary | 1001110 | 1000100 | 101101 | 0 | 1101 | 101010 | 1000101 | 101010 | 11011 | 11000 |
Color Harmonies of #4E442D
Complementary color
Monochromatic Colors of #4E442D
Black with #4E442D
Text Example
Text Example
White with #4E442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E442D; }
p { color: rgb(78,68,45); }
H1.HeaderClassName
{
color: #4E442D;
}
.AnyTagClassName
{
color: #4E442D;
}
</style>
background-color css
<style>
a { background-color: #4E442D; }
a { background-color: rgb(78,68,45); }
div.DivClassName
{
background-color: #4E442D;
}
.BgClassName
{
background-color: #4E442D;
}
</style>
border-color css
<style>
span { border-color: #4E442D; }
span { border-color: rgb(78,68,45); }
td.TdClassName
{
border-color: #4E442D;
}
.TagClassName
{
border-color: #4E442D;
}
</style>