#473A32

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

Shades of Taupe #473A32

Tints of Taupe #473A32

Color information

#473A32 (or 0x473A32) is unknown color: approx Taupe. HEX triplet: 47, 3A and 32. RGB value is (71,58,50). Sum of RGB (Red+Green+Blue) = 71+58+50=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A32 is #B8C5CD. Grayscale: #3D3D3D. Windows color (decimal): -12109262 or 3291719. OLE color: 3291719.

HSL color Cylindrical-coordinate representation of color #473A32: hue angle of 22.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473A32 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB715850-
CMYK00.180.300.72
HSL22.86º17.36%23.73%-
HSV(B)22.86º29.58%27.84%-
XYZ4.694.63.66-
YUV60.98121.81135.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=39.66%
G=32.40%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71585000.180.300.7222.8617.3623.73
Hex473A320121E48171118
Octal107726202236110272130
Binary1000111111010110010010010111101001000101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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