#9E4F4E

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

Shades of Copper Rust #9E4F4E

Tints of Copper Rust #9E4F4E

Color information

#9E4F4E (or 0x9E4F4E) is unknown color: approx Copper Rust. HEX triplet: 9E, 4F and 4E. RGB value is (158,79,78). Sum of RGB (Red+Green+Blue) = 158+79+78=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F4E is #61B0B1. Grayscale: #666666. Windows color (decimal): -6402226 or 5132190. OLE color: 5132190.

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

Color convert

RGB1587978-
CMYK00.500.510.38
HSL0.75º33.9%46.27%-
HSV(B)0.75º50.63%61.96%-
XYZ18.2713.418.83-
YUV102.51114.17167.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=50.16%
G=25.08%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158797800.500.510.380.7533.946.27
Hex9E4F4E03233261222e
Octal236117116062634614256
Binary100111101001111100111001100101100111001101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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