#985046

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

Shades of Copper Rust #985046

Tints of Copper Rust #985046

Color information

#985046 (or 0x985046) is unknown color: approx Copper Rust. HEX triplet: 98, 50 and 46. RGB value is (152,80,70). Sum of RGB (Red+Green+Blue) = 152+80+70=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985046 is #67AFB9. Grayscale: #646464. Windows color (decimal): -6795194 or 4608152. OLE color: 4608152.

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

Color convert

RGB1528070-
CMYK00.470.540.40
HSL7.32º36.94%43.53%-
HSV(B)7.32º53.95%59.61%-
XYZ16.9212.857.38-
YUV100.39110.85164.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=50.33%
G=26.49%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152807000.470.540.407.3236.9443.53
Hex98504602F36287252c
Octal230120106057665074554
Binary10011000101000010001100101111110110101000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985046; }

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

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

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

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

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

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

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

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