#8F5550

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

Shades of Copper Rust #8F5550

Tints of Copper Rust #8F5550

Color information

#8F5550 (or 0x8F5550) is unknown color: approx Copper Rust. HEX triplet: 8F, 55 and 50. RGB value is (143,85,80). Sum of RGB (Red+Green+Blue) = 143+85+80=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5550 is #70AAAF. Grayscale: #656565. Windows color (decimal): -7383728 or 5264783. OLE color: 5264783.

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

Color convert

RGB1438580-
CMYK00.410.440.44
HSL4.76º28.25%43.73%-
HSV(B)4.76º44.06%56.08%-
XYZ16.0212.929.24-
YUV101.77115.72157.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=46.43%
G=27.60%
B=25.97%

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
Decimal143858000.410.440.444.7628.2543.73
Hex8F55500292C2C51c2c
Octal217125120051545453454
Binary1000111110101011010000010100110110010110010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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