#9A584A

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

Shades of Copper Rust #9A584A

Tints of Copper Rust #9A584A

Color information

#9A584A (or 0x9A584A) is unknown color: approx Copper Rust. HEX triplet: 9A, 58 and 4A. RGB value is (154,88,74). Sum of RGB (Red+Green+Blue) = 154+88+74=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A584A is #65A7B5. Grayscale: #6A6A6A. Windows color (decimal): -6662070 or 4872346. OLE color: 4872346.

HSL color Cylindrical-coordinate representation of color #9A584A: hue angle of 10.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A584A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB1548874-
CMYK00.430.520.40
HSL10.5º35.09%44.71%-
HSV(B)10.5º51.95%60.39%-
XYZ18.0514.348.3-
YUV106.14109.87162.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.73%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=48.73%
G=27.85%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154887400.430.520.4010.535.0944.71
Hex9A584A02B3428b232d
Octal2321301120536450134355
Binary100110101011000100101001010111101001010001011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,88,74); }

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

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

 a { background-color: rgb(154,88,74); }

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

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

 span { border-color: rgb(154,88,74); }

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