#8F554C

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

Shades of Copper Rust #8F554C

Tints of Copper Rust #8F554C

Color information

#8F554C (or 0x8F554C) is unknown color: approx Copper Rust. HEX triplet: 8F, 55 and 4C. RGB value is (143,85,76). Sum of RGB (Red+Green+Blue) = 143+85+76=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F554C is #70AAB3. Grayscale: #656565. Windows color (decimal): -7383732 or 5002639. OLE color: 5002639.

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

Color convert

RGB1438576-
CMYK00.410.470.44
HSL8.06º30.59%42.94%-
HSV(B)8.06º46.85%56.08%-
XYZ15.8812.868.48-
YUV101.32113.72157.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.04%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 76 (30.08% from 255) = 25%
R=47.04%
G=27.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143857600.410.470.448.0630.5942.94
Hex8F554C0292F2C81f2b
Octal2171251140515754103753
Binary10001111101010110011000101001101111101100100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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