#9F504D

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

Shades of Copper Rust #9F504D

Tints of Copper Rust #9F504D

Color information

#9F504D (or 0x9F504D) is unknown color: approx Copper Rust. HEX triplet: 9F, 50 and 4D. RGB value is (159,80,77). Sum of RGB (Red+Green+Blue) = 159+80+77=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F504D is #60AFB2. Grayscale: #676767. Windows color (decimal): -6336435 or 5066911. OLE color: 5066911.

HSL color Cylindrical-coordinate representation of color #9F504D: hue angle of 2.2º 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 #9F504D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB1598077-
CMYK00.500.520.38
HSL2.2º34.75%46.27%-
HSV(B)2.2º51.57%62.35%-
XYZ18.5113.648.68-
YUV103.28113.17167.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.32%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=50.32%
G=25.32%
B=24.37%

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
Decimal159807700.500.520.382.234.7546.27
Hex9F504D03234262232e
Octal237120115062644624356
Binary1001111110100001001101011001011010010011010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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