#9A5049

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

Shades of Copper Rust #9A5049

Tints of Copper Rust #9A5049

Color information

#9A5049 (or 0x9A5049) is unknown color: approx Copper Rust. HEX triplet: 9A, 50 and 49. RGB value is (154,80,73). Sum of RGB (Red+Green+Blue) = 154+80+73=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5049 is #65AFB6. Grayscale: #656565. Windows color (decimal): -6664119 or 4804762. OLE color: 4804762.

HSL color Cylindrical-coordinate representation of color #9A5049: hue angle of 5.19º 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 #9A5049 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1548073-
CMYK00.480.530.40
HSL5.19º35.68%44.51%-
HSV(B)5.19º52.6%60.39%-
XYZ17.413.097.91-
YUV101.33112.02165.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.16%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=50.16%
G=26.06%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154807300.480.530.405.1935.6844.51
Hex9A504903035285242d
Octal232120111060655054455
Binary10011010101000010010010110000110101101000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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