Shades of Copper Rust #994D48
Tints of Copper Rust #994D48
RGB
CMYK
RGB Variations
Color information
#994D48 (or 0x994D48) is known color: Copper Rust. HEX triplet: 99, 4D and 48. RGB value is (153,77,72). Sum of RGB (Red+Green+Blue) = 153+77+72=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D48 is #66B2B7. Grayscale: #636363. Windows color (decimal): -6730424 or 4738457. OLE color: 4738457.
HSL color Cylindrical-coordinate representation of color #994D48: hue angle of 3.7º 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 #994D48 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 72 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.4 |
| HSL | 3.7º | 0.36% | 0.44% | - |
| HSV(B) | 3.7º | 0.53% | 0.6% | - |
| XYZ | 16.96 | 12.55 | 7.66 | - |
| YUV | 99.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 72 | 0 | 0.50 | 0.53 | 0.4 | 3.7 | 0.36 | 0.44 |
| Hex | 99 | 4D | 48 | 0 | 32 | 35 | 28 | 4 | 24 | 2C |
| Octal | 231 | 115 | 110 | 0 | 62 | 65 | 50 | 4 | 44 | 54 |
| Binary | 10011001 | 1001101 | 1001000 | 0 | 110010 | 110101 | 101000 | 100 | 100100 | 101100 |
Color Harmonies of #994D48
Complementary color
Monochromatic Colors of #994D48
Black with #994D48
Text Example
Text Example
White with #994D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D48; }
p { color: rgb(153,77,72); }
H1.HeaderClassName
{
color: #994D48;
}
.AnyTagClassName
{
color: #994D48;
}
</style>
background-color css
<style>
a { background-color: #994D48; }
a { background-color: rgb(153,77,72); }
div.DivClassName
{
background-color: #994D48;
}
.BgClassName
{
background-color: #994D48;
}
</style>
border-color css
<style>
span { border-color: #994D48; }
span { border-color: rgb(153,77,72); }
td.TdClassName
{
border-color: #994D48;
}
.TagClassName
{
border-color: #994D48;
}
</style>