#975450

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

Shades of Copper Rust #975450

Tints of Copper Rust #975450

Color information

#975450 (or 0x975450) is unknown color: approx Copper Rust. HEX triplet: 97, 54 and 50. RGB value is (151,84,80). Sum of RGB (Red+Green+Blue) = 151+84+80=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #975450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975450 is #68ABAF. Grayscale: #676767. Windows color (decimal): -6859696 or 5264535. OLE color: 5264535.

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

Color convert

RGB1518480-
CMYK00.440.470.41
HSL3.38º30.74%45.29%-
HSV(B)3.38º47.02%59.22%-
XYZ17.3813.59.28-
YUV103.58114.7161.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=47.94%
G=26.67%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151848000.440.470.413.3830.7445.29
Hex97545002C2F2931f2d
Octal227124120054575133755
Binary100101111010100101000001011001011111010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975450; }

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

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

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

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

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

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

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

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