Shades of Copper Rust #964A47
Tints of Copper Rust #964A47
RGB
CMYK
RGB Variations
Color information
#964A47 (or 0x964A47) is known color: Copper Rust. HEX triplet: 96, 4A and 47. RGB value is (150,74,71). Sum of RGB (Red+Green+Blue) = 150+74+71=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A47 is #69B5B8. Grayscale: #606060. Windows color (decimal): -6927801 or 4672150. OLE color: 4672150.
HSL color Cylindrical-coordinate representation of color #964A47: hue angle of 2.28º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964A47 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 71 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.41 |
| HSL | 2.28º | 0.36% | 0.43% | - |
| HSV(B) | 2.28º | 0.53% | 0.59% | - |
| XYZ | 16.16 | 11.84 | 7.39 | - |
| YUV | 96.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 71 | 0 | 0.51 | 0.53 | 0.41 | 2.28 | 0.36 | 0.43 |
| Hex | 96 | 4A | 47 | 0 | 33 | 35 | 29 | 2 | 24 | 2B |
| Octal | 226 | 112 | 107 | 0 | 63 | 65 | 51 | 2 | 44 | 53 |
| Binary | 10010110 | 1001010 | 1000111 | 0 | 110011 | 110101 | 101001 | 10 | 100100 | 101011 |
Color Harmonies of #964A47
Complementary color
Monochromatic Colors of #964A47
Black with #964A47
Text Example
Text Example
White with #964A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A47; }
p { color: rgb(150,74,71); }
H1.HeaderClassName
{
color: #964A47;
}
.AnyTagClassName
{
color: #964A47;
}
</style>
background-color css
<style>
a { background-color: #964A47; }
a { background-color: rgb(150,74,71); }
div.DivClassName
{
background-color: #964A47;
}
.BgClassName
{
background-color: #964A47;
}
</style>
border-color css
<style>
span { border-color: #964A47; }
span { border-color: rgb(150,74,71); }
td.TdClassName
{
border-color: #964A47;
}
.TagClassName
{
border-color: #964A47;
}
</style>