#93574E

Color #93574E Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #93574E

Tints of Copper Rust #93574E

Color information

#93574E (or 0x93574E) is unknown color: approx Copper Rust. HEX triplet: 93, 57 and 4E. RGB value is (147,87,78). Sum of RGB (Red+Green+Blue) = 147+87+78=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93574E is #6CA8B1. Grayscale: #686868. Windows color (decimal): -7121074 or 5134227. OLE color: 5134227.

HSL color Cylindrical-coordinate representation of color #93574E: hue angle of 7.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93574E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1478778-
CMYK00.410.470.42
HSL7.83º30.67%44.12%-
HSV(B)7.83º46.94%57.65%-
XYZ16.8213.578.94-
YUV103.91113.38158.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 78 (30.86% from 255) = 25%
R=47.12%
G=27.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147877800.410.470.427.8330.6744.12
Hex93574E0292F2A81f2c
Octal2231271160515752103754
Binary10010011101011110011100101001101111101010100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93574E; }

 p { color: rgb(147,87,78); }

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

<style>
 a { background-color: #93574E; }

 a { background-color: rgb(147,87,78); }

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

<style>
 span { border-color: #93574E; }

 span { border-color: rgb(147,87,78); }

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