#9A524D

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

Shades of Copper Rust #9A524D

Tints of Copper Rust #9A524D

Color information

#9A524D (or 0x9A524D) is unknown color: approx Copper Rust. HEX triplet: 9A, 52 and 4D. RGB value is (154,82,77). Sum of RGB (Red+Green+Blue) = 154+82+77=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A524D is #65ADB2. Grayscale: #676767. Windows color (decimal): -6663603 or 5067418. OLE color: 5067418.

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

Color convert

RGB1548277-
CMYK00.470.500.40
HSL3.9º33.33%45.29%-
HSV(B)3.9º50%60.39%-
XYZ17.6813.448.68-
YUV102.96113.35164.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=49.20%
G=26.20%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154827700.470.500.403.933.3345.29
Hex9A524D02F32284212d
Octal232122115057625044155
Binary10011010101001010011010101111110010101000100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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