#97594B

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

Shades of Copper Rust #97594B

Tints of Copper Rust #97594B

Color information

#97594B (or 0x97594B) is unknown color: approx Copper Rust. HEX triplet: 97, 59 and 4B. RGB value is (151,89,75). Sum of RGB (Red+Green+Blue) = 151+89+75=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97594B is #68A6B4. Grayscale: #6A6A6A. Windows color (decimal): -6858421 or 4938135. OLE color: 4938135.

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

Color convert

RGB1518975-
CMYK00.410.500.41
HSL11.05º33.63%44.31%-
HSV(B)11.05º50.33%59.22%-
XYZ17.614.238.48-
YUV105.94110.54160.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=47.94%
G=28.25%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151897500.410.500.4111.0533.6344.31
Hex97594B0293229b222c
Octal2271311130516251134254
Binary100101111011001100101101010011100101010011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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