#994C4A

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

Shades of Copper Rust #994C4A

Tints of Copper Rust #994C4A

Color information

#994C4A (or 0x994C4A) is unknown color: approx Copper Rust. HEX triplet: 99, 4C and 4A. RGB value is (153,76,74). Sum of RGB (Red+Green+Blue) = 153+76+74=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C4A is #66B3B5. Grayscale: #626262. Windows color (decimal): -6730678 or 4869273. OLE color: 4869273.

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

Color convert

RGB1537674-
CMYK00.500.520.4
HSL1.52º34.8%44.51%-
HSV(B)1.52º51.63%60%-
XYZ16.9612.447.99-
YUV98.79114.01166.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=50.50%
G=25.08%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153767400.500.520.41.5234.844.51
Hex994C4A03234282232d
Octal231114112062645024355
Binary1001100110011001001010011001011010010100010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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