#473D34

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

Shades of Taupe #473D34

Tints of Taupe #473D34

Color information

#473D34 (or 0x473D34) is unknown color: approx Taupe. HEX triplet: 47, 3D and 34. RGB value is (71,61,52). Sum of RGB (Red+Green+Blue) = 71+61+52=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D34 is #B8C2CB. Grayscale: #3F3F3F. Windows color (decimal): -12108492 or 3423559. OLE color: 3423559.

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

Color convert

RGB716152-
CMYK00.140.270.72
HSL28.42º15.45%24.12%-
HSV(B)28.42º26.76%27.84%-
XYZ4.894.933.94-
YUV62.96121.81133.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=38.59%
G=33.15%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71615200.140.270.7228.4215.4524.12
Hex473D340E1B481cf18
Octal107756401633110341730
Binary10001111111011101000111011011100100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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