#9A574D

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

Shades of Copper Rust #9A574D

Tints of Copper Rust #9A574D

Color information

#9A574D (or 0x9A574D) is unknown color: approx Copper Rust. HEX triplet: 9A, 57 and 4D. RGB value is (154,87,77). Sum of RGB (Red+Green+Blue) = 154+87+77=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A574D is #65A8B2. Grayscale: #6A6A6A. Windows color (decimal): -6662323 or 5068698. OLE color: 5068698.

HSL color Cylindrical-coordinate representation of color #9A574D: hue angle of 7.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A574D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1548777-
CMYK00.440.500.40
HSL7.79º33.33%45.29%-
HSV(B)7.79º50%60.39%-
XYZ18.0714.228.81-
YUV105.89111.7162.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.43%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=48.43%
G=27.36%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154877700.440.500.407.7933.3345.29
Hex9A574D02C32288212d
Octal2321271150546250104155
Binary100110101010111100110101011001100101010001000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A574D; }

 p { color: rgb(154,87,77); }

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

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

 a { background-color: rgb(154,87,77); }

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

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

 span { border-color: rgb(154,87,77); }

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