#97544B

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

Shades of Copper Rust #97544B

Tints of Copper Rust #97544B

Color information

#97544B (or 0x97544B) is unknown color: approx Copper Rust. HEX triplet: 97, 54 and 4B. RGB value is (151,84,75). Sum of RGB (Red+Green+Blue) = 151+84+75=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97544B is #68ABB4. Grayscale: #676767. Windows color (decimal): -6859701 or 4936855. OLE color: 4936855.

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

Color convert

RGB1518475-
CMYK00.440.500.41
HSL7.11º33.63%44.31%-
HSV(B)7.11º50.33%59.22%-
XYZ17.213.438.34-
YUV103.01112.2162.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=48.71%
G=27.10%
B=24.19%

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
Decimal151847500.440.500.417.1133.6344.31
Hex97544B02C32297222c
Octal227124113054625174254
Binary10010111101010010010110101100110010101001111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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