#975252

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

Shades of Copper Rust #975252

Tints of Copper Rust #975252

Color information

#975252 (or 0x975252) is unknown color: approx Copper Rust. HEX triplet: 97, 52 and 52. RGB value is (151,82,82). Sum of RGB (Red+Green+Blue) = 151+82+82=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #975252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975252 is #68ADAD. Grayscale: #666666. Windows color (decimal): -6860206 or 5395095. OLE color: 5395095.

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

Color convert

RGB1518282-
CMYK00.460.460.41
HSL29.61%45.69%-
HSV(B)45.7%59.22%-
XYZ17.313.229.62-
YUV102.63116.36162.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=47.94%
G=26.03%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151828200.460.460.41029.6145.69
Hex97525202E2E2901e2e
Octal227122122056565103656
Binary10010111101001010100100101110101110101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975252; }

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

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

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

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

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

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

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

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