#975350

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

Shades of Copper Rust #975350

Tints of Copper Rust #975350

Color information

#975350 (or 0x975350) is unknown color: approx Copper Rust. HEX triplet: 97, 53 and 50. RGB value is (151,83,80). Sum of RGB (Red+Green+Blue) = 151+83+80=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #975350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975350 is #68ACAF. Grayscale: #676767. Windows color (decimal): -6859952 or 5264279. OLE color: 5264279.

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

Color convert

RGB1518380-
CMYK00.450.470.41
HSL2.54º30.74%45.29%-
HSV(B)2.54º47.02%59.22%-
XYZ17.313.359.25-
YUV102.99115.03162.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=48.09%
G=26.43%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151838000.450.470.412.5430.7445.29
Hex97535002D2F2931f2d
Octal227123120055575133755
Binary100101111010011101000001011011011111010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975350; }

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

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

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

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

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

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

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

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