Shades of Copper Rust #955555
Tints of Copper Rust #955555
RGB
CMYK
RGB Variations
Color information
#955555 (or 0x955555) is known color: Copper Rust. HEX triplet: 95, 55 and 55. RGB value is (149,85,85). Sum of RGB (Red+Green+Blue) = 149+85+85=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955555 is #6AAAAA. Grayscale: #686868. Windows color (decimal): -6990507 or 5592469. OLE color: 5592469.
HSL color Cylindrical-coordinate representation of color #955555: hue angle of 0º 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 #955555 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 85 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.42 |
| HSL | 0º | 0.27% | 0.46% | - |
| HSV(B) | 0º | 0.43% | 0.58% | - |
| XYZ | 17.28 | 13.54 | 10.3 | - |
| YUV | 104.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 85 | 0 | 0.43 | 0.43 | 0.42 | 0 | 0.27 | 0.46 |
| Hex | 95 | 55 | 55 | 0 | 2B | 2B | 2A | 0 | 1B | 2E |
| Octal | 225 | 125 | 125 | 0 | 53 | 53 | 52 | 0 | 33 | 56 |
| Binary | 10010101 | 1010101 | 1010101 | 0 | 101011 | 101011 | 101010 | 0 | 11011 | 101110 |
Color Harmonies of #955555
Complementary color
Monochromatic Colors of #955555
Black with #955555
Text Example
Text Example
White with #955555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955555; }
p { color: rgb(149,85,85); }
H1.HeaderClassName
{
color: #955555;
}
.AnyTagClassName
{
color: #955555;
}
</style>
background-color css
<style>
a { background-color: #955555; }
a { background-color: rgb(149,85,85); }
div.DivClassName
{
background-color: #955555;
}
.BgClassName
{
background-color: #955555;
}
</style>
border-color css
<style>
span { border-color: #955555; }
span { border-color: rgb(149,85,85); }
td.TdClassName
{
border-color: #955555;
}
.TagClassName
{
border-color: #955555;
}
</style>