#4D4A44

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

Shades of Dune #4D4A44

Tints of Dune #4D4A44

Color information

#4D4A44 (or 0x4D4A44) is unknown color: approx Dune. HEX triplet: 4D, 4A and 44. RGB value is (77,74,68). Sum of RGB (Red+Green+Blue) = 77+74+68=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A44 is #B2B5BB. Grayscale: #4A4A4A. Windows color (decimal): -11711932 or 4475469. OLE color: 4475469.

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

Color convert

RGB777468-
CMYK00.040.120.70
HSL40º6.21%28.43%-
HSV(B)40º11.69%30.2%-
XYZ6.556.896.45-
YUV74.21124.49129.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=35.16%
G=33.79%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77746800.040.120.70406.2128.43
Hex4D4A4404C462861c
Octal115112104041410650634
Binary10011011001010100010001001100100011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,68); }

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

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

 a { background-color: rgb(77,74,68); }

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

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

 span { border-color: rgb(77,74,68); }

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