Html Css Color HEX #493E34 Taupe

📋 copy color: '#493E34'

red 73 ◦ green 62 ◦ blue 52

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

Shades of Taupe #493E34

Tints of Taupe #493E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 39.04%
G = 33.16%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#493E34 (or 0x493E34) is known color: Taupe. HEX triplet: 49, 3E and 34. RGB value is (73,62,52). Sum of RGB (Red+Green+Blue) = 73+62+52=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E34 is #B6C1CB. Grayscale: #404040. Windows color (decimal): -11977164 or 3423817. OLE color: 3423817.

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

Color convert

RGB 73 62 52 -
CMYK 0 0.15 0.29 0.71
HSL 28.57º 0.17% 0.25% -
HSV(B) 28.57º 0.29% 0.29% -
XYZ 5.09 5.11 3.97 -
YUV 64.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 73 62 52 0 0.15 0.29 0.71 28.57 0.17 0.25
Hex 49 3E 34 0 F 1D 47 1D 11 19
Octal 111 76 64 0 17 35 107 35 21 31
Binary 1001001 111110 110100 0 1111 11101 1000111 11101 10001 11001

Color Harmonies of #493E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E34

Black with #493E34

Text Example


Text Example

White with #493E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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