#473A30

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

Shades of Taupe #473A30

Tints of Taupe #473A30

Color information

#473A30 (or 0x473A30) is unknown color: approx Taupe. HEX triplet: 47, 3A and 30. RGB value is (71,58,48). Sum of RGB (Red+Green+Blue) = 71+58+48=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A30 is #B8C5CF. Grayscale: #3C3C3C. Windows color (decimal): -12109264 or 3160647. OLE color: 3160647.

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

Color convert

RGB715848-
CMYK00.180.320.72
HSL26.09º19.33%23.33%-
HSV(B)26.09º32.39%27.84%-
XYZ4.654.583.44-
YUV60.75120.81135.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=40.11%
G=32.77%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71584800.180.320.7226.0919.3323.33
Hex473A3001220481a1317
Octal107726002240110322327
Binary10001111110101100000100101000001001000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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