#8F564F

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

Shades of Copper Rust #8F564F

Tints of Copper Rust #8F564F

Color information

#8F564F (or 0x8F564F) is unknown color: approx Copper Rust. HEX triplet: 8F, 56 and 4F. RGB value is (143,86,79). Sum of RGB (Red+Green+Blue) = 143+86+79=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F564F is #70A9B0. Grayscale: #666666. Windows color (decimal): -7383473 or 5199503. OLE color: 5199503.

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

Color convert

RGB1438679-
CMYK00.400.450.44
HSL6.56º28.83%43.53%-
HSV(B)6.56º44.76%56.08%-
XYZ16.0713.069.07-
YUV102.24114.88157.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=46.43%
G=27.92%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143867900.400.450.446.5628.8343.53
Hex8F564F0282D2C71d2c
Octal217126117050555473554
Binary1000111110101101001111010100010110110110011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,79); }

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

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

 a { background-color: rgb(143,86,79); }

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

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

 span { border-color: rgb(143,86,79); }

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