#4C4736

Color #4C4736 Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #4C4736

Tints of Punga #4C4736

Color information

#4C4736 (or 0x4C4736) is unknown color: approx Punga. HEX triplet: 4C, 47 and 36. RGB value is (76,71,54). Sum of RGB (Red+Green+Blue) = 76+71+54=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4736 is #B3B8C9. Grayscale: #464646. Windows color (decimal): -11778250 or 3557196. OLE color: 3557196.

HSL color Cylindrical-coordinate representation of color #4C4736: hue angle of 46.36º 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 #4C4736 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB767154-
CMYK00.070.290.70
HSL46.36º16.92%25.49%-
HSV(B)46.36º28.95%29.8%-
XYZ5.96.314.4-
YUV70.56118.66131.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=37.81%
G=35.32%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76715400.070.290.7046.3616.9225.49
Hex4C4736071D462e1119
Octal114107660735106562131
Binary1001100100011111011001111110110001101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C4736; }

 p { color: rgb(76,71,54); }

 H1.HeaderClassName
 {
   color: #4C4736;
 }
 .AnyTagClassName
 {
   color: #4C4736;
 }
</style>
background-color css

<style>
 a { background-color: #4C4736; }

 a { background-color: rgb(76,71,54); }

 div.DivClassName
 {
   background-color: #4C4736;
 }
 .BgClassName
 {
   background-color: #4C4736;
 }
</style>
border-color css

<style>
 span { border-color: #4C4736; }

 span { border-color: rgb(76,71,54); }

 td.TdClassName
 {
   border-color: #4C4736;
 }
 .TagClassName
 {
   border-color: #4C4736;
 }
</style>