#9E534F

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

Shades of Copper Rust #9E534F

Tints of Copper Rust #9E534F

Color information

#9E534F (or 0x9E534F) is unknown color: approx Copper Rust. HEX triplet: 9E, 53 and 4F. RGB value is (158,83,79). Sum of RGB (Red+Green+Blue) = 158+83+79=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E534F is #61ACB0. Grayscale: #696969. Windows color (decimal): -6401201 or 5198750. OLE color: 5198750.

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

Color convert

RGB1588379-
CMYK00.470.500.38
HSL3.04º33.33%46.47%-
HSV(B)3.04º50%61.96%-
XYZ18.6114.029.12-
YUV104.97113.35165.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=49.38%
G=25.94%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158837900.470.500.383.0433.3346.47
Hex9E534F02F32263212e
Octal236123117057624634156
Binary1001111010100111001111010111111001010011011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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