#915850

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

Shades of Copper Rust #915850

Tints of Copper Rust #915850

Color information

#915850 (or 0x915850) is unknown color: approx Copper Rust. HEX triplet: 91, 58 and 50. RGB value is (145,88,80). Sum of RGB (Red+Green+Blue) = 145+88+80=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915850 is #6EA7AF. Grayscale: #686868. Windows color (decimal): -7251888 or 5265553. OLE color: 5265553.

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

Color convert

RGB1458880-
CMYK00.390.450.43
HSL7.38º28.89%44.12%-
HSV(B)7.38º44.83%56.86%-
XYZ16.6113.589.33-
YUV104.13114.38157.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=46.33%
G=28.12%
B=25.56%

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
Decimal145888000.390.450.437.3828.8944.12
Hex9158500272D2B71d2c
Octal221130120047555373554
Binary1001000110110001010000010011110110110101111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915850; }

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

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

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

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

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

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

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

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