#493E31

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

Shades of Taupe #493E31

Tints of Taupe #493E31

Color information

#493E31 (or 0x493E31) is unknown color: approx Taupe. HEX triplet: 49, 3E and 31. RGB value is (73,62,49). Sum of RGB (Red+Green+Blue) = 73+62+49=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #493E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E31 is #B6C1CE. Grayscale: #3F3F3F. Windows color (decimal): -11977167 or 3227209. OLE color: 3227209.

HSL color Cylindrical-coordinate representation of color #493E31: hue angle of 32.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493E31 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB736249-
CMYK00.150.330.71
HSL32.5º19.67%23.92%-
HSV(B)32.5º32.88%28.63%-
XYZ5.025.083.62-
YUV63.81119.64134.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=39.67%
G=33.70%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73624900.150.330.7132.519.6723.92
Hex493E310F2147201418
Octal111766101741107402430
Binary10010011111101100010111110000110001111000001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493E31; }

 p { color: rgb(73,62,49); }

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

<style>
 a { background-color: #493E31; }

 a { background-color: rgb(73,62,49); }

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

<style>
 span { border-color: #493E31; }

 span { border-color: rgb(73,62,49); }

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