#975953

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

Shades of Copper Rust #975953

Tints of Copper Rust #975953

Color information

#975953 (or 0x975953) is unknown color: approx Copper Rust. HEX triplet: 97, 59 and 53. RGB value is (151,89,83). Sum of RGB (Red+Green+Blue) = 151+89+83=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #975953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975953 is #68A6AC. Grayscale: #6A6A6A. Windows color (decimal): -6858413 or 5462423. OLE color: 5462423.

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

Color convert

RGB1518983-
CMYK00.410.450.41
HSL5.29º29.06%45.88%-
HSV(B)5.29º45.03%59.22%-
XYZ17.914.3510.01-
YUV106.85114.54159.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=46.75%
G=27.55%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151898300.410.450.415.2929.0645.88
Hex9759530292D2951d2e
Octal227131123051555153556
Binary1001011110110011010011010100110110110100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975953; }

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

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

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

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

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

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

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

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