Shades of Copper Rust #944949
Tints of Copper Rust #944949
RGB
CMYK
RGB Variations
Color information
#944949 (or 0x944949) is known color: Copper Rust. HEX triplet: 94, 49 and 49. RGB value is (148,73,73). Sum of RGB (Red+Green+Blue) = 148+73+73=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #944949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944949 is #6BB6B6. Grayscale: #5F5F5F. Windows color (decimal): -7059127 or 4802964. OLE color: 4802964.
HSL color Cylindrical-coordinate representation of color #944949: hue angle of 0º 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 #944949 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 73 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.42 |
| HSL | 0º | 0.34% | 0.43% | - |
| HSV(B) | 0º | 0.51% | 0.58% | - |
| XYZ | 15.8 | 11.54 | 7.7 | - |
| YUV | 95.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 73 | 0 | 0.51 | 0.51 | 0.42 | 0 | 0.34 | 0.43 |
| Hex | 94 | 49 | 49 | 0 | 33 | 33 | 2A | 0 | 22 | 2B |
| Octal | 224 | 111 | 111 | 0 | 63 | 63 | 52 | 0 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1001001 | 0 | 110011 | 110011 | 101010 | 0 | 100010 | 101011 |
Color Harmonies of #944949
Complementary color
Monochromatic Colors of #944949
Black with #944949
Text Example
Text Example
White with #944949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944949; }
p { color: rgb(148,73,73); }
H1.HeaderClassName
{
color: #944949;
}
.AnyTagClassName
{
color: #944949;
}
</style>
background-color css
<style>
a { background-color: #944949; }
a { background-color: rgb(148,73,73); }
div.DivClassName
{
background-color: #944949;
}
.BgClassName
{
background-color: #944949;
}
</style>
border-color css
<style>
span { border-color: #944949; }
span { border-color: rgb(148,73,73); }
td.TdClassName
{
border-color: #944949;
}
.TagClassName
{
border-color: #944949;
}
</style>