Html Css Color HEX #493B2C Taupe

📋 copy color: '#493B2C'

red 73 ◦ green 59 ◦ blue 44

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

Shades of Taupe #493B2C

Tints of Taupe #493B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25%

R = 41.48%
G = 33.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#493B2C (or 0x493B2C) is known color: Taupe. HEX triplet: 49, 3B and 2C. RGB value is (73,59,44). Sum of RGB (Red+Green+Blue) = 73+59+44=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B2C is #B6C4D3. Grayscale: #3D3D3D. Windows color (decimal): -11977940 or 2898761. OLE color: 2898761.

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

Color convert

RGB 73 59 44 -
CMYK 0 0.19 0.40 0.71
HSL 31.03º 0.25% 0.23% -
HSV(B) 31.03º 0.4% 0.29% -
XYZ 4.77 4.73 3.04 -
YUV 61.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 73 59 44 0 0.19 0.40 0.71 31.03 0.25 0.23
Hex 49 3B 2C 0 13 28 47 1F 19 17
Octal 111 73 54 0 23 50 107 37 31 27
Binary 1001001 111011 101100 0 10011 101000 1000111 11111 11001 10111

Color Harmonies of #493B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B2C

Black with #493B2C

Text Example


Text Example

White with #493B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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