#91574F

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

Shades of Copper Rust #91574F

Tints of Copper Rust #91574F

Color information

#91574F (or 0x91574F) is unknown color: approx Copper Rust. HEX triplet: 91, 57 and 4F. RGB value is (145,87,79). Sum of RGB (Red+Green+Blue) = 145+87+79=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #91574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91574F is #6EA8B0. Grayscale: #676767. Windows color (decimal): -7252145 or 5199761. OLE color: 5199761.

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

Color convert

RGB1458779-
CMYK00.40.460.43
HSL7.27º29.46%43.92%-
HSV(B)7.27º45.52%56.86%-
XYZ16.513.49.11-
YUV103.43114.22157.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=46.62%
G=27.97%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145877900.40.460.437.2729.4643.92
Hex91574F0282E2B71d2c
Octal221127117050565373554
Binary1001000110101111001111010100010111010101111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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