#985B51

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

Shades of Copper Rust #985B51

Tints of Copper Rust #985B51

Color information

#985B51 (or 0x985B51) is unknown color: approx Copper Rust. HEX triplet: 98, 5B and 51. RGB value is (152,91,81). Sum of RGB (Red+Green+Blue) = 152+91+81=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B51 is #67A4AE. Grayscale: #6C6C6C. Windows color (decimal): -6792367 or 5331864. OLE color: 5331864.

HSL color Cylindrical-coordinate representation of color #985B51: hue angle of 8.45º 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 #985B51 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1529181-
CMYK00.400.470.40
HSL8.45º30.47%45.69%-
HSV(B)8.45º46.71%59.61%-
XYZ18.1814.759.67-
YUV108.1112.71159.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 81 (32.03% from 255) = 25%
R=46.91%
G=28.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152918100.400.470.408.4530.4745.69
Hex985B510282F2881e2e
Octal2301331210505750103656
Binary10011000101101110100010101000101111101000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985B51; }

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

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

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

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

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

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

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

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