Shades of Punga #4C4636
Tints of Punga #4C4636
RGB
CMYK
RGB Variations
Color information
#4C4636 (or 0x4C4636) is known color: Punga. HEX triplet: 4C, 46 and 36. RGB value is (76,70,54). Sum of RGB (Red+Green+Blue) = 76+70+54=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4636 is #B3B9C9. Grayscale: #464646. Windows color (decimal): -11778506 or 3556940. OLE color: 3556940.
HSL color Cylindrical-coordinate representation of color #4C4636: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C4636 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 54 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.70 |
| HSL | 43.64º | 0.17% | 0.25% | - |
| HSV(B) | 43.64º | 0.29% | 0.3% | - |
| XYZ | 5.84 | 6.18 | 4.38 | - |
| YUV | 69.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 54 | 0 | 0.08 | 0.29 | 0.70 | 43.64 | 0.17 | 0.25 |
| Hex | 4C | 46 | 36 | 0 | 8 | 1D | 46 | 2C | 11 | 19 |
| Octal | 114 | 106 | 66 | 0 | 10 | 35 | 106 | 54 | 21 | 31 |
| Binary | 1001100 | 1000110 | 110110 | 0 | 1000 | 11101 | 1000110 | 101100 | 10001 | 11001 |
Color Harmonies of #4C4636
Complementary color
Monochromatic Colors of #4C4636
Black with #4C4636
Text Example
Text Example
White with #4C4636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4636; }
p { color: rgb(76,70,54); }
H1.HeaderClassName
{
color: #4C4636;
}
.AnyTagClassName
{
color: #4C4636;
}
</style>
background-color css
<style>
a { background-color: #4C4636; }
a { background-color: rgb(76,70,54); }
div.DivClassName
{
background-color: #4C4636;
}
.BgClassName
{
background-color: #4C4636;
}
</style>
border-color css
<style>
span { border-color: #4C4636; }
span { border-color: rgb(76,70,54); }
td.TdClassName
{
border-color: #4C4636;
}
.TagClassName
{
border-color: #4C4636;
}
</style>