Shades of Copper Rust #994D49
Tints of Copper Rust #994D49
RGB
CMYK
RGB Variations
Color information
#994D49 (or 0x994D49) is known color: Copper Rust. HEX triplet: 99, 4D and 49. RGB value is (153,77,73). Sum of RGB (Red+Green+Blue) = 153+77+73=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D49 is #66B2B6. Grayscale: #636363. Windows color (decimal): -6730423 or 4803993. OLE color: 4803993.
HSL color Cylindrical-coordinate representation of color #994D49: hue angle of 3º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994D49 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 73 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.4 |
| HSL | 3º | 0.35% | 0.44% | - |
| HSV(B) | 3º | 0.52% | 0.6% | - |
| XYZ | 16.99 | 12.56 | 7.83 | - |
| YUV | 99.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 73 | 0 | 0.50 | 0.52 | 0.4 | 3 | 0.35 | 0.44 |
| Hex | 99 | 4D | 49 | 0 | 32 | 34 | 28 | 3 | 23 | 2C |
| Octal | 231 | 115 | 111 | 0 | 62 | 64 | 50 | 3 | 43 | 54 |
| Binary | 10011001 | 1001101 | 1001001 | 0 | 110010 | 110100 | 101000 | 11 | 100011 | 101100 |
Color Harmonies of #994D49
Complementary color
Monochromatic Colors of #994D49
Black with #994D49
Text Example
Text Example
White with #994D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D49; }
p { color: rgb(153,77,73); }
H1.HeaderClassName
{
color: #994D49;
}
.AnyTagClassName
{
color: #994D49;
}
</style>
background-color css
<style>
a { background-color: #994D49; }
a { background-color: rgb(153,77,73); }
div.DivClassName
{
background-color: #994D49;
}
.BgClassName
{
background-color: #994D49;
}
</style>
border-color css
<style>
span { border-color: #994D49; }
span { border-color: rgb(153,77,73); }
td.TdClassName
{
border-color: #994D49;
}
.TagClassName
{
border-color: #994D49;
}
</style>