#8F5552

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

Shades of Copper Rust #8F5552

Tints of Copper Rust #8F5552

Color information

#8F5552 (or 0x8F5552) is unknown color: approx Copper Rust. HEX triplet: 8F, 55 and 52. RGB value is (143,85,82). Sum of RGB (Red+Green+Blue) = 143+85+82=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5552 is #70AAAD. Grayscale: #666666. Windows color (decimal): -7383726 or 5395855. OLE color: 5395855.

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

Color convert

RGB1438582-
CMYK00.410.430.44
HSL2.95º27.11%44.12%-
HSV(B)2.95º42.66%56.08%-
XYZ16.112.959.63-
YUV102116.72157.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=46.13%
G=27.42%
B=26.45%

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
Decimal143858200.410.430.442.9527.1144.12
Hex8F55520292B2C31b2c
Octal217125122051535433354
Binary100011111010101101001001010011010111011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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