#473C35

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

Shades of Taupe #473C35

Tints of Taupe #473C35

Color information

#473C35 (or 0x473C35) is unknown color: approx Taupe. HEX triplet: 47, 3C and 35. RGB value is (71,60,53). Sum of RGB (Red+Green+Blue) = 71+60+53=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C35 is #B8C3CA. Grayscale: #3E3E3E. Windows color (decimal): -12108747 or 3488839. OLE color: 3488839.

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

Color convert

RGB716053-
CMYK00.150.250.72
HSL23.33º14.52%24.31%-
HSV(B)23.33º25.35%27.84%-
XYZ4.864.834.04-
YUV62.49122.64134.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=38.59%
G=32.61%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71605300.150.250.7223.3314.5224.31
Hex473C350F194817f18
Octal107746501731110271730
Binary10001111111001101010111111001100100010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,53); }

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

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

 a { background-color: rgb(71,60,53); }

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

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

 span { border-color: rgb(71,60,53); }

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