#4D3D2F

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

Shades of Taupe #4D3D2F

Tints of Taupe #4D3D2F

Color information

#4D3D2F (or 0x4D3D2F) is unknown color: approx Taupe. HEX triplet: 4D, 3D and 2F. RGB value is (77,61,47). Sum of RGB (Red+Green+Blue) = 77+61+47=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D2F is #B2C2D0. Grayscale: #404040. Windows color (decimal): -11715281 or 3095885. OLE color: 3095885.

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

Color convert

RGB776147-
CMYK00.210.390.70
HSL28º24.19%24.31%-
HSV(B)28º38.96%30.2%-
XYZ5.245.123.4-
YUV64.19118.3137.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=41.62%
G=32.97%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77614700.210.390.702824.1924.31
Hex4D3D2F01527461c1818
Octal115755702547106343030
Binary10011011111011011110101011001111000110111001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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