#975555

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

Shades of Copper Rust #975555

Tints of Copper Rust #975555

Color information

#975555 (or 0x975555) is unknown color: approx Copper Rust. HEX triplet: 97, 55 and 55. RGB value is (151,85,85). Sum of RGB (Red+Green+Blue) = 151+85+85=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #975555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975555 is #68AAAA. Grayscale: #686868. Windows color (decimal): -6859435 or 5592471. OLE color: 5592471.

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

Color convert

RGB1518585-
CMYK00.440.440.41
HSL27.97%46.27%-
HSV(B)43.71%59.22%-
XYZ17.6513.7310.31-
YUV104.73116.87161-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=47.04%
G=26.48%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151858500.440.440.41027.9746.27
Hex97555502C2C2901c2e
Octal227125125054545103456
Binary10010111101010110101010101100101100101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975555; }

 p { color: rgb(151,85,85); }

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

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

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

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

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

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

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