Shades of Copper Rust #955551
Tints of Copper Rust #955551
RGB
CMYK
RGB Variations
Color information
#955551 (or 0x955551) is known color: Copper Rust. HEX triplet: 95, 55 and 51. RGB value is (149,85,81). Sum of RGB (Red+Green+Blue) = 149+85+81=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #955551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955551 is #6AAAAE. Grayscale: #676767. Windows color (decimal): -6990511 or 5330325. OLE color: 5330325.
HSL color Cylindrical-coordinate representation of color #955551: hue angle of 3.53º 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 #955551 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 81 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.42 |
| HSL | 3.53º | 0.3% | 0.45% | - |
| HSV(B) | 3.53º | 0.46% | 0.58% | - |
| XYZ | 17.13 | 13.48 | 9.48 | - |
| YUV | 103.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 81 | 0 | 0.43 | 0.46 | 0.42 | 3.53 | 0.3 | 0.45 |
| Hex | 95 | 55 | 51 | 0 | 2B | 2E | 2A | 4 | 1E | 2D |
| Octal | 225 | 125 | 121 | 0 | 53 | 56 | 52 | 4 | 36 | 55 |
| Binary | 10010101 | 1010101 | 1010001 | 0 | 101011 | 101110 | 101010 | 100 | 11110 | 101101 |
Color Harmonies of #955551
Complementary color
Monochromatic Colors of #955551
Black with #955551
Text Example
Text Example
White with #955551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955551; }
p { color: rgb(149,85,81); }
H1.HeaderClassName
{
color: #955551;
}
.AnyTagClassName
{
color: #955551;
}
</style>
background-color css
<style>
a { background-color: #955551; }
a { background-color: rgb(149,85,81); }
div.DivClassName
{
background-color: #955551;
}
.BgClassName
{
background-color: #955551;
}
</style>
border-color css
<style>
span { border-color: #955551; }
span { border-color: rgb(149,85,81); }
td.TdClassName
{
border-color: #955551;
}
.TagClassName
{
border-color: #955551;
}
</style>