#4D4632

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

Shades of Punga #4D4632

Tints of Punga #4D4632

Color information

#4D4632 (or 0x4D4632) is unknown color: approx Punga. HEX triplet: 4D, 46 and 32. RGB value is (77,70,50). Sum of RGB (Red+Green+Blue) = 77+70+50=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4632 is #B2B9CD. Grayscale: #454545. Windows color (decimal): -11712974 or 3294797. OLE color: 3294797.

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

Color convert

RGB777050-
CMYK00.090.350.70
HSL44.44º21.26%24.9%-
HSV(B)44.44º35.06%30.2%-
XYZ5.836.193.91-
YUV69.81116.82133.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.09%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=39.09%
G=35.53%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77705000.090.350.7044.4421.2624.9
Hex4D46320923462c1519
Octal1151066201143106542531
Binary100110110001101100100100110001110001101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,50); }

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

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

 a { background-color: rgb(77,70,50); }

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

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

 span { border-color: rgb(77,70,50); }

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