#9E5454

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

Shades of Copper Rust #9E5454

Tints of Copper Rust #9E5454

Color information

#9E5454 (or 0x9E5454) is unknown color: approx Copper Rust. HEX triplet: 9E, 54 and 54. RGB value is (158,84,84). Sum of RGB (Red+Green+Blue) = 158+84+84=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5454 is #61ABAB. Grayscale: #6A6A6A. Windows color (decimal): -6400940 or 5526686. OLE color: 5526686.

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

Color convert

RGB1588484-
CMYK00.470.470.38
HSL30.58%47.45%-
HSV(B)46.84%61.96%-
XYZ18.8714.2510.14-
YUV106.13115.52165-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=48.47%
G=25.77%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158848400.470.470.38030.5847.45
Hex9E545402F2F2601f2f
Octal236124124057574603757
Binary10011110101010010101000101111101111100110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,84); }

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

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

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

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

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

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

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