Shades of Punga #4E4638
Tints of Punga #4E4638
RGB
CMYK
RGB Variations
Color information
#4E4638 (or 0x4E4638) is known color: Punga. HEX triplet: 4E, 46 and 38. RGB value is (78,70,56). Sum of RGB (Red+Green+Blue) = 78+70+56=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4638 is #B1B9C7. Grayscale: #464646. Windows color (decimal): -11647432 or 3688014. OLE color: 3688014.
HSL color Cylindrical-coordinate representation of color #4E4638: hue angle of 38.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E4638 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 56 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.69 |
| HSL | 38.18º | 0.16% | 0.26% | - |
| HSV(B) | 38.18º | 0.28% | 0.31% | - |
| XYZ | 6.05 | 6.29 | 4.64 | - |
| YUV | 70.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 56 | 0 | 0.10 | 0.28 | 0.69 | 38.18 | 0.16 | 0.26 |
| Hex | 4E | 46 | 38 | 0 | A | 1C | 45 | 26 | 10 | 1A |
| Octal | 116 | 106 | 70 | 0 | 12 | 34 | 105 | 46 | 20 | 32 |
| Binary | 1001110 | 1000110 | 111000 | 0 | 1010 | 11100 | 1000101 | 100110 | 10000 | 11010 |
Color Harmonies of #4E4638
Complementary color
Monochromatic Colors of #4E4638
Black with #4E4638
Text Example
Text Example
White with #4E4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4638; }
p { color: rgb(78,70,56); }
H1.HeaderClassName
{
color: #4E4638;
}
.AnyTagClassName
{
color: #4E4638;
}
</style>
background-color css
<style>
a { background-color: #4E4638; }
a { background-color: rgb(78,70,56); }
div.DivClassName
{
background-color: #4E4638;
}
.BgClassName
{
background-color: #4E4638;
}
</style>
border-color css
<style>
span { border-color: #4E4638; }
span { border-color: rgb(78,70,56); }
td.TdClassName
{
border-color: #4E4638;
}
.TagClassName
{
border-color: #4E4638;
}
</style>