#915854

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

Shades of Copper Rust #915854

Tints of Copper Rust #915854

Color information

#915854 (or 0x915854) is unknown color: approx Copper Rust. HEX triplet: 91, 58 and 54. RGB value is (145,88,84). Sum of RGB (Red+Green+Blue) = 145+88+84=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #915854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915854 is #6EA7AB. Grayscale: #686868. Windows color (decimal): -7251884 or 5527697. OLE color: 5527697.

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

Color convert

RGB1458884-
CMYK00.390.420.43
HSL3.93º26.64%44.9%-
HSV(B)3.93º42.07%56.86%-
XYZ16.7713.6410.14-
YUV104.59116.38156.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=45.74%
G=27.76%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145888400.390.420.433.9326.6444.9
Hex9158540272A2B41b2d
Octal221130124047525343355
Binary1001000110110001010100010011110101010101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915854; }

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

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

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

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

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

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

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

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