#9A5551

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

Shades of Copper Rust #9A5551

Tints of Copper Rust #9A5551

Color information

#9A5551 (or 0x9A5551) is unknown color: approx Copper Rust. HEX triplet: 9A, 55 and 51. RGB value is (154,85,81). Sum of RGB (Red+Green+Blue) = 154+85+81=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5551 is #65AAAE. Grayscale: #696969. Windows color (decimal): -6662831 or 5330330. OLE color: 5330330.

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

Color convert

RGB1548581-
CMYK00.450.470.40
HSL3.29º31.06%46.08%-
HSV(B)3.29º47.4%60.39%-
XYZ18.0613.969.53-
YUV105.18114.36162.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.12%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=48.12%
G=26.56%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154858100.450.470.403.2931.0646.08
Hex9A555102D2F2831f2e
Octal232125121055575033756
Binary100110101010101101000101011011011111010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,81); }

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

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

 a { background-color: rgb(154,85,81); }

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

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

 span { border-color: rgb(154,85,81); }

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