Shades of Copper Rust #994F49
Tints of Copper Rust #994F49
RGB
CMYK
RGB Variations
Color information
#994F49 (or 0x994F49) is known color: Copper Rust. HEX triplet: 99, 4F and 49. RGB value is (153,79,73). Sum of RGB (Red+Green+Blue) = 153+79+73=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F49 is #66B0B6. Grayscale: #646464. Windows color (decimal): -6729911 or 4804505. OLE color: 4804505.
HSL color Cylindrical-coordinate representation of color #994F49: hue angle of 4.5º 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 #994F49 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 73 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.4 |
| HSL | 4.5º | 0.35% | 0.44% | - |
| HSV(B) | 4.5º | 0.52% | 0.6% | - |
| XYZ | 17.14 | 12.85 | 7.88 | - |
| YUV | 100.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 73 | 0 | 0.48 | 0.52 | 0.4 | 4.5 | 0.35 | 0.44 |
| Hex | 99 | 4F | 49 | 0 | 30 | 34 | 28 | 4 | 23 | 2C |
| Octal | 231 | 117 | 111 | 0 | 60 | 64 | 50 | 4 | 43 | 54 |
| Binary | 10011001 | 1001111 | 1001001 | 0 | 110000 | 110100 | 101000 | 100 | 100011 | 101100 |
Color Harmonies of #994F49
Complementary color
Monochromatic Colors of #994F49
Black with #994F49
Text Example
Text Example
White with #994F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F49; }
p { color: rgb(153,79,73); }
H1.HeaderClassName
{
color: #994F49;
}
.AnyTagClassName
{
color: #994F49;
}
</style>
background-color css
<style>
a { background-color: #994F49; }
a { background-color: rgb(153,79,73); }
div.DivClassName
{
background-color: #994F49;
}
.BgClassName
{
background-color: #994F49;
}
</style>
border-color css
<style>
span { border-color: #994F49; }
span { border-color: rgb(153,79,73); }
td.TdClassName
{
border-color: #994F49;
}
.TagClassName
{
border-color: #994F49;
}
</style>