#97554B

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

Shades of Copper Rust #97554B

Tints of Copper Rust #97554B

Color information

#97554B (or 0x97554B) is unknown color: approx Copper Rust. HEX triplet: 97, 55 and 4B. RGB value is (151,85,75). Sum of RGB (Red+Green+Blue) = 151+85+75=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97554B is #68AAB4. Grayscale: #676767. Windows color (decimal): -6859445 or 4937111. OLE color: 4937111.

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

Color convert

RGB1518575-
CMYK00.440.500.41
HSL7.89º33.63%44.31%-
HSV(B)7.89º50.33%59.22%-
XYZ17.2813.588.37-
YUV103.59111.87161.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=48.55%
G=27.33%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151857500.440.500.417.8933.6344.31
Hex97554B02C32298222c
Octal2271251130546251104254
Binary100101111010101100101101011001100101010011000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97554B; }

 p { color: rgb(151,85,75); }

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

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

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

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

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

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

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