#4D3C2F

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

Shades of Taupe #4D3C2F

Tints of Taupe #4D3C2F

Color information

#4D3C2F (or 0x4D3C2F) is unknown color: approx Taupe. HEX triplet: 4D, 3C and 2F. RGB value is (77,60,47). Sum of RGB (Red+Green+Blue) = 77+60+47=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C2F is #B2C3D0. Grayscale: #3F3F3F. Windows color (decimal): -11715537 or 3095629. OLE color: 3095629.

HSL color Cylindrical-coordinate representation of color #4D3C2F: hue angle of 26º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D3C2F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB776047-
CMYK00.220.390.70
HSL26º24.19%24.31%-
HSV(B)26º38.96%30.2%-
XYZ5.195.013.38-
YUV63.6118.63137.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=41.85%
G=32.61%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77604700.220.390.702624.1924.31
Hex4D3C2F01627461a1818
Octal115745702647106323030
Binary10011011111001011110101101001111000110110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,47); }

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

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

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

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

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

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

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