#915751

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

Shades of Copper Rust #915751

Tints of Copper Rust #915751

Color information

#915751 (or 0x915751) is unknown color: approx Copper Rust. HEX triplet: 91, 57 and 51. RGB value is (145,87,81). Sum of RGB (Red+Green+Blue) = 145+87+81=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915751 is #6EA8AE. Grayscale: #676767. Windows color (decimal): -7252143 or 5330833. OLE color: 5330833.

HSL color Cylindrical-coordinate representation of color #915751: hue angle of 5.63º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915751 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB1458781-
CMYK00.40.440.43
HSL5.63º28.32%44.31%-
HSV(B)5.63º44.14%56.86%-
XYZ16.5713.439.5-
YUV103.66115.22157.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=46.33%
G=27.80%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145878100.40.440.435.6328.3244.31
Hex9157510282C2B61c2c
Octal221127121050545363454
Binary1001000110101111010001010100010110010101111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915751; }

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

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

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

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

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

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

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

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