#93574C

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

Shades of Copper Rust #93574C

Tints of Copper Rust #93574C

Color information

#93574C (or 0x93574C) is unknown color: approx Copper Rust. HEX triplet: 93, 57 and 4C. RGB value is (147,87,76). Sum of RGB (Red+Green+Blue) = 147+87+76=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93574C is #6CA8B3. Grayscale: #676767. Windows color (decimal): -7121076 or 5003155. OLE color: 5003155.

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

Color convert

RGB1478776-
CMYK00.410.480.42
HSL9.3º31.84%43.73%-
HSV(B)9.3º48.3%57.65%-
XYZ16.7513.548.57-
YUV103.69112.38158.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=47.42%
G=28.06%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147877600.410.480.429.331.8443.73
Hex93574C029302A9202c
Octal2231271140516052114054
Binary100100111010111100110001010011100001010101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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