Shades of Copper Rust #994D47
Tints of Copper Rust #994D47
RGB
CMYK
RGB Variations
Color information
#994D47 (or 0x994D47) is known color: Copper Rust. HEX triplet: 99, 4D and 47. RGB value is (153,77,71). Sum of RGB (Red+Green+Blue) = 153+77+71=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D47 is #66B2B8. Grayscale: #636363. Windows color (decimal): -6730425 or 4672921. OLE color: 4672921.
HSL color Cylindrical-coordinate representation of color #994D47: hue angle of 4.39º 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 #994D47 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 71 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.4 |
| HSL | 4.39º | 0.37% | 0.44% | - |
| HSV(B) | 4.39º | 0.54% | 0.6% | - |
| XYZ | 16.93 | 12.53 | 7.49 | - |
| YUV | 99.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 71 | 0 | 0.50 | 0.54 | 0.4 | 4.39 | 0.37 | 0.44 |
| Hex | 99 | 4D | 47 | 0 | 32 | 36 | 28 | 4 | 25 | 2C |
| Octal | 231 | 115 | 107 | 0 | 62 | 66 | 50 | 4 | 45 | 54 |
| Binary | 10011001 | 1001101 | 1000111 | 0 | 110010 | 110110 | 101000 | 100 | 100101 | 101100 |
Color Harmonies of #994D47
Complementary color
Monochromatic Colors of #994D47
Black with #994D47
Text Example
Text Example
White with #994D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D47; }
p { color: rgb(153,77,71); }
H1.HeaderClassName
{
color: #994D47;
}
.AnyTagClassName
{
color: #994D47;
}
</style>
background-color css
<style>
a { background-color: #994D47; }
a { background-color: rgb(153,77,71); }
div.DivClassName
{
background-color: #994D47;
}
.BgClassName
{
background-color: #994D47;
}
</style>
border-color css
<style>
span { border-color: #994D47; }
span { border-color: rgb(153,77,71); }
td.TdClassName
{
border-color: #994D47;
}
.TagClassName
{
border-color: #994D47;
}
</style>