#493A2D

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

Shades of Taupe #493A2D

Tints of Taupe #493A2D

Color information

#493A2D (or 0x493A2D) is unknown color: approx Taupe. HEX triplet: 49, 3A and 2D. RGB value is (73,58,45). Sum of RGB (Red+Green+Blue) = 73+58+45=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2D is #B6C5D2. Grayscale: #3D3D3D. Windows color (decimal): -11978195 or 2964041. OLE color: 2964041.

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

Color convert

RGB735845-
CMYK00.210.380.71
HSL27.86º23.73%23.14%-
HSV(B)27.86º38.36%28.63%-
XYZ4.734.633.13-
YUV61118.97136.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=41.48%
G=32.95%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73584500.210.380.7127.8623.7323.14
Hex493A2D01526471c1817
Octal111725502546107343027
Binary10010011110101011010101011001101000111111001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,45); }

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

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

 a { background-color: rgb(73,58,45); }

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

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

 span { border-color: rgb(73,58,45); }

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