#4D4835

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

Shades of Punga #4D4835

Tints of Punga #4D4835

Color information

#4D4835 (or 0x4D4835) is unknown color: approx Punga. HEX triplet: 4D, 48 and 35. RGB value is (77,72,53). Sum of RGB (Red+Green+Blue) = 77+72+53=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4835 is #B2B7CA. Grayscale: #474747. Windows color (decimal): -11712459 or 3491917. OLE color: 3491917.

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

Color convert

RGB777253-
CMYK00.060.310.70
HSL47.5º18.46%25.49%-
HSV(B)47.5º31.17%30.2%-
XYZ6.026.474.3-
YUV71.33117.66132.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=38.12%
G=35.64%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77725300.060.310.7047.518.4625.49
Hex4D4835061F46301219
Octal115110650637106602231
Binary1001101100100011010101101111110001101100001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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