#9E5652

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

Shades of Copper Rust #9E5652

Tints of Copper Rust #9E5652

Color information

#9E5652 (or 0x9E5652) is unknown color: approx Copper Rust. HEX triplet: 9E, 56 and 52. RGB value is (158,86,82). Sum of RGB (Red+Green+Blue) = 158+86+82=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5652 is #61A9AD. Grayscale: #6B6B6B. Windows color (decimal): -6400430 or 5396126. OLE color: 5396126.

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

Color convert

RGB1588682-
CMYK00.460.480.38
HSL3.16º31.67%47.06%-
HSV(B)3.16º48.1%61.96%-
XYZ18.9514.539.79-
YUV107.07113.85164.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=48.47%
G=26.38%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158868200.460.480.383.1631.6747.06
Hex9E565202E30263202f
Octal236126122056604634057
Binary1001111010101101010010010111011000010011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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