Shades of Punga #4C4433
Tints of Punga #4C4433
RGB
CMYK
RGB Variations
Color information
#4C4433 (or 0x4C4433) is known color: Punga. HEX triplet: 4C, 44 and 33. RGB value is (76,68,51). Sum of RGB (Red+Green+Blue) = 76+68+51=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4433 is #B3BBCC. Grayscale: #444444. Windows color (decimal): -11779021 or 3359820. OLE color: 3359820.
HSL color Cylindrical-coordinate representation of color #4C4433: hue angle of 40.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C4433 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 51 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.70 |
| HSL | 40.8º | 0.2% | 0.25% | - |
| HSV(B) | 40.8º | 0.33% | 0.3% | - |
| XYZ | 5.65 | 5.91 | 3.98 | - |
| YUV | 68.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 51 | 0 | 0.11 | 0.33 | 0.70 | 40.8 | 0.2 | 0.25 |
| Hex | 4C | 44 | 33 | 0 | B | 21 | 46 | 29 | 14 | 19 |
| Octal | 114 | 104 | 63 | 0 | 13 | 41 | 106 | 51 | 24 | 31 |
| Binary | 1001100 | 1000100 | 110011 | 0 | 1011 | 100001 | 1000110 | 101001 | 10100 | 11001 |
Color Harmonies of #4C4433
Complementary color
Monochromatic Colors of #4C4433
Black with #4C4433
Text Example
Text Example
White with #4C4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4433; }
p { color: rgb(76,68,51); }
H1.HeaderClassName
{
color: #4C4433;
}
.AnyTagClassName
{
color: #4C4433;
}
</style>
background-color css
<style>
a { background-color: #4C4433; }
a { background-color: rgb(76,68,51); }
div.DivClassName
{
background-color: #4C4433;
}
.BgClassName
{
background-color: #4C4433;
}
</style>
border-color css
<style>
span { border-color: #4C4433; }
span { border-color: rgb(76,68,51); }
td.TdClassName
{
border-color: #4C4433;
}
.TagClassName
{
border-color: #4C4433;
}
</style>