#985852

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

Shades of Copper Rust #985852

Tints of Copper Rust #985852

Color information

#985852 (or 0x985852) is unknown color: approx Copper Rust. HEX triplet: 98, 58 and 52. RGB value is (152,88,82). Sum of RGB (Red+Green+Blue) = 152+88+82=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985852 is #67A7AD. Grayscale: #6A6A6A. Windows color (decimal): -6793134 or 5396632. OLE color: 5396632.

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

Color convert

RGB1528882-
CMYK00.420.460.40
HSL5.14º29.91%45.88%-
HSV(B)5.14º46.05%59.61%-
XYZ17.9614.269.79-
YUV106.45114.2160.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=47.20%
G=27.33%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152888200.420.460.405.1429.9145.88
Hex98585202A2E2851e2e
Octal230130122052565053656
Binary1001100010110001010010010101010111010100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985852; }

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

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

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

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

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

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

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

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