Shades of Punga #4D4531
Tints of Punga #4D4531
RGB
CMYK
RGB Variations
Color information
#4D4531 (or 0x4D4531) is known color: Punga. HEX triplet: 4D, 45 and 31. RGB value is (77,69,49). Sum of RGB (Red+Green+Blue) = 77+69+49=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4531 is #B2BACE. Grayscale: #454545. Windows color (decimal): -11713231 or 3229005. OLE color: 3229005.
HSL color Cylindrical-coordinate representation of color #4D4531: hue angle of 42.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D4531 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 49 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.70 |
| HSL | 42.86º | 0.22% | 0.25% | - |
| HSV(B) | 42.86º | 0.36% | 0.3% | - |
| XYZ | 5.74 | 6.06 | 3.77 | - |
| YUV | 69.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 49 | 0 | 0.10 | 0.36 | 0.70 | 42.86 | 0.22 | 0.25 |
| Hex | 4D | 45 | 31 | 0 | A | 24 | 46 | 2B | 16 | 19 |
| Octal | 115 | 105 | 61 | 0 | 12 | 44 | 106 | 53 | 26 | 31 |
| Binary | 1001101 | 1000101 | 110001 | 0 | 1010 | 100100 | 1000110 | 101011 | 10110 | 11001 |
Color Harmonies of #4D4531
Complementary color
Monochromatic Colors of #4D4531
Black with #4D4531
Text Example
Text Example
White with #4D4531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4531; }
p { color: rgb(77,69,49); }
H1.HeaderClassName
{
color: #4D4531;
}
.AnyTagClassName
{
color: #4D4531;
}
</style>
background-color css
<style>
a { background-color: #4D4531; }
a { background-color: rgb(77,69,49); }
div.DivClassName
{
background-color: #4D4531;
}
.BgClassName
{
background-color: #4D4531;
}
</style>
border-color css
<style>
span { border-color: #4D4531; }
span { border-color: rgb(77,69,49); }
td.TdClassName
{
border-color: #4D4531;
}
.TagClassName
{
border-color: #4D4531;
}
</style>