#473F34

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

Shades of Taupe #473F34

Tints of Taupe #473F34

Color information

#473F34 (or 0x473F34) is unknown color: approx Taupe. HEX triplet: 47, 3F and 34. RGB value is (71,63,52). Sum of RGB (Red+Green+Blue) = 71+63+52=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F34 is #B8C0CB. Grayscale: #404040. Windows color (decimal): -12107980 or 3424071. OLE color: 3424071.

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

Color convert

RGB716352-
CMYK00.110.270.72
HSL34.74º15.45%24.12%-
HSV(B)34.74º26.76%27.84%-
XYZ55.143.98-
YUV64.14121.15132.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=38.17%
G=33.87%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71635200.110.270.7234.7415.4524.12
Hex473F340B1B4823f18
Octal107776401333110431730
Binary100011111111111010001011110111001000100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,52); }

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

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

 a { background-color: rgb(71,63,52); }

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

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

 span { border-color: rgb(71,63,52); }

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