#4D4735

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

Shades of Punga #4D4735

Tints of Punga #4D4735

Color information

#4D4735 (or 0x4D4735) is unknown color: approx Punga. HEX triplet: 4D, 47 and 35. RGB value is (77,71,53). Sum of RGB (Red+Green+Blue) = 77+71+53=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4735 is #B2B8CA. Grayscale: #464646. Windows color (decimal): -11712715 or 3491661. OLE color: 3491661.

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

Color convert

RGB777153-
CMYK00.080.310.70
HSL45º18.46%25.49%-
HSV(B)45º31.17%30.2%-
XYZ5.966.344.28-
YUV70.74117.99132.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=38.31%
G=35.32%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77715300.080.310.704518.4625.49
Hex4D4735081F462d1219
Octal1151076501037106552231
Binary10011011000111110101010001111110001101011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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