#97584C

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

Shades of Copper Rust #97584C

Tints of Copper Rust #97584C

Color information

#97584C (or 0x97584C) is unknown color: approx Copper Rust. HEX triplet: 97, 58 and 4C. RGB value is (151,88,76). Sum of RGB (Red+Green+Blue) = 151+88+76=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97584C is #68A7B3. Grayscale: #696969. Windows color (decimal): -6858676 or 5003415. OLE color: 5003415.

HSL color Cylindrical-coordinate representation of color #97584C: hue angle of 9.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97584C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1518876-
CMYK00.420.500.41
HSL9.6º33.04%44.51%-
HSV(B)9.6º49.67%59.22%-
XYZ17.5614.088.63-
YUV105.47111.37160.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=47.94%
G=27.94%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151887600.420.500.419.633.0444.51
Hex97584C02A3229a212d
Octal2271301140526251124155
Binary100101111011000100110001010101100101010011010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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