#975549

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

Shades of Copper Rust #975549

Tints of Copper Rust #975549

Color information

#975549 (or 0x975549) is unknown color: approx Copper Rust. HEX triplet: 97, 55 and 49. RGB value is (151,85,73). Sum of RGB (Red+Green+Blue) = 151+85+73=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #975549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975549 is #68AAB6. Grayscale: #676767. Windows color (decimal): -6859447 or 4806039. OLE color: 4806039.

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

Color convert

RGB1518573-
CMYK00.440.520.41
HSL9.23º34.82%43.92%-
HSV(B)9.23º51.66%59.22%-
XYZ17.2113.568.01-
YUV103.37110.87161.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.87%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=48.87%
G=27.51%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151857300.440.520.419.2334.8243.92
Hex97554902C34299232c
Octal2271251110546451114354
Binary100101111010101100100101011001101001010011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975549; }

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

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

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

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

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

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

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

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