#473B30

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

Shades of Taupe #473B30

Tints of Taupe #473B30

Color information

#473B30 (or 0x473B30) is unknown color: approx Taupe. HEX triplet: 47, 3B and 30. RGB value is (71,59,48). Sum of RGB (Red+Green+Blue) = 71+59+48=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B30 is #B8C4CF. Grayscale: #3D3D3D. Windows color (decimal): -12109008 or 3160903. OLE color: 3160903.

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

Color convert

RGB715948-
CMYK00.170.320.72
HSL28.7º19.33%23.33%-
HSV(B)28.7º32.39%27.84%-
XYZ4.74.683.45-
YUV61.33120.48134.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=39.89%
G=33.15%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71594800.170.320.7228.719.3323.33
Hex473B3001120481d1317
Octal107736002140110352327
Binary10001111110111100000100011000001001000111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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