Html Css Color HEX #493D2F Taupe

📋 copy color: '#493D2F'

red 73 ◦ green 61 ◦ blue 47

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

Shades of Taupe #493D2F

Tints of Taupe #493D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 40.33%
G = 33.7%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#493D2F (or 0x493D2F) is known color: Taupe. HEX triplet: 49, 3D and 2F. RGB value is (73,61,47). Sum of RGB (Red+Green+Blue) = 73+61+47=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D2F is #B6C2D0. Grayscale: #3F3F3F. Windows color (decimal): -11977425 or 3095881. OLE color: 3095881.

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

Color convert

RGB 73 61 47 -
CMYK 0 0.16 0.36 0.71
HSL 32.31º 0.22% 0.24% -
HSV(B) 32.31º 0.36% 0.29% -
XYZ 4.93 4.96 3.39 -
YUV 62.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 73 61 47 0 0.16 0.36 0.71 32.31 0.22 0.24
Hex 49 3D 2F 0 10 24 47 20 16 18
Octal 111 75 57 0 20 44 107 40 26 30
Binary 1001001 111101 101111 0 10000 100100 1000111 100000 10110 11000

Color Harmonies of #493D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D2F

Black with #493D2F

Text Example


Text Example

White with #493D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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