#493D34

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

Shades of Taupe #493D34

Tints of Taupe #493D34

Color information

#493D34 (or 0x493D34) is unknown color: approx Taupe. HEX triplet: 49, 3D and 34. RGB value is (73,61,52). Sum of RGB (Red+Green+Blue) = 73+61+52=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #493D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D34 is #B6C2CB. Grayscale: #3F3F3F. Windows color (decimal): -11977420 or 3423561. OLE color: 3423561.

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

Color convert

RGB736152-
CMYK00.160.290.71
HSL25.71º16.8%24.51%-
HSV(B)25.71º28.77%28.63%-
XYZ5.0453.95-
YUV63.56121.48134.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=39.25%
G=32.80%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73615200.160.290.7125.7116.824.51
Hex493D340101D471a1119
Octal111756402035107322131
Binary1001001111101110100010000111011000111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,52); }

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

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

 a { background-color: rgb(73,61,52); }

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

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

 span { border-color: rgb(73,61,52); }

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