#975148

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

Shades of Copper Rust #975148

Tints of Copper Rust #975148

Color information

#975148 (or 0x975148) is unknown color: approx Copper Rust. HEX triplet: 97, 51 and 48. RGB value is (151,81,72). Sum of RGB (Red+Green+Blue) = 151+81+72=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #975148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975148 is #68AEB7. Grayscale: #656565. Windows color (decimal): -6860472 or 4739479. OLE color: 4739479.

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

Color convert

RGB1518172-
CMYK00.460.520.41
HSL6.84º35.43%43.73%-
HSV(B)6.84º52.32%59.22%-
XYZ16.8712.937.74-
YUV100.9111.69163.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=49.67%
G=26.64%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151817200.460.520.416.8435.4343.73
Hex97514802E34297232c
Octal227121110056645174354
Binary10010111101000110010000101110110100101001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975148; }

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

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

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

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

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

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

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

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