#4D473B

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

Shades of Punga #4D473B

Tints of Punga #4D473B

Color information

#4D473B (or 0x4D473B) is unknown color: approx Punga. HEX triplet: 4D, 47 and 3B. RGB value is (77,71,59). Sum of RGB (Red+Green+Blue) = 77+71+59=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D473B is #B2B8C4. Grayscale: #474747. Windows color (decimal): -11712709 or 3884877. OLE color: 3884877.

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

Color convert

RGB777159-
CMYK00.080.230.70
HSL40º13.24%26.67%-
HSV(B)40º23.38%30.2%-
XYZ6.16.45.05-
YUV71.43120.99131.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=37.20%
G=34.30%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77715900.080.230.704013.2426.67
Hex4D473B08174628d1b
Octal1151077301027106501533
Binary1001101100011111101101000101111000110101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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