Shades of Copper Rust #955955
Tints of Copper Rust #955955
RGB
CMYK
RGB Variations
Color information
#955955 (or 0x955955) is known color: Copper Rust. HEX triplet: 95, 59 and 55. RGB value is (149,89,85). Sum of RGB (Red+Green+Blue) = 149+89+85=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #955955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955955 is #6AA6AA. Grayscale: #6A6A6A. Windows color (decimal): -6989483 or 5593493. OLE color: 5593493.
HSL color Cylindrical-coordinate representation of color #955955: hue angle of 3.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955955 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 85 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.42 |
| HSL | 3.75º | 0.27% | 0.46% | - |
| HSV(B) | 3.75º | 0.43% | 0.58% | - |
| XYZ | 17.61 | 14.19 | 10.41 | - |
| YUV | 106.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 85 | 0 | 0.40 | 0.43 | 0.42 | 3.75 | 0.27 | 0.46 |
| Hex | 95 | 59 | 55 | 0 | 28 | 2B | 2A | 4 | 1B | 2E |
| Octal | 225 | 131 | 125 | 0 | 50 | 53 | 52 | 4 | 33 | 56 |
| Binary | 10010101 | 1011001 | 1010101 | 0 | 101000 | 101011 | 101010 | 100 | 11011 | 101110 |
Color Harmonies of #955955
Complementary color
Monochromatic Colors of #955955
Black with #955955
Text Example
Text Example
White with #955955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955955; }
p { color: rgb(149,89,85); }
H1.HeaderClassName
{
color: #955955;
}
.AnyTagClassName
{
color: #955955;
}
</style>
background-color css
<style>
a { background-color: #955955; }
a { background-color: rgb(149,89,85); }
div.DivClassName
{
background-color: #955955;
}
.BgClassName
{
background-color: #955955;
}
</style>
border-color css
<style>
span { border-color: #955955; }
span { border-color: rgb(149,89,85); }
td.TdClassName
{
border-color: #955955;
}
.TagClassName
{
border-color: #955955;
}
</style>