#994F47

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

Shades of Copper Rust #994F47

Tints of Copper Rust #994F47

Color information

#994F47 (or 0x994F47) is unknown color: approx Copper Rust. HEX triplet: 99, 4F and 47. RGB value is (153,79,71). Sum of RGB (Red+Green+Blue) = 153+79+71=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F47 is #66B0B8. Grayscale: #646464. Windows color (decimal): -6729913 or 4673433. OLE color: 4673433.

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

Color convert

RGB1537971-
CMYK00.480.540.4
HSL5.85º36.61%43.92%-
HSV(B)5.85º53.59%60%-
XYZ17.0712.827.54-
YUV100.21111.52165.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=50.50%
G=26.07%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153797100.480.540.45.8536.6143.92
Hex994F4703036286252c
Octal231117107060665064554
Binary10011001100111110001110110000110110101000110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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