Html Css Color HEX #493A31 Taupe

📋 copy color: '#493A31'

red 73 ◦ green 58 ◦ blue 49

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

Shades of Taupe #493A31

Tints of Taupe #493A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.22%

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

R = 40.56%
G = 32.22%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493A31 (or 0x493A31) is known color: Taupe. HEX triplet: 49, 3A and 31. RGB value is (73,58,49). Sum of RGB (Red+Green+Blue) = 73+58+49=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #493A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A31 is #B6C5CE. Grayscale: #3D3D3D. Windows color (decimal): -11978191 or 3226185. OLE color: 3226185.

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

Color convert

RGB 73 58 49 -
CMYK 0 0.21 0.33 0.71
HSL 22.5º 0.2% 0.24% -
HSV(B) 22.5º 0.33% 0.29% -
XYZ 4.82 4.66 3.55 -
YUV 61.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 73 58 49 0 0.21 0.33 0.71 22.5 0.2 0.24
Hex 49 3A 31 0 15 21 47 16 14 18
Octal 111 72 61 0 25 41 107 26 24 30
Binary 1001001 111010 110001 0 10101 100001 1000111 10110 10100 11000

Color Harmonies of #493A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A31

Black with #493A31

Text Example


Text Example

White with #493A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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