#493E35

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

Shades of Taupe #493E35

Tints of Taupe #493E35

Color information

#493E35 (or 0x493E35) is unknown color: approx Taupe. HEX triplet: 49, 3E and 35. RGB value is (73,62,53). Sum of RGB (Red+Green+Blue) = 73+62+53=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E35 is #B6C1CA. Grayscale: #404040. Windows color (decimal): -11977163 or 3489353. OLE color: 3489353.

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

Color convert

RGB736253-
CMYK00.150.270.71
HSL27º15.87%24.71%-
HSV(B)27º27.4%28.63%-
XYZ5.115.124.09-
YUV64.26121.64134.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=38.83%
G=32.98%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73625300.150.270.712715.8724.71
Hex493E350F1B471b1019
Octal111766501733107332031
Binary100100111111011010101111110111000111110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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