#985751

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

Shades of Copper Rust #985751

Tints of Copper Rust #985751

Color information

#985751 (or 0x985751) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 51. RGB value is (152,87,81). Sum of RGB (Red+Green+Blue) = 152+87+81=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985751 is #67A8AE. Grayscale: #696969. Windows color (decimal): -6793391 or 5330840. OLE color: 5330840.

HSL color Cylindrical-coordinate representation of color #985751: hue angle of 5.07º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985751 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1528781-
CMYK00.430.470.40
HSL5.07º30.47%45.69%-
HSV(B)5.07º46.71%59.61%-
XYZ17.8414.099.56-
YUV105.75114.03160.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=47.5%
G=27.19%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152878100.430.470.405.0730.4745.69
Hex98575102B2F2851e2e
Octal230127121053575053656
Binary1001100010101111010001010101110111110100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985751; }

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

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

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

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

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

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

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

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