#4D432F

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

Shades of Punga #4D432F

Tints of Punga #4D432F

Color information

#4D432F (or 0x4D432F) is unknown color: approx Punga. HEX triplet: 4D, 43 and 2F. RGB value is (77,67,47). Sum of RGB (Red+Green+Blue) = 77+67+47=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D432F is #B2BCD0. Grayscale: #434343. Windows color (decimal): -11713745 or 3097421. OLE color: 3097421.

HSL color Cylindrical-coordinate representation of color #4D432F: hue angle of 40º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D432F is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB776747-
CMYK00.130.390.70
HSL40º24.19%24.31%-
HSV(B)40º38.96%30.2%-
XYZ5.585.83.51-
YUV67.71116.31134.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=40.31%
G=35.08%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77674700.130.390.704024.1924.31
Hex4D432F0D2746281818
Octal1151035701547106503030
Binary100110110000111011110110110011110001101010001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,67,47); }

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

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

 a { background-color: rgb(77,67,47); }

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

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

 span { border-color: rgb(77,67,47); }

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