Shades of Copper Rust #964D49
Tints of Copper Rust #964D49
RGB
CMYK
RGB Variations
Color information
#964D49 (or 0x964D49) is known color: Copper Rust. HEX triplet: 96, 4D and 49. RGB value is (150,77,73). Sum of RGB (Red+Green+Blue) = 150+77+73=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #964D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D49 is #69B2B6. Grayscale: #626262. Windows color (decimal): -6927031 or 4803990. OLE color: 4803990.
HSL color Cylindrical-coordinate representation of color #964D49: hue angle of 3.12º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964D49 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 73 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.41 |
| HSL | 3.12º | 0.35% | 0.44% | - |
| HSV(B) | 3.12º | 0.51% | 0.59% | - |
| XYZ | 16.43 | 12.27 | 7.81 | - |
| YUV | 98.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 73 | 0 | 0.49 | 0.51 | 0.41 | 3.12 | 0.35 | 0.44 |
| Hex | 96 | 4D | 49 | 0 | 31 | 33 | 29 | 3 | 23 | 2C |
| Octal | 226 | 115 | 111 | 0 | 61 | 63 | 51 | 3 | 43 | 54 |
| Binary | 10010110 | 1001101 | 1001001 | 0 | 110001 | 110011 | 101001 | 11 | 100011 | 101100 |
Color Harmonies of #964D49
Complementary color
Monochromatic Colors of #964D49
Black with #964D49
Text Example
Text Example
White with #964D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D49; }
p { color: rgb(150,77,73); }
H1.HeaderClassName
{
color: #964D49;
}
.AnyTagClassName
{
color: #964D49;
}
</style>
background-color css
<style>
a { background-color: #964D49; }
a { background-color: rgb(150,77,73); }
div.DivClassName
{
background-color: #964D49;
}
.BgClassName
{
background-color: #964D49;
}
</style>
border-color css
<style>
span { border-color: #964D49; }
span { border-color: rgb(150,77,73); }
td.TdClassName
{
border-color: #964D49;
}
.TagClassName
{
border-color: #964D49;
}
</style>