Shades of Punga #4D4433
Tints of Punga #4D4433
RGB
CMYK
RGB Variations
Color information
#4D4433 (or 0x4D4433) is known color: Punga. HEX triplet: 4D, 44 and 33. RGB value is (77,68,51). Sum of RGB (Red+Green+Blue) = 77+68+51=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4433 is #B2BBCC. Grayscale: #444444. Windows color (decimal): -11713485 or 3359821. OLE color: 3359821.
HSL color Cylindrical-coordinate representation of color #4D4433: hue angle of 39.23º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4433 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 51 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.70 |
| HSL | 39.23º | 0.2% | 0.25% | - |
| HSV(B) | 39.23º | 0.34% | 0.3% | - |
| XYZ | 5.73 | 5.95 | 3.98 | - |
| YUV | 68.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 51 | 0 | 0.12 | 0.34 | 0.70 | 39.23 | 0.2 | 0.25 |
| Hex | 4D | 44 | 33 | 0 | C | 22 | 46 | 27 | 14 | 19 |
| Octal | 115 | 104 | 63 | 0 | 14 | 42 | 106 | 47 | 24 | 31 |
| Binary | 1001101 | 1000100 | 110011 | 0 | 1100 | 100010 | 1000110 | 100111 | 10100 | 11001 |
Color Harmonies of #4D4433
Complementary color
Monochromatic Colors of #4D4433
Black with #4D4433
Text Example
Text Example
White with #4D4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4433; }
p { color: rgb(77,68,51); }
H1.HeaderClassName
{
color: #4D4433;
}
.AnyTagClassName
{
color: #4D4433;
}
</style>
background-color css
<style>
a { background-color: #4D4433; }
a { background-color: rgb(77,68,51); }
div.DivClassName
{
background-color: #4D4433;
}
.BgClassName
{
background-color: #4D4433;
}
</style>
border-color css
<style>
span { border-color: #4D4433; }
span { border-color: rgb(77,68,51); }
td.TdClassName
{
border-color: #4D4433;
}
.TagClassName
{
border-color: #4D4433;
}
</style>