#9A4C47

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

Shades of Copper Rust #9A4C47

Tints of Copper Rust #9A4C47

Color information

#9A4C47 (or 0x9A4C47) is unknown color: approx Copper Rust. HEX triplet: 9A, 4C and 47. RGB value is (154,76,71). Sum of RGB (Red+Green+Blue) = 154+76+71=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4C47 is #65B3B8. Grayscale: #626262. Windows color (decimal): -6665145 or 4672666. OLE color: 4672666.

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

Color convert

RGB1547671-
CMYK00.510.540.40
HSL3.61º36.89%44.12%-
HSV(B)3.61º53.9%60.39%-
XYZ17.0512.497.47-
YUV98.75112.34167.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.16%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=51.16%
G=25.25%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154767100.510.540.403.6136.8944.12
Hex9A4C4703336284252c
Octal232114107063665044554
Binary10011010100110010001110110011110110101000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,76,71); }

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

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

 a { background-color: rgb(154,76,71); }

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

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

 span { border-color: rgb(154,76,71); }

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