Shades of Punga #4C4634
Tints of Punga #4C4634
RGB
CMYK
RGB Variations
Color information
#4C4634 (or 0x4C4634) is known color: Punga. HEX triplet: 4C, 46 and 34. RGB value is (76,70,52). Sum of RGB (Red+Green+Blue) = 76+70+52=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4634 is #B3B9CB. Grayscale: #454545. Windows color (decimal): -11778508 or 3425868. OLE color: 3425868.
HSL color Cylindrical-coordinate representation of color #4C4634: hue angle of 45º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4634 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 52 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.70 |
| HSL | 45º | 0.19% | 0.25% | - |
| HSV(B) | 45º | 0.32% | 0.3% | - |
| XYZ | 5.79 | 6.16 | 4.13 | - |
| YUV | 69.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 52 | 0 | 0.08 | 0.32 | 0.70 | 45 | 0.19 | 0.25 |
| Hex | 4C | 46 | 34 | 0 | 8 | 20 | 46 | 2D | 13 | 19 |
| Octal | 114 | 106 | 64 | 0 | 10 | 40 | 106 | 55 | 23 | 31 |
| Binary | 1001100 | 1000110 | 110100 | 0 | 1000 | 100000 | 1000110 | 101101 | 10011 | 11001 |
Color Harmonies of #4C4634
Complementary color
Monochromatic Colors of #4C4634
Black with #4C4634
Text Example
Text Example
White with #4C4634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4634; }
p { color: rgb(76,70,52); }
H1.HeaderClassName
{
color: #4C4634;
}
.AnyTagClassName
{
color: #4C4634;
}
</style>
background-color css
<style>
a { background-color: #4C4634; }
a { background-color: rgb(76,70,52); }
div.DivClassName
{
background-color: #4C4634;
}
.BgClassName
{
background-color: #4C4634;
}
</style>
border-color css
<style>
span { border-color: #4C4634; }
span { border-color: rgb(76,70,52); }
td.TdClassName
{
border-color: #4C4634;
}
.TagClassName
{
border-color: #4C4634;
}
</style>