#4D4040

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

Shades of Woody Brown #4D4040

Tints of Woody Brown #4D4040

Color information

#4D4040 (or 0x4D4040) is unknown color: approx Woody Brown. HEX triplet: 4D, 40 and 40. RGB value is (77,64,64). Sum of RGB (Red+Green+Blue) = 77+64+64=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4040 is #B2BFBF. Grayscale: #434343. Windows color (decimal): -11714496 or 4210765. OLE color: 4210765.

HSL color Cylindrical-coordinate representation of color #4D4040: hue angle of 0º 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 #4D4040 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB776464-
CMYK00.170.170.70
HSL9.22%27.65%-
HSV(B)16.88%30.2%-
XYZ5.825.615.63-
YUV67.89125.81134.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=37.56%
G=31.22%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77646400.170.170.7009.2227.65
Hex4D40400111146091c
Octal1151001000212110601134
Binary1001101100000010000000100011000110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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