#985853

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

Shades of Copper Rust #985853

Tints of Copper Rust #985853

Color information

#985853 (or 0x985853) is unknown color: approx Copper Rust. HEX triplet: 98, 58 and 53. RGB value is (152,88,83). Sum of RGB (Red+Green+Blue) = 152+88+83=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985853 is #67A7AC. Grayscale: #6A6A6A. Windows color (decimal): -6793133 or 5462168. OLE color: 5462168.

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

Color convert

RGB1528883-
CMYK00.420.450.40
HSL4.35º29.36%46.08%-
HSV(B)4.35º45.39%59.61%-
XYZ1814.289.99-
YUV106.57114.7160.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=47.06%
G=27.24%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152888300.420.450.404.3529.3646.08
Hex98585302A2D2841d2e
Octal230130123052555043556
Binary1001100010110001010011010101010110110100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985853; }

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

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

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

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

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

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

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

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