#9E534D

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

Shades of Copper Rust #9E534D

Tints of Copper Rust #9E534D

Color information

#9E534D (or 0x9E534D) is unknown color: approx Copper Rust. HEX triplet: 9E, 53 and 4D. RGB value is (158,83,77). Sum of RGB (Red+Green+Blue) = 158+83+77=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E534D is #61ACB2. Grayscale: #686868. Windows color (decimal): -6401203 or 5067678. OLE color: 5067678.

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

Color convert

RGB1588377-
CMYK00.470.510.38
HSL4.44º34.47%46.08%-
HSV(B)4.44º51.27%61.96%-
XYZ18.5313.998.74-
YUV104.74112.35165.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=49.69%
G=26.10%
B=24.21%

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
Decimal158837700.470.510.384.4434.4746.08
Hex9E534D02F33264222e
Octal236123115057634644256
Binary10011110101001110011010101111110011100110100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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