#9A5348

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

Shades of Copper Rust #9A5348

Tints of Copper Rust #9A5348

Color information

#9A5348 (or 0x9A5348) is unknown color: approx Copper Rust. HEX triplet: 9A, 53 and 48. RGB value is (154,83,72). Sum of RGB (Red+Green+Blue) = 154+83+72=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5348 is #65ACB7. Grayscale: #676767. Windows color (decimal): -6663352 or 4739994. OLE color: 4739994.

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

Color convert

RGB1548372-
CMYK00.460.530.40
HSL8.05º36.28%44.31%-
HSV(B)8.05º53.25%60.39%-
XYZ17.5913.527.81-
YUV102.98110.52164.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=49.84%
G=26.86%
B=23.30%

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
Decimal154837200.460.530.408.0536.2844.31
Hex9A534802E35288242c
Octal2321231100566550104454
Binary100110101010011100100001011101101011010001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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