#9E544D

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

Shades of Copper Rust #9E544D

Tints of Copper Rust #9E544D

Color information

#9E544D (or 0x9E544D) is unknown color: approx Copper Rust. HEX triplet: 9E, 54 and 4D. RGB value is (158,84,77). Sum of RGB (Red+Green+Blue) = 158+84+77=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E544D is #61ABB2. Grayscale: #696969. Windows color (decimal): -6400947 or 5067934. OLE color: 5067934.

HSL color Cylindrical-coordinate representation of color #9E544D: hue angle of 5.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E544D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1588477-
CMYK00.470.510.38
HSL5.19º34.47%46.08%-
HSV(B)5.19º51.27%61.96%-
XYZ18.6114.158.77-
YUV105.33112.02165.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=49.53%
G=26.33%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158847700.470.510.385.1934.4746.08
Hex9E544D02F33265222e
Octal236124115057634654256
Binary10011110101010010011010101111110011100110101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,77); }

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

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

 a { background-color: rgb(158,84,77); }

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

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

 span { border-color: rgb(158,84,77); }

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