Html Css Color HEX #493F33 Taupe

📋 copy color: '#493F33'

red 73 ◦ green 63 ◦ blue 51

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

Shades of Taupe #493F33

Tints of Taupe #493F33

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 39.04%
G = 33.69%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#493F33 (or 0x493F33) is known color: Taupe. HEX triplet: 49, 3F and 33. RGB value is (73,63,51). Sum of RGB (Red+Green+Blue) = 73+63+51=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F33 is #B6C0CC. Grayscale: #404040. Windows color (decimal): -11976909 or 3358537. OLE color: 3358537.

HSL color Cylindrical-coordinate representation of color #493F33: hue angle of 32.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493F33 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 51 -
CMYK 0 0.14 0.30 0.71
HSL 32.73º 0.18% 0.24% -
HSV(B) 32.73º 0.3% 0.29% -
XYZ 5.12 5.21 3.87 -
YUV 64.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 73 63 51 0 0.14 0.30 0.71 32.73 0.18 0.24
Hex 49 3F 33 0 E 1E 47 21 12 18
Octal 111 77 63 0 16 36 107 41 22 30
Binary 1001001 111111 110011 0 1110 11110 1000111 100001 10010 11000

Color Harmonies of #493F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F33

Black with #493F33

Text Example


Text Example

White with #493F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,51); }

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

background-color css

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

 a { background-color: rgb(73,63,51); }

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

border-color css

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

 span { border-color: rgb(73,63,51); }

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