Shades of Copper Rust #955950
Tints of Copper Rust #955950
RGB
CMYK
RGB Variations
Color information
#955950 (or 0x955950) is known color: Copper Rust. HEX triplet: 95, 59 and 50. RGB value is (149,89,80). Sum of RGB (Red+Green+Blue) = 149+89+80=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955950 is #6AA6AF. Grayscale: #6A6A6A. Windows color (decimal): -6989488 or 5265813. OLE color: 5265813.
HSL color Cylindrical-coordinate representation of color #955950: hue angle of 7.83º 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 #955950 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 80 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.42 |
| HSL | 7.83º | 0.3% | 0.45% | - |
| HSV(B) | 7.83º | 0.46% | 0.58% | - |
| XYZ | 17.41 | 14.11 | 9.4 | - |
| YUV | 105.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 80 | 0 | 0.40 | 0.46 | 0.42 | 7.83 | 0.3 | 0.45 |
| Hex | 95 | 59 | 50 | 0 | 28 | 2E | 2A | 8 | 1E | 2D |
| Octal | 225 | 131 | 120 | 0 | 50 | 56 | 52 | 10 | 36 | 55 |
| Binary | 10010101 | 1011001 | 1010000 | 0 | 101000 | 101110 | 101010 | 1000 | 11110 | 101101 |
Color Harmonies of #955950
Complementary color
Monochromatic Colors of #955950
Black with #955950
Text Example
Text Example
White with #955950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955950; }
p { color: rgb(149,89,80); }
H1.HeaderClassName
{
color: #955950;
}
.AnyTagClassName
{
color: #955950;
}
</style>
background-color css
<style>
a { background-color: #955950; }
a { background-color: rgb(149,89,80); }
div.DivClassName
{
background-color: #955950;
}
.BgClassName
{
background-color: #955950;
}
</style>
border-color css
<style>
span { border-color: #955950; }
span { border-color: rgb(149,89,80); }
td.TdClassName
{
border-color: #955950;
}
.TagClassName
{
border-color: #955950;
}
</style>