#915A54

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

Shades of Copper Rust #915A54

Tints of Copper Rust #915A54

Color information

#915A54 (or 0x915A54) is unknown color: approx Copper Rust. HEX triplet: 91, 5A and 54. RGB value is (145,90,84). Sum of RGB (Red+Green+Blue) = 145+90+84=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #915A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A54 is #6EA5AB. Grayscale: #696969. Windows color (decimal): -7251372 or 5528209. OLE color: 5528209.

HSL color Cylindrical-coordinate representation of color #915A54: hue angle of 5.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915A54 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1459084-
CMYK00.380.420.43
HSL5.9º26.64%44.9%-
HSV(B)5.9º42.07%56.86%-
XYZ16.9313.9710.19-
YUV105.76115.72155.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=45.45%
G=28.21%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145908400.380.420.435.926.6444.9
Hex915A540262A2B61b2d
Octal221132124046525363355
Binary1001000110110101010100010011010101010101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915A54; }

 p { color: rgb(145,90,84); }

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

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

 a { background-color: rgb(145,90,84); }

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

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

 span { border-color: rgb(145,90,84); }

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