#9A5448

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

Shades of Copper Rust #9A5448

Tints of Copper Rust #9A5448

Color information

#9A5448 (or 0x9A5448) is unknown color: approx Copper Rust. HEX triplet: 9A, 54 and 48. RGB value is (154,84,72). Sum of RGB (Red+Green+Blue) = 154+84+72=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5448 is #65ABB7. Grayscale: #676767. Windows color (decimal): -6663096 or 4740250. OLE color: 4740250.

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

Color convert

RGB1548472-
CMYK00.450.530.40
HSL8.78º36.28%44.31%-
HSV(B)8.78º53.25%60.39%-
XYZ17.6713.687.84-
YUV103.56110.19163.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=49.68%
G=27.10%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154847200.450.530.408.7836.2844.31
Hex9A544802D35289242c
Octal2321241100556550114454
Binary100110101010100100100001011011101011010001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,72); }

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

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

 a { background-color: rgb(154,84,72); }

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

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

 span { border-color: rgb(154,84,72); }

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