#8F5551

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

Shades of Copper Rust #8F5551

Tints of Copper Rust #8F5551

Color information

#8F5551 (or 0x8F5551) is unknown color: approx Copper Rust. HEX triplet: 8F, 55 and 51. RGB value is (143,85,81). Sum of RGB (Red+Green+Blue) = 143+85+81=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5551 is #70AAAE. Grayscale: #656565. Windows color (decimal): -7383727 or 5330319. OLE color: 5330319.

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

Color convert

RGB1438581-
CMYK00.410.430.44
HSL3.87º27.68%43.92%-
HSV(B)3.87º43.36%56.08%-
XYZ16.0612.939.43-
YUV101.89116.22157.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.28%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=46.28%
G=27.51%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143858100.410.430.443.8727.6843.92
Hex8F55510292B2C41c2c
Octal217125121051535443454
Binary1000111110101011010001010100110101110110010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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