#915352

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

Shades of Copper Rust #915352

Tints of Copper Rust #915352

Color information

#915352 (or 0x915352) is unknown color: approx Copper Rust. HEX triplet: 91, 53 and 52. RGB value is (145,83,82). Sum of RGB (Red+Green+Blue) = 145+83+82=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #915352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915352 is #6EACAD. Grayscale: #656565. Windows color (decimal): -7253166 or 5395345. OLE color: 5395345.

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

Color convert

RGB1458382-
CMYK00.430.430.43
HSL0.95º27.75%44.51%-
HSV(B)0.95º43.45%56.86%-
XYZ16.2912.829.6-
YUV101.42117.04159.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=46.77%
G=26.77%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145838200.430.430.430.9527.7544.51
Hex91535202B2B2B11c2d
Octal221123122053535313455
Binary10010001101001110100100101011101011101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915352; }

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

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

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

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

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

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

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

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