#9A5349

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

Shades of Copper Rust #9A5349

Tints of Copper Rust #9A5349

Color information

#9A5349 (or 0x9A5349) is unknown color: approx Copper Rust. HEX triplet: 9A, 53 and 49. RGB value is (154,83,73). Sum of RGB (Red+Green+Blue) = 154+83+73=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5349 is #65ACB6. Grayscale: #676767. Windows color (decimal): -6663351 or 4805530. OLE color: 4805530.

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

Color convert

RGB1548373-
CMYK00.460.530.40
HSL7.41º35.68%44.51%-
HSV(B)7.41º52.6%60.39%-
XYZ17.6213.547.99-
YUV103.09111.02164.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=49.68%
G=26.77%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154837300.460.530.407.4135.6844.51
Hex9A534902E35287242d
Octal232123111056655074455
Binary10011010101001110010010101110110101101000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,83,73); }

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

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

 a { background-color: rgb(154,83,73); }

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

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

 span { border-color: rgb(154,83,73); }

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