#975348

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

Shades of Copper Rust #975348

Tints of Copper Rust #975348

Color information

#975348 (or 0x975348) is unknown color: approx Copper Rust. HEX triplet: 97, 53 and 48. RGB value is (151,83,72). Sum of RGB (Red+Green+Blue) = 151+83+72=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #975348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975348 is #68ACB7. Grayscale: #666666. Windows color (decimal): -6859960 or 4739991. OLE color: 4739991.

HSL color Cylindrical-coordinate representation of color #975348: hue angle of 8.35º 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 #975348 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1518372-
CMYK00.450.520.41
HSL8.35º35.43%43.73%-
HSV(B)8.35º52.32%59.22%-
XYZ17.0313.237.79-
YUV102.08111.03162.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=49.35%
G=27.12%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151837200.450.520.418.3535.4343.73
Hex97534802D34298232c
Octal2271231100556451104354
Binary100101111010011100100001011011101001010011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975348; }

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

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

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

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

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

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

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

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