#985246

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

Shades of Copper Rust #985246

Tints of Copper Rust #985246

Color information

#985246 (or 0x985246) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 46. RGB value is (152,82,70). Sum of RGB (Red+Green+Blue) = 152+82+70=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #985246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985246 is #67ADB9. Grayscale: #656565. Windows color (decimal): -6794682 or 4608664. OLE color: 4608664.

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

Color convert

RGB1528270-
CMYK00.460.540.40
HSL8.78º36.94%43.53%-
HSV(B)8.78º53.95%59.61%-
XYZ17.0713.157.43-
YUV101.56110.19163.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=50%
G=26.97%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152827000.460.540.408.7836.9443.53
Hex98524602E36289252c
Octal2301221060566650114554
Binary100110001010010100011001011101101101010001001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985246; }

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

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

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

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

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

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

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

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