#975250

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

Shades of Copper Rust #975250

Tints of Copper Rust #975250

Color information

#975250 (or 0x975250) is unknown color: approx Copper Rust. HEX triplet: 97, 52 and 50. RGB value is (151,82,80). Sum of RGB (Red+Green+Blue) = 151+82+80=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #975250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975250 is #68ADAF. Grayscale: #666666. Windows color (decimal): -6860208 or 5264023. OLE color: 5264023.

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

Color convert

RGB1518280-
CMYK00.460.470.41
HSL1.69º30.74%45.29%-
HSV(B)1.69º47.02%59.22%-
XYZ17.2313.199.23-
YUV102.4115.36162.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=48.24%
G=26.20%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151828000.460.470.411.6930.7445.29
Hex97525002E2F2921f2d
Octal227122120056575123755
Binary100101111010010101000001011101011111010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975250; }

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

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

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

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

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

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

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

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