#994F4C

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

Shades of Copper Rust #994F4C

Tints of Copper Rust #994F4C

Color information

#994F4C (or 0x994F4C) is unknown color: approx Copper Rust. HEX triplet: 99, 4F and 4C. RGB value is (153,79,76). Sum of RGB (Red+Green+Blue) = 153+79+76=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F4C is #66B0B3. Grayscale: #646464. Windows color (decimal): -6729908 or 5001113. OLE color: 5001113.

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

Color convert

RGB1537976-
CMYK00.480.500.4
HSL2.34º33.62%44.9%-
HSV(B)2.34º50.33%60%-
XYZ17.2412.898.42-
YUV100.78114.02165.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=49.68%
G=25.65%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153797600.480.500.42.3433.6244.9
Hex994F4C03032282222d
Octal231117114060625024255
Binary1001100110011111001100011000011001010100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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