#994D47

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

Shades of Copper Rust #994D47

Tints of Copper Rust #994D47

Color information

#994D47 (or 0x994D47) is unknown color: approx Copper Rust. HEX triplet: 99, 4D and 47. RGB value is (153,77,71). Sum of RGB (Red+Green+Blue) = 153+77+71=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D47 is #66B2B8. Grayscale: #636363. Windows color (decimal): -6730425 or 4672921. OLE color: 4672921.

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

Color convert

RGB1537771-
CMYK00.500.540.4
HSL4.39º36.61%43.92%-
HSV(B)4.39º53.59%60%-
XYZ16.9312.537.49-
YUV99.04112.18166.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=50.83%
G=25.58%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153777100.500.540.44.3936.6143.92
Hex994D4703236284252c
Octal231115107062665044554
Binary10011001100110110001110110010110110101000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,77,71); }

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

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

 a { background-color: rgb(153,77,71); }

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

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

 span { border-color: rgb(153,77,71); }

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