#493F36

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

Shades of Taupe #493F36

Tints of Taupe #493F36

Color information

#493F36 (or 0x493F36) is unknown color: approx Taupe. HEX triplet: 49, 3F and 36. RGB value is (73,63,54). Sum of RGB (Red+Green+Blue) = 73+63+54=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F36 is #B6C0C9. Grayscale: #414141. Windows color (decimal): -11976906 or 3555145. OLE color: 3555145.

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

Color convert

RGB736354-
CMYK00.140.260.71
HSL28.42º14.96%24.9%-
HSV(B)28.42º26.03%28.63%-
XYZ5.195.244.23-
YUV64.96121.81133.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=38.42%
G=33.16%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73635400.140.260.7128.4214.9624.9
Hex493F360E1A471cf19
Octal111776601632107341731
Binary10010011111111101100111011010100011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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