#473C2F

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

Shades of Taupe #473C2F

Tints of Taupe #473C2F

Color information

#473C2F (or 0x473C2F) is unknown color: approx Taupe. HEX triplet: 47, 3C and 2F. RGB value is (71,60,47). Sum of RGB (Red+Green+Blue) = 71+60+47=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C2F is #B8C3D0. Grayscale: #3D3D3D. Windows color (decimal): -12108753 or 3095623. OLE color: 3095623.

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

Color convert

RGB716047-
CMYK00.150.340.72
HSL32.5º20.34%23.14%-
HSV(B)32.5º33.8%27.84%-
XYZ4.734.783.36-
YUV61.81119.64134.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=39.89%
G=33.71%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71604700.150.340.7232.520.3423.14
Hex473C2F0F2248201417
Octal107745701742110402427
Binary10001111111001011110111110001010010001000001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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