Shades of Punga #4D4634
Tints of Punga #4D4634
RGB
CMYK
RGB Variations
Color information
#4D4634 (or 0x4D4634) is known color: Punga. HEX triplet: 4D, 46 and 34. RGB value is (77,70,52). Sum of RGB (Red+Green+Blue) = 77+70+52=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4634 is #B2B9CB. Grayscale: #464646. Windows color (decimal): -11712972 or 3425869. OLE color: 3425869.
HSL color Cylindrical-coordinate representation of color #4D4634: hue angle of 43.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4634 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 52 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.70 |
| HSL | 43.2º | 0.19% | 0.25% | - |
| HSV(B) | 43.2º | 0.32% | 0.3% | - |
| XYZ | 5.87 | 6.21 | 4.14 | - |
| YUV | 70.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 52 | 0 | 0.09 | 0.32 | 0.70 | 43.2 | 0.19 | 0.25 |
| Hex | 4D | 46 | 34 | 0 | 9 | 20 | 46 | 2B | 13 | 19 |
| Octal | 115 | 106 | 64 | 0 | 11 | 40 | 106 | 53 | 23 | 31 |
| Binary | 1001101 | 1000110 | 110100 | 0 | 1001 | 100000 | 1000110 | 101011 | 10011 | 11001 |
Color Harmonies of #4D4634
Complementary color
Monochromatic Colors of #4D4634
Black with #4D4634
Text Example
Text Example
White with #4D4634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4634; }
p { color: rgb(77,70,52); }
H1.HeaderClassName
{
color: #4D4634;
}
.AnyTagClassName
{
color: #4D4634;
}
</style>
background-color css
<style>
a { background-color: #4D4634; }
a { background-color: rgb(77,70,52); }
div.DivClassName
{
background-color: #4D4634;
}
.BgClassName
{
background-color: #4D4634;
}
</style>
border-color css
<style>
span { border-color: #4D4634; }
span { border-color: rgb(77,70,52); }
td.TdClassName
{
border-color: #4D4634;
}
.TagClassName
{
border-color: #4D4634;
}
</style>