#985049

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

Shades of Copper Rust #985049

Tints of Copper Rust #985049

Color information

#985049 (or 0x985049) is unknown color: approx Copper Rust. HEX triplet: 98, 50 and 49. RGB value is (152,80,73). Sum of RGB (Red+Green+Blue) = 152+80+73=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985049 is #67AFB6. Grayscale: #646464. Windows color (decimal): -6795191 or 4804760. OLE color: 4804760.

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

Color convert

RGB1528073-
CMYK00.470.520.40
HSL5.32º35.11%44.12%-
HSV(B)5.32º51.97%59.61%-
XYZ17.0212.897.9-
YUV100.73112.35164.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=49.84%
G=26.23%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152807300.470.520.405.3235.1144.12
Hex98504902F34285232c
Octal230120111057645054354
Binary10011000101000010010010101111110100101000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985049; }

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

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

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

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

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

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

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

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