Shades of Copper Rust #964A49
Tints of Copper Rust #964A49
RGB
CMYK
RGB Variations
Color information
#964A49 (or 0x964A49) is known color: Copper Rust. HEX triplet: 96, 4A and 49. RGB value is (150,74,73). Sum of RGB (Red+Green+Blue) = 150+74+73=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #964A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A49 is #69B5B6. Grayscale: #606060. Windows color (decimal): -6927799 or 4803222. OLE color: 4803222.
HSL color Cylindrical-coordinate representation of color #964A49: hue angle of 0.78º 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 #964A49 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 73 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.41 |
| HSL | 0.78º | 0.35% | 0.44% | - |
| HSV(B) | 0.78º | 0.51% | 0.59% | - |
| XYZ | 16.23 | 11.86 | 7.74 | - |
| YUV | 96.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 73 | 0 | 0.51 | 0.51 | 0.41 | 0.78 | 0.35 | 0.44 |
| Hex | 96 | 4A | 49 | 0 | 33 | 33 | 29 | 1 | 23 | 2C |
| Octal | 226 | 112 | 111 | 0 | 63 | 63 | 51 | 1 | 43 | 54 |
| Binary | 10010110 | 1001010 | 1001001 | 0 | 110011 | 110011 | 101001 | 1 | 100011 | 101100 |
Color Harmonies of #964A49
Complementary color
Monochromatic Colors of #964A49
Black with #964A49
Text Example
Text Example
White with #964A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A49; }
p { color: rgb(150,74,73); }
H1.HeaderClassName
{
color: #964A49;
}
.AnyTagClassName
{
color: #964A49;
}
</style>
background-color css
<style>
a { background-color: #964A49; }
a { background-color: rgb(150,74,73); }
div.DivClassName
{
background-color: #964A49;
}
.BgClassName
{
background-color: #964A49;
}
</style>
border-color css
<style>
span { border-color: #964A49; }
span { border-color: rgb(150,74,73); }
td.TdClassName
{
border-color: #964A49;
}
.TagClassName
{
border-color: #964A49;
}
</style>