#97524E

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

Shades of Copper Rust #97524E

Tints of Copper Rust #97524E

Color information

#97524E (or 0x97524E) is unknown color: approx Copper Rust. HEX triplet: 97, 52 and 4E. RGB value is (151,82,78). Sum of RGB (Red+Green+Blue) = 151+82+78=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97524E is #68ADB1. Grayscale: #666666. Windows color (decimal): -6860210 or 5132951. OLE color: 5132951.

HSL color Cylindrical-coordinate representation of color #97524E: hue angle of 3.29º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97524E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1518278-
CMYK00.460.480.41
HSL3.29º31.88%44.9%-
HSV(B)3.29º48.34%59.22%-
XYZ17.1513.168.84-
YUV102.18114.36162.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=48.55%
G=26.37%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151827800.460.480.413.2931.8844.9
Hex97524E02E30293202d
Octal227122116056605134055
Binary1001011110100101001110010111011000010100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97524E; }

 p { color: rgb(151,82,78); }

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

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

 a { background-color: rgb(151,82,78); }

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

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

 span { border-color: rgb(151,82,78); }

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