Html Css Color HEX #493D31 Taupe

📋 copy color: '#493D31'

red 73 ◦ green 61 ◦ blue 49

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

Shades of Taupe #493D31

Tints of Taupe #493D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.33%

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

R = 39.89%
G = 33.33%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493D31 (or 0x493D31) is known color: Taupe. HEX triplet: 49, 3D and 31. RGB value is (73,61,49). Sum of RGB (Red+Green+Blue) = 73+61+49=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D31 is #B6C2CE. Grayscale: #3F3F3F. Windows color (decimal): -11977423 or 3226953. OLE color: 3226953.

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

Color convert

RGB 73 61 49 -
CMYK 0 0.16 0.33 0.71
HSL 30º 0.2% 0.24% -
HSV(B) 30º 0.33% 0.29% -
XYZ 4.97 4.98 3.6 -
YUV 63.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 73 61 49 0 0.16 0.33 0.71 30 0.2 0.24
Hex 49 3D 31 0 10 21 47 1E 14 18
Octal 111 75 61 0 20 41 107 36 24 30
Binary 1001001 111101 110001 0 10000 100001 1000111 11110 10100 11000

Color Harmonies of #493D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D31

Black with #493D31

Text Example


Text Example

White with #493D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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