#994E49

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

Shades of Copper Rust #994E49

Tints of Copper Rust #994E49

Color information

#994E49 (or 0x994E49) is unknown color: approx Copper Rust. HEX triplet: 99, 4E and 49. RGB value is (153,78,73). Sum of RGB (Red+Green+Blue) = 153+78+73=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #994E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E49 is #66B1B6. Grayscale: #636363. Windows color (decimal): -6730167 or 4804249. OLE color: 4804249.

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

Color convert

RGB1537873-
CMYK00.490.520.4
HSL3.75º35.4%44.31%-
HSV(B)3.75º52.29%60%-
XYZ17.0612.77.86-
YUV99.85112.85165.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=50.33%
G=25.66%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153787300.490.520.43.7535.444.31
Hex994E4903134284232c
Octal231116111061645044354
Binary10011001100111010010010110001110100101000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E49; }

 p { color: rgb(153,78,73); }

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

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

 a { background-color: rgb(153,78,73); }

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

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

 span { border-color: rgb(153,78,73); }

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