#4D4736

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

Shades of Punga #4D4736

Tints of Punga #4D4736

Color information

#4D4736 (or 0x4D4736) is unknown color: approx Punga. HEX triplet: 4D, 47 and 36. RGB value is (77,71,54). Sum of RGB (Red+Green+Blue) = 77+71+54=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4736 is #B2B8C9. Grayscale: #464646. Windows color (decimal): -11712714 or 3557197. OLE color: 3557197.

HSL color Cylindrical-coordinate representation of color #4D4736: hue angle of 44.35º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D4736 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB777154-
CMYK00.080.300.70
HSL44.35º17.56%25.69%-
HSV(B)44.35º29.87%30.2%-
XYZ5.986.354.4-
YUV70.86118.49132.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=38.12%
G=35.15%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77715400.080.300.7044.3517.5625.69
Hex4D4736081E462c121a
Octal1151076601036106542232
Binary10011011000111110110010001111010001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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