#473D30

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

Shades of Taupe #473D30

Tints of Taupe #473D30

Color information

#473D30 (or 0x473D30) is unknown color: approx Taupe. HEX triplet: 47, 3D and 30. RGB value is (71,61,48). Sum of RGB (Red+Green+Blue) = 71+61+48=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #473D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D30 is #B8C2CF. Grayscale: #3E3E3E. Windows color (decimal): -12108496 or 3161415. OLE color: 3161415.

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

Color convert

RGB716148-
CMYK00.140.320.72
HSL33.91º19.33%23.33%-
HSV(B)33.91º32.39%27.84%-
XYZ4.84.893.49-
YUV62.51119.81134.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=39.44%
G=33.89%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71614800.140.320.7233.9119.3323.33
Hex473D300E2048221317
Octal107756001640110422327
Binary10001111111011100000111010000010010001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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