#473D31

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

Shades of Taupe #473D31

Tints of Taupe #473D31

Color information

#473D31 (or 0x473D31) is unknown color: approx Taupe. HEX triplet: 47, 3D and 31. RGB value is (71,61,49). Sum of RGB (Red+Green+Blue) = 71+61+49=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #473D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D31 is #B8C2CE. Grayscale: #3E3E3E. Windows color (decimal): -12108495 or 3226951. OLE color: 3226951.

HSL color Cylindrical-coordinate representation of color #473D31: hue angle of 32.73º 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 #473D31 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB716149-
CMYK00.140.310.72
HSL32.73º18.33%23.53%-
HSV(B)32.73º30.99%27.84%-
XYZ4.824.93.6-
YUV62.62120.31133.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=39.23%
G=33.70%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71614900.140.310.7232.7318.3323.53
Hex473D310E1F48211218
Octal107756101637110412230
Binary1000111111101110001011101111110010001000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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