Shades of Copper Rust #945149
Tints of Copper Rust #945149
RGB
CMYK
RGB Variations
Color information
#945149 (or 0x945149) is known color: Copper Rust. HEX triplet: 94, 51 and 49. RGB value is (148,81,73). Sum of RGB (Red+Green+Blue) = 148+81+73=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #945149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945149 is #6BAEB6. Grayscale: #646464. Windows color (decimal): -7057079 or 4805012. OLE color: 4805012.
HSL color Cylindrical-coordinate representation of color #945149: hue angle of 6.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945149 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 73 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.42 |
| HSL | 6.4º | 0.34% | 0.43% | - |
| HSV(B) | 6.4º | 0.51% | 0.58% | - |
| XYZ | 16.36 | 12.66 | 7.89 | - |
| YUV | 100.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 73 | 0 | 0.45 | 0.51 | 0.42 | 6.4 | 0.34 | 0.43 |
| Hex | 94 | 51 | 49 | 0 | 2D | 33 | 2A | 6 | 22 | 2B |
| Octal | 224 | 121 | 111 | 0 | 55 | 63 | 52 | 6 | 42 | 53 |
| Binary | 10010100 | 1010001 | 1001001 | 0 | 101101 | 110011 | 101010 | 110 | 100010 | 101011 |
Color Harmonies of #945149
Complementary color
Monochromatic Colors of #945149
Black with #945149
Text Example
Text Example
White with #945149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945149; }
p { color: rgb(148,81,73); }
H1.HeaderClassName
{
color: #945149;
}
.AnyTagClassName
{
color: #945149;
}
</style>
background-color css
<style>
a { background-color: #945149; }
a { background-color: rgb(148,81,73); }
div.DivClassName
{
background-color: #945149;
}
.BgClassName
{
background-color: #945149;
}
</style>
border-color css
<style>
span { border-color: #945149; }
span { border-color: rgb(148,81,73); }
td.TdClassName
{
border-color: #945149;
}
.TagClassName
{
border-color: #945149;
}
</style>