#9F4F4E

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

Shades of Copper Rust #9F4F4E

Tints of Copper Rust #9F4F4E

Color information

#9F4F4E (or 0x9F4F4E) is unknown color: approx Copper Rust. HEX triplet: 9F, 4F and 4E. RGB value is (159,79,78). Sum of RGB (Red+Green+Blue) = 159+79+78=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F4E is #60B0B1. Grayscale: #666666. Windows color (decimal): -6336690 or 5132191. OLE color: 5132191.

HSL color Cylindrical-coordinate representation of color #9F4F4E: hue angle of 0.74º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4F4E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1597978-
CMYK00.500.510.38
HSL0.74º34.18%46.47%-
HSV(B)0.74º50.94%62.35%-
XYZ18.4713.518.84-
YUV102.81114168.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.32%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=50.32%
G=25%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159797800.500.510.380.7434.1846.47
Hex9F4F4E03233261222e
Octal237117116062634614256
Binary100111111001111100111001100101100111001101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4F4E; }

 p { color: rgb(159,79,78); }

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

<style>
 a { background-color: #9F4F4E; }

 a { background-color: rgb(159,79,78); }

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

<style>
 span { border-color: #9F4F4E; }

 span { border-color: rgb(159,79,78); }

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