#985B54

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

Shades of Copper Rust #985B54

Tints of Copper Rust #985B54

Color information

#985B54 (or 0x985B54) is unknown color: approx Copper Rust. HEX triplet: 98, 5B and 54. RGB value is (152,91,84). Sum of RGB (Red+Green+Blue) = 152+91+84=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B54 is #67A4AB. Grayscale: #6C6C6C. Windows color (decimal): -6792364 or 5528472. OLE color: 5528472.

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

Color convert

RGB1529184-
CMYK00.400.450.40
HSL6.18º28.81%46.27%-
HSV(B)6.18º44.74%59.61%-
XYZ18.2914.810.28-
YUV108.44114.21159.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=46.48%
G=27.83%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152918400.400.450.406.1828.8146.27
Hex985B540282D2861d2e
Octal230133124050555063556
Binary1001100010110111010100010100010110110100011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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