#984D49

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

Shades of Copper Rust #984D49

Tints of Copper Rust #984D49

Color information

#984D49 (or 0x984D49) is unknown color: approx Copper Rust. HEX triplet: 98, 4D and 49. RGB value is (152,77,73). Sum of RGB (Red+Green+Blue) = 152+77+73=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #984D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D49 is #67B2B6. Grayscale: #636363. Windows color (decimal): -6795959 or 4803992. OLE color: 4803992.

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

Color convert

RGB1527773-
CMYK00.490.520.40
HSL3.04º35.11%44.12%-
HSV(B)3.04º51.97%59.61%-
XYZ16.8112.467.82-
YUV98.97113.35165.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=50.33%
G=25.50%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152777300.490.520.403.0435.1144.12
Hex984D4903134283232c
Octal230115111061645034354
Binary1001100010011011001001011000111010010100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984D49; }

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

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

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

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

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

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

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

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