Shades of Copper Rust #994F47
Tints of Copper Rust #994F47
RGB
CMYK
RGB Variations
Color information
#994F47 (or 0x994F47) is known color: 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
| RGB | 153 | 79 | 71 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.4 |
| HSL | 5.85º | 0.37% | 0.44% | - |
| HSV(B) | 5.85º | 0.54% | 0.6% | - |
| XYZ | 17.07 | 12.82 | 7.54 | - |
| YUV | 100.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 71 | 0 | 0.48 | 0.54 | 0.4 | 5.85 | 0.37 | 0.44 |
| Hex | 99 | 4F | 47 | 0 | 30 | 36 | 28 | 6 | 25 | 2C |
| Octal | 231 | 117 | 107 | 0 | 60 | 66 | 50 | 6 | 45 | 54 |
| Binary | 10011001 | 1001111 | 1000111 | 0 | 110000 | 110110 | 101000 | 110 | 100101 | 101100 |
Color Harmonies of #994F47
Complementary color
Monochromatic Colors of #994F47
Black with #994F47
Text Example
Text Example
White with #994F47
Text Example
Text Example
HTML Codes & Css Web 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>