#985754

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

Shades of Copper Rust #985754

Tints of Copper Rust #985754

Color information

#985754 (or 0x985754) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 54. RGB value is (152,87,84). Sum of RGB (Red+Green+Blue) = 152+87+84=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985754 is #67A8AB. Grayscale: #6A6A6A. Windows color (decimal): -6793388 or 5527448. OLE color: 5527448.

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

Color convert

RGB1528784-
CMYK00.430.450.40
HSL2.65º28.81%46.27%-
HSV(B)2.65º44.74%59.61%-
XYZ17.9614.1310.17-
YUV106.09115.53160.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=47.06%
G=26.93%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152878400.430.450.402.6528.8146.27
Hex98575402B2D2831d2e
Octal230127124053555033556
Binary100110001010111101010001010111011011010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985754; }

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

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

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

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

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

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

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

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