Shades of Copper Rust #944A49
Tints of Copper Rust #944A49
RGB
CMYK
RGB Variations
Color information
#944A49 (or 0x944A49) is known color: Copper Rust. HEX triplet: 94, 4A and 49. RGB value is (148,74,73). Sum of RGB (Red+Green+Blue) = 148+74+73=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #944A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A49 is #6BB5B6. Grayscale: #606060. Windows color (decimal): -7058871 or 4803220. OLE color: 4803220.
HSL color Cylindrical-coordinate representation of color #944A49: hue angle of 0.8º 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 #944A49 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 73 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.42 |
| HSL | 0.8º | 0.34% | 0.43% | - |
| HSV(B) | 0.8º | 0.51% | 0.58% | - |
| XYZ | 15.86 | 11.67 | 7.72 | - |
| YUV | 96.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 73 | 0 | 0.50 | 0.51 | 0.42 | 0.8 | 0.34 | 0.43 |
| Hex | 94 | 4A | 49 | 0 | 32 | 33 | 2A | 1 | 22 | 2B |
| Octal | 224 | 112 | 111 | 0 | 62 | 63 | 52 | 1 | 42 | 53 |
| Binary | 10010100 | 1001010 | 1001001 | 0 | 110010 | 110011 | 101010 | 1 | 100010 | 101011 |
Color Harmonies of #944A49
Complementary color
Monochromatic Colors of #944A49
Black with #944A49
Text Example
Text Example
White with #944A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A49; }
p { color: rgb(148,74,73); }
H1.HeaderClassName
{
color: #944A49;
}
.AnyTagClassName
{
color: #944A49;
}
</style>
background-color css
<style>
a { background-color: #944A49; }
a { background-color: rgb(148,74,73); }
div.DivClassName
{
background-color: #944A49;
}
.BgClassName
{
background-color: #944A49;
}
</style>
border-color css
<style>
span { border-color: #944A49; }
span { border-color: rgb(148,74,73); }
td.TdClassName
{
border-color: #944A49;
}
.TagClassName
{
border-color: #944A49;
}
</style>