Shades of Copper Rust #955149
Tints of Copper Rust #955149
RGB
CMYK
RGB Variations
Color information
#955149 (or 0x955149) is known color: Copper Rust. HEX triplet: 95, 51 and 49. RGB value is (149,81,73). Sum of RGB (Red+Green+Blue) = 149+81+73=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #955149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955149 is #6AAEB6. Grayscale: #646464. Windows color (decimal): -6991543 or 4805013. OLE color: 4805013.
HSL color Cylindrical-coordinate representation of color #955149: hue angle of 6.32º 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 #955149 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 73 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.42 |
| HSL | 6.32º | 0.34% | 0.44% | - |
| HSV(B) | 6.32º | 0.51% | 0.58% | - |
| XYZ | 16.54 | 12.76 | 7.89 | - |
| YUV | 100.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 73 | 0 | 0.46 | 0.51 | 0.42 | 6.32 | 0.34 | 0.44 |
| Hex | 95 | 51 | 49 | 0 | 2E | 33 | 2A | 6 | 22 | 2C |
| Octal | 225 | 121 | 111 | 0 | 56 | 63 | 52 | 6 | 42 | 54 |
| Binary | 10010101 | 1010001 | 1001001 | 0 | 101110 | 110011 | 101010 | 110 | 100010 | 101100 |
Color Harmonies of #955149
Complementary color
Monochromatic Colors of #955149
Black with #955149
Text Example
Text Example
White with #955149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955149; }
p { color: rgb(149,81,73); }
H1.HeaderClassName
{
color: #955149;
}
.AnyTagClassName
{
color: #955149;
}
</style>
background-color css
<style>
a { background-color: #955149; }
a { background-color: rgb(149,81,73); }
div.DivClassName
{
background-color: #955149;
}
.BgClassName
{
background-color: #955149;
}
</style>
border-color css
<style>
span { border-color: #955149; }
span { border-color: rgb(149,81,73); }
td.TdClassName
{
border-color: #955149;
}
.TagClassName
{
border-color: #955149;
}
</style>