#473A31

Color #473A31 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #473A31

Tints of Taupe #473A31

Color information

#473A31 (or 0x473A31) is unknown color: approx Taupe. HEX triplet: 47, 3A and 31. RGB value is (71,58,49). Sum of RGB (Red+Green+Blue) = 71+58+49=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A31 is #B8C5CE. Grayscale: #3C3C3C. Windows color (decimal): -12109263 or 3226183. OLE color: 3226183.

HSL color Cylindrical-coordinate representation of color #473A31: hue angle of 24.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473A31 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB715849-
CMYK00.180.310.72
HSL24.55º18.33%23.53%-
HSV(B)24.55º30.99%27.84%-
XYZ4.674.593.55-
YUV60.86121.31135.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=39.89%
G=32.58%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71584900.180.310.7224.5518.3323.53
Hex473A310121F48191218
Octal107726102237110312230
Binary1000111111010110001010010111111001000110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A31; }

 p { color: rgb(71,58,49); }

 H1.HeaderClassName
 {
   color: #473A31;
 }
 .AnyTagClassName
 {
   color: #473A31;
 }
</style>
background-color css

<style>
 a { background-color: #473A31; }

 a { background-color: rgb(71,58,49); }

 div.DivClassName
 {
   background-color: #473A31;
 }
 .BgClassName
 {
   background-color: #473A31;
 }
</style>
border-color css

<style>
 span { border-color: #473A31; }

 span { border-color: rgb(71,58,49); }

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