#9E5550

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

Shades of Copper Rust #9E5550

Tints of Copper Rust #9E5550

Color information

#9E5550 (or 0x9E5550) is unknown color: approx Copper Rust. HEX triplet: 9E, 55 and 50. RGB value is (158,85,80). Sum of RGB (Red+Green+Blue) = 158+85+80=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5550 is #61AAAF. Grayscale: #6A6A6A. Windows color (decimal): -6400688 or 5264798. OLE color: 5264798.

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

Color convert

RGB1588580-
CMYK00.460.490.38
HSL3.85º32.77%46.67%-
HSV(B)3.85º49.37%61.96%-
XYZ18.814.359.37-
YUV106.26113.18164.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=48.92%
G=26.32%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158858000.460.490.383.8532.7746.67
Hex9E555002E31264212f
Octal236125120056614644157
Binary10011110101010110100000101110110001100110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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