#985252

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

Shades of Copper Rust #985252

Tints of Copper Rust #985252

Color information

#985252 (or 0x985252) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 52. RGB value is (152,82,82). Sum of RGB (Red+Green+Blue) = 152+82+82=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #985252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985252 is #67ADAD. Grayscale: #666666. Windows color (decimal): -6794670 or 5395096. OLE color: 5395096.

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

Color convert

RGB1528282-
CMYK00.460.460.40
HSL29.91%45.88%-
HSV(B)46.05%59.61%-
XYZ17.4913.329.63-
YUV102.93116.19163-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=48.10%
G=25.95%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152828200.460.460.40029.9145.88
Hex98525202E2E2801e2e
Octal230122122056565003656
Binary10011000101001010100100101110101110101000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985252; }

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

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

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

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

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

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

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

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