#91574D

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

Shades of Copper Rust #91574D

Tints of Copper Rust #91574D

Color information

#91574D (or 0x91574D) is unknown color: approx Copper Rust. HEX triplet: 91, 57 and 4D. RGB value is (145,87,77). Sum of RGB (Red+Green+Blue) = 145+87+77=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91574D is #6EA8B2. Grayscale: #676767. Windows color (decimal): -7252147 or 5068689. OLE color: 5068689.

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

Color convert

RGB1458777-
CMYK00.40.470.43
HSL8.82º30.63%43.53%-
HSV(B)8.82º46.9%56.86%-
XYZ16.4213.378.74-
YUV103.2113.22157.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=46.93%
G=28.16%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145877700.40.470.438.8230.6343.53
Hex91574D0282F2B91f2c
Octal2211271150505753113754
Binary10010001101011110011010101000101111101011100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91574D; }

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

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

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

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

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

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

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

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