#985552

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

Shades of Copper Rust #985552

Tints of Copper Rust #985552

Color information

#985552 (or 0x985552) is unknown color: approx Copper Rust. HEX triplet: 98, 55 and 52. RGB value is (152,85,82). Sum of RGB (Red+Green+Blue) = 152+85+82=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985552 is #67AAAD. Grayscale: #686868. Windows color (decimal): -6793902 or 5395864. OLE color: 5395864.

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

Color convert

RGB1528582-
CMYK00.440.460.40
HSL2.57º29.91%45.88%-
HSV(B)2.57º46.05%59.61%-
XYZ17.7213.789.71-
YUV104.69115.2161.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=47.65%
G=26.65%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152858200.440.460.402.5729.9145.88
Hex98555202C2E2831e2e
Octal230125122054565033656
Binary100110001010101101001001011001011101010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985552; }

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

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

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

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

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

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

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

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