#8F5850

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

Shades of Copper Rust #8F5850

Tints of Copper Rust #8F5850

Color information

#8F5850 (or 0x8F5850) is unknown color: approx Copper Rust. HEX triplet: 8F, 58 and 50. RGB value is (143,88,80). Sum of RGB (Red+Green+Blue) = 143+88+80=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5850 is #70A7AF. Grayscale: #676767. Windows color (decimal): -7382960 or 5265551. OLE color: 5265551.

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

Color convert

RGB1438880-
CMYK00.380.440.44
HSL7.62º28.25%43.73%-
HSV(B)7.62º44.06%56.08%-
XYZ16.2713.49.32-
YUV103.53114.72156.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=45.98%
G=28.30%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143888000.380.440.447.6228.2543.73
Hex8F58500262C2C81c2c
Octal2171301200465454103454
Binary10001111101100010100000100110101100101100100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,88,80); }

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

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

 a { background-color: rgb(143,88,80); }

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

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

 span { border-color: rgb(143,88,80); }

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