#9E5352

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

Shades of Copper Rust #9E5352

Tints of Copper Rust #9E5352

Color information

#9E5352 (or 0x9E5352) is unknown color: approx Copper Rust. HEX triplet: 9E, 53 and 52. RGB value is (158,83,82). Sum of RGB (Red+Green+Blue) = 158+83+82=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5352 is #61ACAD. Grayscale: #696969. Windows color (decimal): -6401198 or 5395358. OLE color: 5395358.

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

Color convert

RGB1588382-
CMYK00.470.480.38
HSL0.79º31.67%47.06%-
HSV(B)0.79º48.1%61.96%-
XYZ18.7214.069.71-
YUV105.31114.85165.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=48.92%
G=25.70%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158838200.470.480.380.7931.6747.06
Hex9E535202F30261202f
Octal236123122057604614057
Binary100111101010011101001001011111100001001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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