Html Css Color HEX #493E31 Taupe

📋 copy color: '#493E31'

red 73 ◦ green 62 ◦ blue 49

#493E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe #493E31

Tints of Taupe #493E31

RGB

 RED value IS 73 (28.91% from 255) = 39.67%

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 39.67%
G = 33.7%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493E31 (or 0x493E31) is known color: Taupe. HEX triplet: 49, 3E and 31. RGB value is (73,62,49). Sum of RGB (Red+Green+Blue) = 73+62+49=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #493E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E31 is #B6C1CE. Grayscale: #3F3F3F. Windows color (decimal): -11977167 or 3227209. OLE color: 3227209.

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

Color convert

RGB 73 62 49 -
CMYK 0 0.15 0.33 0.71
HSL 32.5º 0.2% 0.24% -
HSV(B) 32.5º 0.33% 0.29% -
XYZ 5.02 5.08 3.62 -
YUV 63.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 73 62 49 0 0.15 0.33 0.71 32.5 0.2 0.24
Hex 49 3E 31 0 F 21 47 20 14 18
Octal 111 76 61 0 17 41 107 40 24 30
Binary 1001001 111110 110001 0 1111 100001 1000111 100000 10100 11000

Color Harmonies of #493E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E31

Black with #493E31

Text Example


Text Example

White with #493E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #493E31;
 }
 .AnyTagClassName
 {
   color: #493E31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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