#985A51

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

Shades of Copper Rust #985A51

Tints of Copper Rust #985A51

Color information

#985A51 (or 0x985A51) is unknown color: approx Copper Rust. HEX triplet: 98, 5A and 51. RGB value is (152,90,81). Sum of RGB (Red+Green+Blue) = 152+90+81=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A51 is #67A5AE. Grayscale: #6B6B6B. Windows color (decimal): -6792623 or 5331608. OLE color: 5331608.

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

Color convert

RGB1529081-
CMYK00.410.470.40
HSL7.61º30.47%45.69%-
HSV(B)7.61º46.71%59.61%-
XYZ18.0914.589.65-
YUV107.51113.04159.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=47.06%
G=27.86%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152908100.410.470.407.6130.4745.69
Hex985A510292F2881e2e
Octal2301321210515750103656
Binary10011000101101010100010101001101111101000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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