Html Css Color HEX #493B31 Taupe

📋 copy color: '#493B31'

red 73 ◦ green 59 ◦ blue 49

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

Shades of Taupe #493B31

Tints of Taupe #493B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.6%

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

R = 40.33%
G = 32.6%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493B31 (or 0x493B31) is known color: 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

RGB 73 59 49 -
CMYK 0 0.19 0.33 0.71
HSL 25º 0.2% 0.24% -
HSV(B) 25º 0.33% 0.29% -
XYZ 4.87 4.77 3.57 -
YUV 62.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 73 59 49 0 0.19 0.33 0.71 25 0.2 0.24
Hex 49 3B 31 0 13 21 47 19 14 18
Octal 111 73 61 0 23 41 107 31 24 30
Binary 1001001 111011 110001 0 10011 100001 1000111 11001 10100 11000

Color Harmonies of #493B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B31

Black with #493B31

Text Example


Text Example

White with #493B31

Text Example


Text Example

HTML Codes & Css Web 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>