#4D3B2F

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

Shades of Taupe #4D3B2F

Tints of Taupe #4D3B2F

Color information

#4D3B2F (or 0x4D3B2F) is unknown color: approx Taupe. HEX triplet: 4D, 3B and 2F. RGB value is (77,59,47). Sum of RGB (Red+Green+Blue) = 77+59+47=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B2F is #B2C4D0. Grayscale: #3F3F3F. Windows color (decimal): -11715793 or 3095373. OLE color: 3095373.

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

Color convert

RGB775947-
CMYK00.230.390.70
HSL24º24.19%24.31%-
HSV(B)24º38.96%30.2%-
XYZ5.144.913.37-
YUV63.01118.96137.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=42.08%
G=32.24%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77594700.230.390.702424.1924.31
Hex4D3B2F0172746181818
Octal115735702747106303030
Binary10011011110111011110101111001111000110110001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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