#473A2E

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

Shades of Taupe #473A2E

Tints of Taupe #473A2E

Color information

#473A2E (or 0x473A2E) is unknown color: approx Taupe. HEX triplet: 47, 3A and 2E. RGB value is (71,58,46). Sum of RGB (Red+Green+Blue) = 71+58+46=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2E is #B8C5D1. Grayscale: #3C3C3C. Windows color (decimal): -12109266 or 3029575. OLE color: 3029575.

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

Color convert

RGB715846-
CMYK00.180.350.72
HSL28.8º21.37%22.94%-
HSV(B)28.8º35.21%27.84%-
XYZ4.64.563.22-
YUV60.52119.81135.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=40.57%
G=33.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71584600.180.350.7228.821.3722.94
Hex473A2E01223481d1517
Octal107725602243110352527
Binary10001111110101011100100101000111001000111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,58,46); }

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

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

 a { background-color: rgb(71,58,46); }

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

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

 span { border-color: rgb(71,58,46); }

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