#985752

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

Shades of Copper Rust #985752

Tints of Copper Rust #985752

Color information

#985752 (or 0x985752) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 52. RGB value is (152,87,82). Sum of RGB (Red+Green+Blue) = 152+87+82=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985752 is #67A8AD. Grayscale: #696969. Windows color (decimal): -6793390 or 5396376. OLE color: 5396376.

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

Color convert

RGB1528782-
CMYK00.430.460.40
HSL4.29º29.91%45.88%-
HSV(B)4.29º46.05%59.61%-
XYZ17.8814.19.76-
YUV105.86114.53160.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=47.35%
G=27.10%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152878200.430.460.404.2929.9145.88
Hex98575202B2E2841e2e
Octal230127122053565043656
Binary1001100010101111010010010101110111010100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985752; }

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

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

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

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

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

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

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

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