Shades of Punga #4E432D
Tints of Punga #4E432D
RGB
CMYK
RGB Variations
Color information
#4E432D (or 0x4E432D) is known color: Punga. HEX triplet: 4E, 43 and 2D. RGB value is (78,67,45). Sum of RGB (Red+Green+Blue) = 78+67+45=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E432D is #B1BCD2. Grayscale: #434343. Windows color (decimal): -11648211 or 2966350. OLE color: 2966350.
HSL color Cylindrical-coordinate representation of color #4E432D: hue angle of 40º 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 #4E432D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 45 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.69 |
| HSL | 40º | 0.27% | 0.24% | - |
| HSV(B) | 40º | 0.42% | 0.31% | - |
| XYZ | 5.62 | 5.82 | 3.31 | - |
| YUV | 67.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 45 | 0 | 0.14 | 0.42 | 0.69 | 40 | 0.27 | 0.24 |
| Hex | 4E | 43 | 2D | 0 | E | 2A | 45 | 28 | 1B | 18 |
| Octal | 116 | 103 | 55 | 0 | 16 | 52 | 105 | 50 | 33 | 30 |
| Binary | 1001110 | 1000011 | 101101 | 0 | 1110 | 101010 | 1000101 | 101000 | 11011 | 11000 |
Color Harmonies of #4E432D
Complementary color
Monochromatic Colors of #4E432D
Black with #4E432D
Text Example
Text Example
White with #4E432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E432D; }
p { color: rgb(78,67,45); }
H1.HeaderClassName
{
color: #4E432D;
}
.AnyTagClassName
{
color: #4E432D;
}
</style>
background-color css
<style>
a { background-color: #4E432D; }
a { background-color: rgb(78,67,45); }
div.DivClassName
{
background-color: #4E432D;
}
.BgClassName
{
background-color: #4E432D;
}
</style>
border-color css
<style>
span { border-color: #4E432D; }
span { border-color: rgb(78,67,45); }
td.TdClassName
{
border-color: #4E432D;
}
.TagClassName
{
border-color: #4E432D;
}
</style>