#4D473A

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

Shades of Punga #4D473A

Tints of Punga #4D473A

Color information

#4D473A (or 0x4D473A) is unknown color: approx Punga. HEX triplet: 4D, 47 and 3A. RGB value is (77,71,58). Sum of RGB (Red+Green+Blue) = 77+71+58=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D473A is #B2B8C5. Grayscale: #474747. Windows color (decimal): -11712710 or 3819341. OLE color: 3819341.

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

Color convert

RGB777158-
CMYK00.080.250.70
HSL41.05º14.07%26.47%-
HSV(B)41.05º24.68%30.2%-
XYZ6.086.394.92-
YUV71.31120.49132.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=37.38%
G=34.47%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77715800.080.250.7041.0514.0726.47
Hex4D473A08194629e1a
Octal1151077201031106511632
Binary1001101100011111101001000110011000110101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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