#97594A

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

Shades of Copper Rust #97594A

Tints of Copper Rust #97594A

Color information

#97594A (or 0x97594A) is unknown color: approx Copper Rust. HEX triplet: 97, 59 and 4A. RGB value is (151,89,74). Sum of RGB (Red+Green+Blue) = 151+89+74=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97594A is #68A6B5. Grayscale: #696969. Windows color (decimal): -6858422 or 4872599. OLE color: 4872599.

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

Color convert

RGB1518974-
CMYK00.410.510.41
HSL11.69º34.22%44.12%-
HSV(B)11.69º50.99%59.22%-
XYZ17.5714.228.3-
YUV105.83110.04160.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=48.09%
G=28.34%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151897400.410.510.4111.6934.2244.12
Hex97594A0293329c222c
Octal2271311120516351144254
Binary100101111011001100101001010011100111010011100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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