#493C30

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

Shades of Taupe #493C30

Tints of Taupe #493C30

Color information

#493C30 (or 0x493C30) is unknown color: approx Taupe. HEX triplet: 49, 3C and 30. RGB value is (73,60,48). Sum of RGB (Red+Green+Blue) = 73+60+48=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C30 is #B6C3CF. Grayscale: #3E3E3E. Windows color (decimal): -11977680 or 3161161. OLE color: 3161161.

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

Color convert

RGB736048-
CMYK00.180.340.71
HSL28.8º20.66%23.73%-
HSV(B)28.8º34.25%28.63%-
XYZ4.94.863.48-
YUV62.52119.81135.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=40.33%
G=33.15%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73604800.180.340.7128.820.6623.73
Hex493C3001222471d1518
Octal111746002242107352530
Binary10010011111001100000100101000101000111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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