Shades of Punga #4C4637
Tints of Punga #4C4637
RGB
CMYK
RGB Variations
Color information
#4C4637 (or 0x4C4637) is known color: Punga. HEX triplet: 4C, 46 and 37. RGB value is (76,70,55). Sum of RGB (Red+Green+Blue) = 76+70+55=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4637 is #B3B9C8. Grayscale: #464646. Windows color (decimal): -11778505 or 3622476. OLE color: 3622476.
HSL color Cylindrical-coordinate representation of color #4C4637: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C4637 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 55 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.70 |
| HSL | 42.86º | 0.16% | 0.26% | - |
| HSV(B) | 42.86º | 0.28% | 0.3% | - |
| XYZ | 5.86 | 6.19 | 4.5 | - |
| YUV | 70.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 55 | 0 | 0.08 | 0.28 | 0.70 | 42.86 | 0.16 | 0.26 |
| Hex | 4C | 46 | 37 | 0 | 8 | 1C | 46 | 2B | 10 | 1A |
| Octal | 114 | 106 | 67 | 0 | 10 | 34 | 106 | 53 | 20 | 32 |
| Binary | 1001100 | 1000110 | 110111 | 0 | 1000 | 11100 | 1000110 | 101011 | 10000 | 11010 |
Color Harmonies of #4C4637
Complementary color
Monochromatic Colors of #4C4637
Black with #4C4637
Text Example
Text Example
White with #4C4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4637; }
p { color: rgb(76,70,55); }
H1.HeaderClassName
{
color: #4C4637;
}
.AnyTagClassName
{
color: #4C4637;
}
</style>
background-color css
<style>
a { background-color: #4C4637; }
a { background-color: rgb(76,70,55); }
div.DivClassName
{
background-color: #4C4637;
}
.BgClassName
{
background-color: #4C4637;
}
</style>
border-color css
<style>
span { border-color: #4C4637; }
span { border-color: rgb(76,70,55); }
td.TdClassName
{
border-color: #4C4637;
}
.TagClassName
{
border-color: #4C4637;
}
</style>