#994F4F

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

Shades of Copper Rust #994F4F

Tints of Copper Rust #994F4F

Color information

#994F4F (or 0x994F4F) is unknown color: approx Copper Rust. HEX triplet: 99, 4F and 4F. RGB value is (153,79,79). Sum of RGB (Red+Green+Blue) = 153+79+79=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F4F is #66B0B0. Grayscale: #656565. Windows color (decimal): -6729905 or 5197721. OLE color: 5197721.

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

Color convert

RGB1537979-
CMYK00.480.480.4
HSL31.9%45.49%-
HSV(B)48.37%60%-
XYZ17.3412.938.98-
YUV101.13115.52165-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=49.20%
G=25.40%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153797900.480.480.4031.945.49
Hex994F4F03030280202d
Octal231117117060605004055
Binary100110011001111100111101100001100001010000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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