#9F504C

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

Shades of Copper Rust #9F504C

Tints of Copper Rust #9F504C

Color information

#9F504C (or 0x9F504C) is unknown color: approx Copper Rust. HEX triplet: 9F, 50 and 4C. RGB value is (159,80,76). Sum of RGB (Red+Green+Blue) = 159+80+76=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F504C is #60AFB3. Grayscale: #676767. Windows color (decimal): -6336436 or 5001375. OLE color: 5001375.

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

Color convert

RGB1598076-
CMYK00.500.520.38
HSL2.89º35.32%46.08%-
HSV(B)2.89º52.2%62.35%-
XYZ18.4713.638.49-
YUV103.16112.67167.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.48%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=50.48%
G=25.40%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159807600.500.520.382.8935.3246.08
Hex9F504C03234263232e
Octal237120114062644634356
Binary1001111110100001001100011001011010010011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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