#8F5450

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

Shades of Copper Rust #8F5450

Tints of Copper Rust #8F5450

Color information

#8F5450 (or 0x8F5450) is unknown color: approx Copper Rust. HEX triplet: 8F, 54 and 50. RGB value is (143,84,80). Sum of RGB (Red+Green+Blue) = 143+84+80=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5450 is #70ABAF. Grayscale: #656565. Windows color (decimal): -7383984 or 5264527. OLE color: 5264527.

HSL color Cylindrical-coordinate representation of color #8F5450: hue angle of 3.81º 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 #8F5450 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1438480-
CMYK00.410.440.44
HSL3.81º28.25%43.73%-
HSV(B)3.81º44.06%56.08%-
XYZ15.9512.769.21-
YUV101.18116.05157.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.58%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=46.58%
G=27.36%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143848000.410.440.443.8128.2543.73
Hex8F54500292C2C41c2c
Octal217124120051545443454
Binary1000111110101001010000010100110110010110010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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