#8F574C

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

Shades of Copper Rust #8F574C

Tints of Copper Rust #8F574C

Color information

#8F574C (or 0x8F574C) is unknown color: approx Copper Rust. HEX triplet: 8F, 57 and 4C. RGB value is (143,87,76). Sum of RGB (Red+Green+Blue) = 143+87+76=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F574C is #70A8B3. Grayscale: #666666. Windows color (decimal): -7383220 or 5003151. OLE color: 5003151.

HSL color Cylindrical-coordinate representation of color #8F574C: hue angle of 9.85º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F574C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1438776-
CMYK00.390.470.44
HSL9.85º30.59%42.94%-
HSV(B)9.85º46.85%56.08%-
XYZ16.0413.188.54-
YUV102.49113.05156.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.73%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=46.73%
G=28.43%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143877600.390.470.449.8530.5942.94
Hex8F574C0272F2Ca1f2b
Octal2171271140475754123753
Binary10001111101011110011000100111101111101100101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F574C; }

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

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

<style>
 a { background-color: #8F574C; }

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

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

<style>
 span { border-color: #8F574C; }

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

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