Shades of Copper Rust #994C48
Tints of Copper Rust #994C48
RGB
CMYK
RGB Variations
Color information
#994C48 (or 0x994C48) is known color: Copper Rust. HEX triplet: 99, 4C and 48. RGB value is (153,76,72). Sum of RGB (Red+Green+Blue) = 153+76+72=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C48 is #66B3B7. Grayscale: #626262. Windows color (decimal): -6730680 or 4738201. OLE color: 4738201.
HSL color Cylindrical-coordinate representation of color #994C48: hue angle of 2.96º 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 #994C48 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 72 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.4 |
| HSL | 2.96º | 0.36% | 0.44% | - |
| HSV(B) | 2.96º | 0.53% | 0.6% | - |
| XYZ | 16.89 | 12.41 | 7.64 | - |
| YUV | 98.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 72 | 0 | 0.50 | 0.53 | 0.4 | 2.96 | 0.36 | 0.44 |
| Hex | 99 | 4C | 48 | 0 | 32 | 35 | 28 | 3 | 24 | 2C |
| Octal | 231 | 114 | 110 | 0 | 62 | 65 | 50 | 3 | 44 | 54 |
| Binary | 10011001 | 1001100 | 1001000 | 0 | 110010 | 110101 | 101000 | 11 | 100100 | 101100 |
Color Harmonies of #994C48
Complementary color
Monochromatic Colors of #994C48
Black with #994C48
Text Example
Text Example
White with #994C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C48; }
p { color: rgb(153,76,72); }
H1.HeaderClassName
{
color: #994C48;
}
.AnyTagClassName
{
color: #994C48;
}
</style>
background-color css
<style>
a { background-color: #994C48; }
a { background-color: rgb(153,76,72); }
div.DivClassName
{
background-color: #994C48;
}
.BgClassName
{
background-color: #994C48;
}
</style>
border-color css
<style>
span { border-color: #994C48; }
span { border-color: rgb(153,76,72); }
td.TdClassName
{
border-color: #994C48;
}
.TagClassName
{
border-color: #994C48;
}
</style>