#493F35

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

Shades of Taupe #493F35

Tints of Taupe #493F35

Color information

#493F35 (or 0x493F35) is unknown color: approx Taupe. HEX triplet: 49, 3F and 35. RGB value is (73,63,53). Sum of RGB (Red+Green+Blue) = 73+63+53=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F35 is #B6C0CA. Grayscale: #404040. Windows color (decimal): -11976907 or 3489609. OLE color: 3489609.

HSL color Cylindrical-coordinate representation of color #493F35: hue angle of 30º 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 #493F35 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB736353-
CMYK00.140.270.71
HSL30º15.87%24.71%-
HSV(B)30º27.4%28.63%-
XYZ5.175.234.1-
YUV64.85121.31133.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=38.62%
G=33.33%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73635300.140.270.713015.8724.71
Hex493F350E1B471e1019
Octal111776501633107362031
Binary100100111111111010101110110111000111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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