#915454

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

Shades of Copper Rust #915454

Tints of Copper Rust #915454

Color information

#915454 (or 0x915454) is unknown color: approx Copper Rust. HEX triplet: 91, 54 and 54. RGB value is (145,84,84). Sum of RGB (Red+Green+Blue) = 145+84+84=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915454 is #6EABAB. Grayscale: #666666. Windows color (decimal): -7252908 or 5526673. OLE color: 5526673.

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

Color convert

RGB1458484-
CMYK00.420.420.43
HSL26.64%44.9%-
HSV(B)42.07%56.86%-
XYZ16.451310.03-
YUV102.24117.71158.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=46.33%
G=26.84%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145848400.420.420.43026.6444.9
Hex91545402A2A2B01b2d
Octal221124124052525303355
Binary10010001101010010101000101010101010101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915454; }

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

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

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

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

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

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

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

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