#493B2F

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

Shades of Taupe #493B2F

Tints of Taupe #493B2F

Color information

#493B2F (or 0x493B2F) is unknown color: approx Taupe. HEX triplet: 49, 3B and 2F. RGB value is (73,59,47). Sum of RGB (Red+Green+Blue) = 73+59+47=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B2F is #B6C4D0. Grayscale: #3D3D3D. Windows color (decimal): -11977937 or 3095369. OLE color: 3095369.

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

Color convert

RGB735947-
CMYK00.190.360.71
HSL27.69º21.67%23.53%-
HSV(B)27.69º35.62%28.63%-
XYZ4.824.753.35-
YUV61.82119.64135.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=40.78%
G=32.96%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73594700.190.360.7127.6921.6723.53
Hex493B2F01324471c1618
Octal111735702344107342630
Binary10010011110111011110100111001001000111111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,47); }

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

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

 a { background-color: rgb(73,59,47); }

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

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

 span { border-color: rgb(73,59,47); }

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