#91594E

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

Shades of Copper Rust #91594E

Tints of Copper Rust #91594E

Color information

#91594E (or 0x91594E) is unknown color: approx Copper Rust. HEX triplet: 91, 59 and 4E. RGB value is (145,89,78). Sum of RGB (Red+Green+Blue) = 145+89+78=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91594E is #6EA6B1. Grayscale: #686868. Windows color (decimal): -7251634 or 5134737. OLE color: 5134737.

HSL color Cylindrical-coordinate representation of color #91594E: hue angle of 9.85º degrees, saturation: 0.3, 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 #91594E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB1458978-
CMYK00.390.460.43
HSL9.85º30.04%43.73%-
HSV(B)9.85º46.21%56.86%-
XYZ16.6213.718.98-
YUV104.49113.05156.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 78 (30.86% from 255) = 25%
R=46.47%
G=28.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145897800.390.460.439.8530.0443.73
Hex91594E0272E2Ba1e2c
Octal2211311160475653123654
Binary10010001101100110011100100111101110101011101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91594E; }

 p { color: rgb(145,89,78); }

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

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

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

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

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

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

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