#975049

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

Shades of Copper Rust #975049

Tints of Copper Rust #975049

Color information

#975049 (or 0x975049) is unknown color: approx Copper Rust. HEX triplet: 97, 50 and 49. RGB value is (151,80,73). Sum of RGB (Red+Green+Blue) = 151+80+73=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #975049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975049 is #68AFB6. Grayscale: #646464. Windows color (decimal): -6860727 or 4804759. OLE color: 4804759.

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

Color convert

RGB1518073-
CMYK00.470.520.41
HSL5.38º34.82%43.92%-
HSV(B)5.38º51.66%59.22%-
XYZ16.8312.87.89-
YUV100.43112.52164.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=49.67%
G=26.32%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151807300.470.520.415.3834.8243.92
Hex97504902F34295232c
Octal227120111057645154354
Binary10010111101000010010010101111110100101001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975049; }

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

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

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

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

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

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

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

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