#915750

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

Shades of Copper Rust #915750

Tints of Copper Rust #915750

Color information

#915750 (or 0x915750) is unknown color: approx Copper Rust. HEX triplet: 91, 57 and 50. RGB value is (145,87,80). Sum of RGB (Red+Green+Blue) = 145+87+80=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915750 is #6EA8AF. Grayscale: #676767. Windows color (decimal): -7252144 or 5265297. OLE color: 5265297.

HSL color Cylindrical-coordinate representation of color #915750: hue angle of 6.46º 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 #915750 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1458780-
CMYK00.40.450.43
HSL6.46º28.89%44.12%-
HSV(B)6.46º44.83%56.86%-
XYZ16.5313.429.31-
YUV103.54114.72157.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=46.47%
G=27.88%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145878000.40.450.436.4628.8944.12
Hex9157500282D2B61d2c
Octal221127120050555363554
Binary1001000110101111010000010100010110110101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915750; }

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

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

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

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

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

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

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

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