Html Css Color HEX #493A2D Taupe

📋 copy color: '#493A2D'

red 73 ◦ green 58 ◦ blue 45

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

Shades of Taupe #493A2D

Tints of Taupe #493A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 41.48%
G = 32.95%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#493A2D (or 0x493A2D) is known color: Taupe. HEX triplet: 49, 3A and 2D. RGB value is (73,58,45). Sum of RGB (Red+Green+Blue) = 73+58+45=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2D is #B6C5D2. Grayscale: #3D3D3D. Windows color (decimal): -11978195 or 2964041. OLE color: 2964041.

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

Color convert

RGB 73 58 45 -
CMYK 0 0.21 0.38 0.71
HSL 27.86º 0.24% 0.23% -
HSV(B) 27.86º 0.38% 0.29% -
XYZ 4.73 4.63 3.13 -
YUV 61 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 73 58 45 0 0.21 0.38 0.71 27.86 0.24 0.23
Hex 49 3A 2D 0 15 26 47 1C 18 17
Octal 111 72 55 0 25 46 107 34 30 27
Binary 1001001 111010 101101 0 10101 100110 1000111 11100 11000 10111

Color Harmonies of #493A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A2D

Black with #493A2D

Text Example


Text Example

White with #493A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,45); }

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

background-color css

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

 a { background-color: rgb(73,58,45); }

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

border-color css

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

 span { border-color: rgb(73,58,45); }

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