#985C55

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

Shades of Copper Rust #985C55

Tints of Copper Rust #985C55

Color information

#985C55 (or 0x985C55) is unknown color: approx Copper Rust. HEX triplet: 98, 5C and 55. RGB value is (152,92,85). Sum of RGB (Red+Green+Blue) = 152+92+85=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #985C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C55 is #67A3AA. Grayscale: #6D6D6D. Windows color (decimal): -6792107 or 5594264. OLE color: 5594264.

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

Color convert

RGB1529285-
CMYK00.390.440.40
HSL6.27º28.27%46.47%-
HSV(B)6.27º44.08%59.61%-
XYZ18.4214.9910.52-
YUV109.14114.38158.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=46.20%
G=27.96%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152928500.390.440.406.2728.2746.47
Hex985C550272C2861c2e
Octal230134125047545063456
Binary1001100010111001010101010011110110010100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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