#975448

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

Shades of Copper Rust #975448

Tints of Copper Rust #975448

Color information

#975448 (or 0x975448) is unknown color: approx Copper Rust. HEX triplet: 97, 54 and 48. RGB value is (151,84,72). Sum of RGB (Red+Green+Blue) = 151+84+72=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #975448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975448 is #68ABB7. Grayscale: #666666. Windows color (decimal): -6859704 or 4740247. OLE color: 4740247.

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

Color convert

RGB1518472-
CMYK00.440.520.41
HSL9.11º35.43%43.73%-
HSV(B)9.11º52.32%59.22%-
XYZ17.113.397.81-
YUV102.66110.7162.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=49.19%
G=27.36%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151847200.440.520.419.1135.4343.73
Hex97544802C34299232c
Octal2271241100546451114354
Binary100101111010100100100001011001101001010011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975448; }

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

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

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

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

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

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

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

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