#4D4940

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

Shades of Dune #4D4940

Tints of Dune #4D4940

Color information

#4D4940 (or 0x4D4940) is unknown color: approx Dune. HEX triplet: 4D, 49 and 40. RGB value is (77,73,64). Sum of RGB (Red+Green+Blue) = 77+73+64=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4940 is #B2B6BF. Grayscale: #494949. Windows color (decimal): -11712192 or 4213069. OLE color: 4213069.

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

Color convert

RGB777364-
CMYK00.050.170.70
HSL41.54º9.22%27.65%-
HSV(B)41.54º16.88%30.2%-
XYZ6.376.715.81-
YUV73.17122.83130.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.98%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=35.98%
G=34.11%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77736400.050.170.7041.549.2227.65
Hex4D49400511462a91c
Octal1151111000521106521134
Binary1001101100100110000000101100011000110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,64); }

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

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

 a { background-color: rgb(77,73,64); }

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

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

 span { border-color: rgb(77,73,64); }

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