Shades of Copper Rust #994F48
Tints of Copper Rust #994F48
RGB
CMYK
RGB Variations
Color information
#994F48 (or 0x994F48) is known color: 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
| RGB | 153 | 79 | 72 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.4 |
| HSL | 5.19º | 0.36% | 0.44% | - |
| HSV(B) | 5.19º | 0.53% | 0.6% | - |
| XYZ | 17.1 | 12.83 | 7.71 | - |
| YUV | 100.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 72 | 0 | 0.48 | 0.53 | 0.4 | 5.19 | 0.36 | 0.44 |
| Hex | 99 | 4F | 48 | 0 | 30 | 35 | 28 | 5 | 24 | 2C |
| Octal | 231 | 117 | 110 | 0 | 60 | 65 | 50 | 5 | 44 | 54 |
| Binary | 10011001 | 1001111 | 1001000 | 0 | 110000 | 110101 | 101000 | 101 | 100100 | 101100 |
Color Harmonies of #994F48
Complementary color
Monochromatic Colors of #994F48
Black with #994F48
Text Example
Text Example
White with #994F48
Text Example
Text Example
HTML Codes & Css Web 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>