Shades of Punga #4D4532
Tints of Punga #4D4532
RGB
CMYK
RGB Variations
Color information
#4D4532 (or 0x4D4532) is known color: Punga. HEX triplet: 4D, 45 and 32. RGB value is (77,69,50). Sum of RGB (Red+Green+Blue) = 77+69+50=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4532 is #B2BACD. Grayscale: #454545. Windows color (decimal): -11713230 or 3294541. OLE color: 3294541.
HSL color Cylindrical-coordinate representation of color #4D4532: hue angle of 42.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D4532 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 50 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.70 |
| HSL | 42.22º | 0.21% | 0.25% | - |
| HSV(B) | 42.22º | 0.35% | 0.3% | - |
| XYZ | 5.76 | 6.06 | 3.88 | - |
| YUV | 69.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 50 | 0 | 0.10 | 0.35 | 0.70 | 42.22 | 0.21 | 0.25 |
| Hex | 4D | 45 | 32 | 0 | A | 23 | 46 | 2A | 15 | 19 |
| Octal | 115 | 105 | 62 | 0 | 12 | 43 | 106 | 52 | 25 | 31 |
| Binary | 1001101 | 1000101 | 110010 | 0 | 1010 | 100011 | 1000110 | 101010 | 10101 | 11001 |
Color Harmonies of #4D4532
Complementary color
Monochromatic Colors of #4D4532
Black with #4D4532
Text Example
Text Example
White with #4D4532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4532; }
p { color: rgb(77,69,50); }
H1.HeaderClassName
{
color: #4D4532;
}
.AnyTagClassName
{
color: #4D4532;
}
</style>
background-color css
<style>
a { background-color: #4D4532; }
a { background-color: rgb(77,69,50); }
div.DivClassName
{
background-color: #4D4532;
}
.BgClassName
{
background-color: #4D4532;
}
</style>
border-color css
<style>
span { border-color: #4D4532; }
span { border-color: rgb(77,69,50); }
td.TdClassName
{
border-color: #4D4532;
}
.TagClassName
{
border-color: #4D4532;
}
</style>