#493C2D

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

Shades of Taupe #493C2D

Tints of Taupe #493C2D

Color information

#493C2D (or 0x493C2D) is unknown color: approx Taupe. HEX triplet: 49, 3C and 2D. RGB value is (73,60,45). Sum of RGB (Red+Green+Blue) = 73+60+45=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C2D is #B6C3D2. Grayscale: #3E3E3E. Windows color (decimal): -11977683 or 2964553. OLE color: 2964553.

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

Color convert

RGB736045-
CMYK00.180.380.71
HSL32.14º23.73%23.14%-
HSV(B)32.14º38.36%28.63%-
XYZ4.844.843.16-
YUV62.18118.31135.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=41.01%
G=33.71%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73604500.180.380.7132.1423.7323.14
Hex493C2D0122647201817
Octal111745502246107403027
Binary100100111110010110101001010011010001111000001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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