#994D4C

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

Shades of Copper Rust #994D4C

Tints of Copper Rust #994D4C

Color information

#994D4C (or 0x994D4C) is unknown color: approx Copper Rust. HEX triplet: 99, 4D and 4C. RGB value is (153,77,76). Sum of RGB (Red+Green+Blue) = 153+77+76=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D4C is #66B2B3. Grayscale: #636363. Windows color (decimal): -6730420 or 5000601. OLE color: 5000601.

HSL color Cylindrical-coordinate representation of color #994D4C: hue angle of 0.78º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D4C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1537776-
CMYK00.500.500.4
HSL0.78º33.62%44.9%-
HSV(B)0.78º50.33%60%-
XYZ17.112.68.37-
YUV99.61114.68166.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=50%
G=25.16%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153777600.500.500.40.7833.6244.9
Hex994D4C03232281222d
Octal231115114062625014255
Binary100110011001101100110001100101100101010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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