#97584A

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

Shades of Copper Rust #97584A

Tints of Copper Rust #97584A

Color information

#97584A (or 0x97584A) is unknown color: approx Copper Rust. HEX triplet: 97, 58 and 4A. RGB value is (151,88,74). Sum of RGB (Red+Green+Blue) = 151+88+74=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97584A is #68A7B5. Grayscale: #696969. Windows color (decimal): -6858678 or 4872343. OLE color: 4872343.

HSL color Cylindrical-coordinate representation of color #97584A: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97584A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1518874-
CMYK00.420.510.41
HSL10.91º34.22%44.12%-
HSV(B)10.91º50.99%59.22%-
XYZ17.4914.058.27-
YUV105.24110.37160.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=48.24%
G=28.12%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151887400.420.510.4110.9134.2244.12
Hex97584A02A3329b222c
Octal2271301120526351134254
Binary100101111011000100101001010101100111010011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97584A; }

 p { color: rgb(151,88,74); }

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

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

 a { background-color: rgb(151,88,74); }

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

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

 span { border-color: rgb(151,88,74); }

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