#9F5751

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

Shades of Copper Rust #9F5751

Tints of Copper Rust #9F5751

Color information

#9F5751 (or 0x9F5751) is unknown color: approx Copper Rust. HEX triplet: 9F, 57 and 51. RGB value is (159,87,81). Sum of RGB (Red+Green+Blue) = 159+87+81=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5751 is #60A8AE. Grayscale: #6B6B6B. Windows color (decimal): -6334639 or 5330847. OLE color: 5330847.

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

Color convert

RGB1598781-
CMYK00.450.490.38
HSL4.62º32.5%47.06%-
HSV(B)4.62º49.06%62.35%-
XYZ19.1914.789.63-
YUV107.84112.85164.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.62%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=48.62%
G=26.61%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159878100.450.490.384.6232.547.06
Hex9F575102D31265202f
Octal237127121055614654057
Binary10011111101011110100010101101110001100110101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,81); }

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

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

 a { background-color: rgb(159,87,81); }

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

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

 span { border-color: rgb(159,87,81); }

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