#9E534E

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

Shades of Copper Rust #9E534E

Tints of Copper Rust #9E534E

Color information

#9E534E (or 0x9E534E) is unknown color: approx Copper Rust. HEX triplet: 9E, 53 and 4E. RGB value is (158,83,78). Sum of RGB (Red+Green+Blue) = 158+83+78=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E534E is #61ACB1. Grayscale: #686868. Windows color (decimal): -6401202 or 5133214. OLE color: 5133214.

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

Color convert

RGB1588378-
CMYK00.470.510.38
HSL3.75º33.9%46.27%-
HSV(B)3.75º50.63%61.96%-
XYZ18.5714.018.93-
YUV104.85112.85165.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=49.53%
G=26.02%
B=24.45%

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
Decimal158837800.470.510.383.7533.946.27
Hex9E534E02F33264222e
Octal236123116057634644256
Binary10011110101001110011100101111110011100110100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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