#9F504F

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

Shades of Copper Rust #9F504F

Tints of Copper Rust #9F504F

Color information

#9F504F (or 0x9F504F) is unknown color: approx Copper Rust. HEX triplet: 9F, 50 and 4F. RGB value is (159,80,79). Sum of RGB (Red+Green+Blue) = 159+80+79=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F504F is #60AFB0. Grayscale: #676767. Windows color (decimal): -6336433 or 5197983. OLE color: 5197983.

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

Color convert

RGB1598079-
CMYK00.500.500.38
HSL0.75º33.61%46.67%-
HSV(B)0.75º50.31%62.35%-
XYZ18.5813.679.06-
YUV103.51114.17167.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=50%
G=25.16%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159807900.500.500.380.7533.6146.67
Hex9F504F03232261222f
Octal237120117062624614257
Binary100111111010000100111101100101100101001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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