#9B5652

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

Shades of Copper Rust #9B5652

Tints of Copper Rust #9B5652

Color information

#9B5652 (or 0x9B5652) is unknown color: approx Copper Rust. HEX triplet: 9B, 56 and 52. RGB value is (155,86,82). Sum of RGB (Red+Green+Blue) = 155+86+82=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5652 is #64A9AD. Grayscale: #6A6A6A. Windows color (decimal): -6597038 or 5396123. OLE color: 5396123.

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

Color convert

RGB1558682-
CMYK00.450.470.39
HSL3.29º30.8%46.47%-
HSV(B)3.29º47.1%60.78%-
XYZ18.3714.239.76-
YUV106.18114.36162.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=47.99%
G=26.63%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155868200.450.470.393.2930.846.47
Hex9B565202D2F2731f2e
Octal233126122055574733756
Binary100110111010110101001001011011011111001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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