#473B31

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

Shades of Taupe #473B31

Tints of Taupe #473B31

Color information

#473B31 (or 0x473B31) is unknown color: approx Taupe. HEX triplet: 47, 3B and 31. RGB value is (71,59,49). Sum of RGB (Red+Green+Blue) = 71+59+49=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B31 is #B8C4CE. Grayscale: #3D3D3D. Windows color (decimal): -12109007 or 3226439. OLE color: 3226439.

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

Color convert

RGB715949-
CMYK00.170.310.72
HSL27.27º18.33%23.53%-
HSV(B)27.27º30.99%27.84%-
XYZ4.724.693.56-
YUV61.45120.98134.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=39.66%
G=32.96%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71594900.170.310.7227.2718.3323.53
Hex473B310111F481b1218
Octal107736102137110332230
Binary1000111111011110001010001111111001000110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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