Shades of Punga #4D4837
Tints of Punga #4D4837
RGB
CMYK
RGB Variations
Color information
#4D4837 (or 0x4D4837) is known color: Punga. HEX triplet: 4D, 48 and 37. RGB value is (77,72,55). Sum of RGB (Red+Green+Blue) = 77+72+55=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4837 is #B2B7C8. Grayscale: #474747. Windows color (decimal): -11712457 or 3622989. OLE color: 3622989.
HSL color Cylindrical-coordinate representation of color #4D4837: hue angle of 46.36º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D4837 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 55 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.70 |
| HSL | 46.36º | 0.17% | 0.26% | - |
| HSV(B) | 46.36º | 0.29% | 0.3% | - |
| XYZ | 6.07 | 6.49 | 4.55 | - |
| YUV | 71.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 55 | 0 | 0.06 | 0.29 | 0.70 | 46.36 | 0.17 | 0.26 |
| Hex | 4D | 48 | 37 | 0 | 6 | 1D | 46 | 2E | 11 | 1A |
| Octal | 115 | 110 | 67 | 0 | 6 | 35 | 106 | 56 | 21 | 32 |
| Binary | 1001101 | 1001000 | 110111 | 0 | 110 | 11101 | 1000110 | 101110 | 10001 | 11010 |
Color Harmonies of #4D4837
Complementary color
Monochromatic Colors of #4D4837
Black with #4D4837
Text Example
Text Example
White with #4D4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4837; }
p { color: rgb(77,72,55); }
H1.HeaderClassName
{
color: #4D4837;
}
.AnyTagClassName
{
color: #4D4837;
}
</style>
background-color css
<style>
a { background-color: #4D4837; }
a { background-color: rgb(77,72,55); }
div.DivClassName
{
background-color: #4D4837;
}
.BgClassName
{
background-color: #4D4837;
}
</style>
border-color css
<style>
span { border-color: #4D4837; }
span { border-color: rgb(77,72,55); }
td.TdClassName
{
border-color: #4D4837;
}
.TagClassName
{
border-color: #4D4837;
}
</style>