#915852

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

Shades of Copper Rust #915852

Tints of Copper Rust #915852

Color information

#915852 (or 0x915852) is unknown color: approx Copper Rust. HEX triplet: 91, 58 and 52. RGB value is (145,88,82). Sum of RGB (Red+Green+Blue) = 145+88+82=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #915852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915852 is #6EA7AD. Grayscale: #686868. Windows color (decimal): -7251886 or 5396625. OLE color: 5396625.

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

Color convert

RGB1458882-
CMYK00.390.430.43
HSL5.71º27.75%44.51%-
HSV(B)5.71º43.45%56.86%-
XYZ16.6913.619.73-
YUV104.36115.38156.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=46.03%
G=27.94%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145888200.390.430.435.7127.7544.51
Hex9158520272B2B61c2d
Octal221130122047535363455
Binary1001000110110001010010010011110101110101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915852; }

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

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

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

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

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

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

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

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