#97574A

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

Shades of Copper Rust #97574A

Tints of Copper Rust #97574A

Color information

#97574A (or 0x97574A) is unknown color: approx Copper Rust. HEX triplet: 97, 57 and 4A. RGB value is (151,87,74). Sum of RGB (Red+Green+Blue) = 151+87+74=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97574A is #68A8B5. Grayscale: #686868. Windows color (decimal): -6858934 or 4872087. OLE color: 4872087.

HSL color Cylindrical-coordinate representation of color #97574A: hue angle of 10.13º 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 #97574A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1518774-
CMYK00.420.510.41
HSL10.13º34.22%44.12%-
HSV(B)10.13º50.99%59.22%-
XYZ17.4113.898.24-
YUV104.65110.7161.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=48.40%
G=27.88%
B=23.72%

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
Decimal151877400.420.510.4110.1334.2244.12
Hex97574A02A3329a222c
Octal2271271120526351124254
Binary100101111010111100101001010101100111010011010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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