#91584C

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

Shades of Copper Rust #91584C

Tints of Copper Rust #91584C

Color information

#91584C (or 0x91584C) is unknown color: approx Copper Rust. HEX triplet: 91, 58 and 4C. RGB value is (145,88,76). Sum of RGB (Red+Green+Blue) = 145+88+76=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91584C is #6EA7B3. Grayscale: #676767. Windows color (decimal): -7251892 or 5003409. OLE color: 5003409.

HSL color Cylindrical-coordinate representation of color #91584C: hue angle of 10.43º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91584C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB1458876-
CMYK00.390.480.43
HSL10.43º31.22%43.33%-
HSV(B)10.43º47.59%56.86%-
XYZ16.4713.528.58-
YUV103.68112.38157.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=46.93%
G=28.48%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145887600.390.480.4310.4331.2243.33
Hex91584C027302Ba1f2b
Octal2211301140476053123753
Binary10010001101100010011000100111110000101011101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91584C; }

 p { color: rgb(145,88,76); }

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

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

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

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

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

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

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