#9E5049

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

Shades of Copper Rust #9E5049

Tints of Copper Rust #9E5049

Color information

#9E5049 (or 0x9E5049) is unknown color: approx Copper Rust. HEX triplet: 9E, 50 and 49. RGB value is (158,80,73). Sum of RGB (Red+Green+Blue) = 158+80+73=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5049 is #61AFB6. Grayscale: #666666. Windows color (decimal): -6401975 or 4804766. OLE color: 4804766.

HSL color Cylindrical-coordinate representation of color #9E5049: hue angle of 4.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5049 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1588073-
CMYK00.490.540.38
HSL4.94º36.8%45.29%-
HSV(B)4.94º53.8%61.96%-
XYZ18.1713.497.95-
YUV102.52111.34167.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=50.80%
G=25.72%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158807300.490.540.384.9436.845.29
Hex9E504903136265252d
Octal236120111061664654555
Binary10011110101000010010010110001110110100110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,73); }

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

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

 a { background-color: rgb(158,80,73); }

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

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

 span { border-color: rgb(158,80,73); }

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