#915351

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

Shades of Copper Rust #915351

Tints of Copper Rust #915351

Color information

#915351 (or 0x915351) is unknown color: approx Copper Rust. HEX triplet: 91, 53 and 51. RGB value is (145,83,81). Sum of RGB (Red+Green+Blue) = 145+83+81=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #915351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915351 is #6EACAE. Grayscale: #656565. Windows color (decimal): -7253167 or 5329809. OLE color: 5329809.

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

Color convert

RGB1458381-
CMYK00.430.440.43
HSL1.88º28.32%44.31%-
HSV(B)1.88º44.14%56.86%-
XYZ16.2612.89.4-
YUV101.31116.54159.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=46.93%
G=26.86%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145838100.430.440.431.8828.3244.31
Hex91535102B2C2B21c2c
Octal221123121053545323454
Binary100100011010011101000101010111011001010111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915351; }

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

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

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

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

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

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

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

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