Shades of Copper Rust #994C46
Tints of Copper Rust #994C46
RGB
CMYK
RGB Variations
Color information
#994C46 (or 0x994C46) is known color: Copper Rust. HEX triplet: 99, 4C and 46. RGB value is (153,76,70). Sum of RGB (Red+Green+Blue) = 153+76+70=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #994C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C46 is #66B3B9. Grayscale: #626262. Windows color (decimal): -6730682 or 4607129. OLE color: 4607129.
HSL color Cylindrical-coordinate representation of color #994C46: hue angle of 4.34º 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 #994C46 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 70 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.4 |
| HSL | 4.34º | 0.37% | 0.44% | - |
| HSV(B) | 4.34º | 0.54% | 0.6% | - |
| XYZ | 16.83 | 12.38 | 7.3 | - |
| YUV | 98.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 70 | 0 | 0.50 | 0.54 | 0.4 | 4.34 | 0.37 | 0.44 |
| Hex | 99 | 4C | 46 | 0 | 32 | 36 | 28 | 4 | 25 | 2C |
| Octal | 231 | 114 | 106 | 0 | 62 | 66 | 50 | 4 | 45 | 54 |
| Binary | 10011001 | 1001100 | 1000110 | 0 | 110010 | 110110 | 101000 | 100 | 100101 | 101100 |
Color Harmonies of #994C46
Complementary color
Monochromatic Colors of #994C46
Black with #994C46
Text Example
Text Example
White with #994C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C46; }
p { color: rgb(153,76,70); }
H1.HeaderClassName
{
color: #994C46;
}
.AnyTagClassName
{
color: #994C46;
}
</style>
background-color css
<style>
a { background-color: #994C46; }
a { background-color: rgb(153,76,70); }
div.DivClassName
{
background-color: #994C46;
}
.BgClassName
{
background-color: #994C46;
}
</style>
border-color css
<style>
span { border-color: #994C46; }
span { border-color: rgb(153,76,70); }
td.TdClassName
{
border-color: #994C46;
}
.TagClassName
{
border-color: #994C46;
}
</style>