Shades of Copper Rust #954A49
Tints of Copper Rust #954A49
RGB
CMYK
RGB Variations
Color information
#954A49 (or 0x954A49) is known color: Copper Rust. HEX triplet: 95, 4A and 49. RGB value is (149,74,73). Sum of RGB (Red+Green+Blue) = 149+74+73=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #954A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A49 is #6AB5B6. Grayscale: #606060. Windows color (decimal): -6993335 or 4803221. OLE color: 4803221.
HSL color Cylindrical-coordinate representation of color #954A49: hue angle of 0.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954A49 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 73 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.42 |
| HSL | 0.79º | 0.34% | 0.44% | - |
| HSV(B) | 0.79º | 0.51% | 0.58% | - |
| XYZ | 16.05 | 11.77 | 7.73 | - |
| YUV | 96.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 73 | 0 | 0.50 | 0.51 | 0.42 | 0.79 | 0.34 | 0.44 |
| Hex | 95 | 4A | 49 | 0 | 32 | 33 | 2A | 1 | 22 | 2C |
| Octal | 225 | 112 | 111 | 0 | 62 | 63 | 52 | 1 | 42 | 54 |
| Binary | 10010101 | 1001010 | 1001001 | 0 | 110010 | 110011 | 101010 | 1 | 100010 | 101100 |
Color Harmonies of #954A49
Complementary color
Monochromatic Colors of #954A49
Black with #954A49
Text Example
Text Example
White with #954A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A49; }
p { color: rgb(149,74,73); }
H1.HeaderClassName
{
color: #954A49;
}
.AnyTagClassName
{
color: #954A49;
}
</style>
background-color css
<style>
a { background-color: #954A49; }
a { background-color: rgb(149,74,73); }
div.DivClassName
{
background-color: #954A49;
}
.BgClassName
{
background-color: #954A49;
}
</style>
border-color css
<style>
span { border-color: #954A49; }
span { border-color: rgb(149,74,73); }
td.TdClassName
{
border-color: #954A49;
}
.TagClassName
{
border-color: #954A49;
}
</style>