#9A5A4B

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

Shades of Copper Rust #9A5A4B

Tints of Copper Rust #9A5A4B

Color information

#9A5A4B (or 0x9A5A4B) is unknown color: approx Copper Rust. HEX triplet: 9A, 5A and 4B. RGB value is (154,90,75). Sum of RGB (Red+Green+Blue) = 154+90+75=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A4B is #65A5B4. Grayscale: #6B6B6B. Windows color (decimal): -6661557 or 4938394. OLE color: 4938394.

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

Color convert

RGB1549075-
CMYK00.420.510.40
HSL11.39º34.5%44.9%-
HSV(B)11.39º51.3%60.39%-
XYZ18.2514.698.53-
YUV107.43109.7161.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=48.28%
G=28.21%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154907500.420.510.4011.3934.544.9
Hex9A5A4B02A3328b222d
Octal2321321130526350134255
Binary100110101011010100101101010101100111010001011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,90,75); }

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

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

 a { background-color: rgb(154,90,75); }

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

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

 span { border-color: rgb(154,90,75); }

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