#473B2F

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

Shades of Taupe #473B2F

Tints of Taupe #473B2F

Color information

#473B2F (or 0x473B2F) is unknown color: approx Taupe. HEX triplet: 47, 3B and 2F. RGB value is (71,59,47). Sum of RGB (Red+Green+Blue) = 71+59+47=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B2F is #B8C4D0. Grayscale: #3D3D3D. Windows color (decimal): -12109009 or 3095367. OLE color: 3095367.

HSL color Cylindrical-coordinate representation of color #473B2F: hue angle of 30º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473B2F is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB715947-
CMYK00.170.340.72
HSL30º20.34%23.14%-
HSV(B)30º33.8%27.84%-
XYZ4.684.673.34-
YUV61.22119.98134.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=40.11%
G=33.33%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71594700.170.340.723020.3423.14
Hex473B2F01122481e1417
Octal107735702142110362427
Binary10001111110111011110100011000101001000111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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