Html Css Color HEX #493B2E Taupe

📋 copy color: '#493B2E'

red 73 ◦ green 59 ◦ blue 46

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

Shades of Taupe #493B2E

Tints of Taupe #493B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 41.01%
G = 33.15%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#493B2E (or 0x493B2E) is known color: Taupe. HEX triplet: 49, 3B and 2E. RGB value is (73,59,46). Sum of RGB (Red+Green+Blue) = 73+59+46=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B2E is #B6C4D1. Grayscale: #3D3D3D. Windows color (decimal): -11977938 or 3029833. OLE color: 3029833.

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

Color convert

RGB 73 59 46 -
CMYK 0 0.19 0.37 0.71
HSL 28.89º 0.23% 0.23% -
HSV(B) 28.89º 0.37% 0.29% -
XYZ 4.8 4.74 3.25 -
YUV 61.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 73 59 46 0 0.19 0.37 0.71 28.89 0.23 0.23
Hex 49 3B 2E 0 13 25 47 1D 17 17
Octal 111 73 56 0 23 45 107 35 27 27
Binary 1001001 111011 101110 0 10011 100101 1000111 11101 10111 10111

Color Harmonies of #493B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B2E

Black with #493B2E

Text Example


Text Example

White with #493B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,46); }

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

background-color css

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

 a { background-color: rgb(73,59,46); }

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

border-color css

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

 span { border-color: rgb(73,59,46); }

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