#915353

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

Shades of Copper Rust #915353

Tints of Copper Rust #915353

Color information

#915353 (or 0x915353) is unknown color: approx Copper Rust. HEX triplet: 91, 53 and 53. RGB value is (145,83,83). Sum of RGB (Red+Green+Blue) = 145+83+83=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915353 is #6EACAC. Grayscale: #656565. Windows color (decimal): -7253165 or 5460881. OLE color: 5460881.

HSL color Cylindrical-coordinate representation of color #915353: 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.43%. Process color model (Four color, CMYK) of #915353 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB1458383-
CMYK00.430.430.43
HSL27.19%44.71%-
HSV(B)42.76%56.86%-
XYZ16.3312.839.8-
YUV101.54117.54159-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=46.62%
G=26.69%
B=26.69%

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
Decimal145838300.430.430.43027.1944.71
Hex91535302B2B2B01b2d
Octal221123123053535303355
Binary10010001101001110100110101011101011101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915353; }

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

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

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

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

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

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

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

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