#915950

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

Shades of Copper Rust #915950

Tints of Copper Rust #915950

Color information

#915950 (or 0x915950) is unknown color: approx Copper Rust. HEX triplet: 91, 59 and 50. RGB value is (145,89,80). Sum of RGB (Red+Green+Blue) = 145+89+80=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915950 is #6EA6AF. Grayscale: #686868. Windows color (decimal): -7251632 or 5265809. OLE color: 5265809.

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

Color convert

RGB1458980-
CMYK00.390.450.43
HSL8.31º28.89%44.12%-
HSV(B)8.31º44.83%56.86%-
XYZ16.713.749.36-
YUV104.72114.05156.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=46.18%
G=28.34%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145898000.390.450.438.3128.8944.12
Hex9159500272D2B81d2c
Octal2211311200475553103554
Binary10010001101100110100000100111101101101011100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915950; }

 p { color: rgb(145,89,80); }

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

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

 a { background-color: rgb(145,89,80); }

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

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

 span { border-color: rgb(145,89,80); }

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