Shades of Copper Rust #955450
Tints of Copper Rust #955450
RGB
CMYK
RGB Variations
Color information
#955450 (or 0x955450) is known color: Copper Rust. HEX triplet: 95, 54 and 50. RGB value is (149,84,80). Sum of RGB (Red+Green+Blue) = 149+84+80=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #955450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955450 is #6AABAF. Grayscale: #676767. Windows color (decimal): -6990768 or 5264533. OLE color: 5264533.
HSL color Cylindrical-coordinate representation of color #955450: hue angle of 3.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955450 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 80 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.42 |
| HSL | 3.48º | 0.3% | 0.45% | - |
| HSV(B) | 3.48º | 0.46% | 0.58% | - |
| XYZ | 17.01 | 13.31 | 9.26 | - |
| YUV | 102.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 80 | 0 | 0.44 | 0.46 | 0.42 | 3.48 | 0.3 | 0.45 |
| Hex | 95 | 54 | 50 | 0 | 2C | 2E | 2A | 3 | 1E | 2D |
| Octal | 225 | 124 | 120 | 0 | 54 | 56 | 52 | 3 | 36 | 55 |
| Binary | 10010101 | 1010100 | 1010000 | 0 | 101100 | 101110 | 101010 | 11 | 11110 | 101101 |
Color Harmonies of #955450
Complementary color
Monochromatic Colors of #955450
Black with #955450
Text Example
Text Example
White with #955450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955450; }
p { color: rgb(149,84,80); }
H1.HeaderClassName
{
color: #955450;
}
.AnyTagClassName
{
color: #955450;
}
</style>
background-color css
<style>
a { background-color: #955450; }
a { background-color: rgb(149,84,80); }
div.DivClassName
{
background-color: #955450;
}
.BgClassName
{
background-color: #955450;
}
</style>
border-color css
<style>
span { border-color: #955450; }
span { border-color: rgb(149,84,80); }
td.TdClassName
{
border-color: #955450;
}
.TagClassName
{
border-color: #955450;
}
</style>