#985C53

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

Shades of Copper Rust #985C53

Tints of Copper Rust #985C53

Color information

#985C53 (or 0x985C53) is unknown color: approx Copper Rust. HEX triplet: 98, 5C and 53. RGB value is (152,92,83). Sum of RGB (Red+Green+Blue) = 152+92+83=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C53 is #67A3AC. Grayscale: #6D6D6D. Windows color (decimal): -6792109 or 5463192. OLE color: 5463192.

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

Color convert

RGB1529283-
CMYK00.390.450.40
HSL7.83º29.36%46.08%-
HSV(B)7.83º45.39%59.61%-
XYZ18.3414.9510.1-
YUV108.91113.38158.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=46.48%
G=28.13%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152928300.390.450.407.8329.3646.08
Hex985C530272D2881d2e
Octal2301341230475550103556
Binary10011000101110010100110100111101101101000100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,83); }

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

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

 a { background-color: rgb(152,92,83); }

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

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

 span { border-color: rgb(152,92,83); }

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