#9F5552

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

Shades of Copper Rust #9F5552

Tints of Copper Rust #9F5552

Color information

#9F5552 (or 0x9F5552) is unknown color: approx Copper Rust. HEX triplet: 9F, 55 and 52. RGB value is (159,85,82). Sum of RGB (Red+Green+Blue) = 159+85+82=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5552 is #60AAAD. Grayscale: #6A6A6A. Windows color (decimal): -6335150 or 5395871. OLE color: 5395871.

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

Color convert

RGB1598582-
CMYK00.470.480.38
HSL2.34º31.95%47.25%-
HSV(B)2.34º48.43%62.35%-
XYZ19.0714.489.77-
YUV106.78114.02165.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=48.77%
G=26.07%
B=25.15%

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
Decimal159858200.470.480.382.3431.9547.25
Hex9F555202F30262202f
Octal237125122057604624057
Binary1001111110101011010010010111111000010011010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,82); }

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

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

 a { background-color: rgb(159,85,82); }

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

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

 span { border-color: rgb(159,85,82); }

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