#985247

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

Shades of Copper Rust #985247

Tints of Copper Rust #985247

Color information

#985247 (or 0x985247) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 47. RGB value is (152,82,71). Sum of RGB (Red+Green+Blue) = 152+82+71=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985247 is #67ADB8. Grayscale: #656565. Windows color (decimal): -6794681 or 4674200. OLE color: 4674200.

HSL color Cylindrical-coordinate representation of color #985247: hue angle of 8.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985247 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1528271-
CMYK00.460.530.40
HSL8.15º36.32%43.73%-
HSV(B)8.15º53.29%59.61%-
XYZ17.113.167.6-
YUV101.68110.69163.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=49.84%
G=26.89%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152827100.460.530.408.1536.3243.73
Hex98524702E35288242c
Octal2301221070566550104454
Binary100110001010010100011101011101101011010001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985247; }

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

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

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

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

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

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

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

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