#994F48

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

Shades of Copper Rust #994F48

Tints of Copper Rust #994F48

Color information

#994F48 (or 0x994F48) is unknown color: approx Copper Rust. HEX triplet: 99, 4F and 48. RGB value is (153,79,72). Sum of RGB (Red+Green+Blue) = 153+79+72=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #994F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F48 is #66B0B7. Grayscale: #646464. Windows color (decimal): -6729912 or 4738969. OLE color: 4738969.

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

Color convert

RGB1537972-
CMYK00.480.530.4
HSL5.19º36%44.12%-
HSV(B)5.19º52.94%60%-
XYZ17.112.837.71-
YUV100.33112.02165.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=50.33%
G=25.99%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153797200.480.530.45.193644.12
Hex994F4803035285242c
Octal231117110060655054454
Binary10011001100111110010000110000110101101000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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