#9A534D

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

Shades of Copper Rust #9A534D

Tints of Copper Rust #9A534D

Color information

#9A534D (or 0x9A534D) is unknown color: approx Copper Rust. HEX triplet: 9A, 53 and 4D. RGB value is (154,83,77). Sum of RGB (Red+Green+Blue) = 154+83+77=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A534D is #65ACB2. Grayscale: #676767. Windows color (decimal): -6663347 or 5067674. OLE color: 5067674.

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

Color convert

RGB1548377-
CMYK00.460.500.40
HSL4.68º33.33%45.29%-
HSV(B)4.68º50%60.39%-
XYZ17.7613.598.71-
YUV103.54113.02163.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.04%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=49.04%
G=26.43%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154837700.460.500.404.6833.3345.29
Hex9A534D02E32285212d
Octal232123115056625054155
Binary10011010101001110011010101110110010101000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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