#493A30

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

Shades of Taupe #493A30

Tints of Taupe #493A30

Color information

#493A30 (or 0x493A30) is unknown color: approx Taupe. HEX triplet: 49, 3A and 30. RGB value is (73,58,48). Sum of RGB (Red+Green+Blue) = 73+58+48=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A30 is #B6C5CF. Grayscale: #3D3D3D. Windows color (decimal): -11978192 or 3160649. OLE color: 3160649.

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

Color convert

RGB735848-
CMYK00.210.340.71
HSL24º20.66%23.73%-
HSV(B)24º34.25%28.63%-
XYZ4.794.663.44-
YUV61.34120.47136.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=40.78%
G=32.40%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73584800.210.340.712420.6623.73
Hex493A300152247181518
Octal111726002542107302530
Binary10010011110101100000101011000101000111110001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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