Html Css Color HEX #493E35 Taupe

📋 copy color: '#493E35'

red 73 ◦ green 62 ◦ blue 53

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

Shades of Taupe #493E35

Tints of Taupe #493E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 38.83%
G = 32.98%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#493E35 (or 0x493E35) is known color: Taupe. HEX triplet: 49, 3E and 35. RGB value is (73,62,53). Sum of RGB (Red+Green+Blue) = 73+62+53=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E35 is #B6C1CA. Grayscale: #404040. Windows color (decimal): -11977163 or 3489353. OLE color: 3489353.

HSL color Cylindrical-coordinate representation of color #493E35: hue angle of 27º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493E35 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 62 53 -
CMYK 0 0.15 0.27 0.71
HSL 27º 0.16% 0.25% -
HSV(B) 27º 0.27% 0.29% -
XYZ 5.11 5.12 4.09 -
YUV 64.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 73 62 53 0 0.15 0.27 0.71 27 0.16 0.25
Hex 49 3E 35 0 F 1B 47 1B 10 19
Octal 111 76 65 0 17 33 107 33 20 31
Binary 1001001 111110 110101 0 1111 11011 1000111 11011 10000 11001

Color Harmonies of #493E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E35

Black with #493E35

Text Example


Text Example

White with #493E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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