#8F5451

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

Shades of Copper Rust #8F5451

Tints of Copper Rust #8F5451

Color information

#8F5451 (or 0x8F5451) is unknown color: approx Copper Rust. HEX triplet: 8F, 54 and 51. RGB value is (143,84,81). Sum of RGB (Red+Green+Blue) = 143+84+81=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5451 is #70ABAE. Grayscale: #656565. Windows color (decimal): -7383983 or 5330063. OLE color: 5330063.

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

Color convert

RGB1438481-
CMYK00.410.430.44
HSL2.9º27.68%43.92%-
HSV(B)2.9º43.36%56.08%-
XYZ15.9812.779.41-
YUV101.3116.55157.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=46.43%
G=27.27%
B=26.30%

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
Decimal143848100.410.430.442.927.6843.92
Hex8F54510292B2C31c2c
Octal217124121051535433454
Binary100011111010100101000101010011010111011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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