#493B31

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

Shades of Taupe #493B31

Tints of Taupe #493B31

Color information

#493B31 (or 0x493B31) is unknown color: approx Taupe. HEX triplet: 49, 3B and 31. RGB value is (73,59,49). Sum of RGB (Red+Green+Blue) = 73+59+49=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B31 is #B6C4CE. Grayscale: #3E3E3E. Windows color (decimal): -11977935 or 3226441. OLE color: 3226441.

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

Color convert

RGB735949-
CMYK00.190.330.71
HSL25º19.67%23.92%-
HSV(B)25º32.88%28.63%-
XYZ4.874.773.57-
YUV62.05120.64135.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=40.33%
G=32.60%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73594900.190.330.712519.6723.92
Hex493B310132147191418
Octal111736102341107312430
Binary10010011110111100010100111000011000111110011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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