#9E4E4C

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

Shades of Copper Rust #9E4E4C

Tints of Copper Rust #9E4E4C

Color information

#9E4E4C (or 0x9E4E4C) is unknown color: approx Copper Rust. HEX triplet: 9E, 4E and 4C. RGB value is (158,78,76). Sum of RGB (Red+Green+Blue) = 158+78+76=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4E4C is #61B1B3. Grayscale: #656565. Windows color (decimal): -6402484 or 5000862. OLE color: 5000862.

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

Color convert

RGB1587876-
CMYK00.510.520.38
HSL1.46º35.04%45.88%-
HSV(B)1.46º51.9%61.96%-
XYZ18.1313.248.44-
YUV101.69113.5168.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.64%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=50.64%
G=25%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158787600.510.520.381.4635.0445.88
Hex9E4E4C03334261232e
Octal236116114063644614356
Binary100111101001110100110001100111101001001101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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