Html Css Color HEX #4D4940 Dune

📋 copy color: '#4D4940'

red 77 ◦ green 73 ◦ blue 64

#4D4940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dune #4D4940

Tints of Dune #4D4940

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 value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4940 (or 0x4D4940) is known color: 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

RGB 77 73 64 -
CMYK 0 0.05 0.17 0.70
HSL 41.54º 0.09% 0.28% -
HSV(B) 41.54º 0.17% 0.3% -
XYZ 6.37 6.71 5.81 -
YUV 73.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 77 73 64 0 0.05 0.17 0.70 41.54 0.09 0.28
Hex 4D 49 40 0 5 11 46 2A 9 1C
Octal 115 111 100 0 5 21 106 52 11 34
Binary 1001101 1001001 1000000 0 101 10001 1000110 101010 1001 11100

Color Harmonies of #4D4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4940

Black with #4D4940

Text Example


Text Example

White with #4D4940

Text Example


Text Example

HTML Codes & Css Web 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>