Shades of Copper Rust #955554
Tints of Copper Rust #955554
RGB
CMYK
RGB Variations
Color information
#955554 (or 0x955554) is known color: Copper Rust. HEX triplet: 95, 55 and 54. RGB value is (149,85,84). Sum of RGB (Red+Green+Blue) = 149+85+84=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955554 is #6AAAAB. Grayscale: #686868. Windows color (decimal): -6990508 or 5526933. OLE color: 5526933.
HSL color Cylindrical-coordinate representation of color #955554: hue angle of 0.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955554 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 84 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.42 |
| HSL | 0.92º | 0.28% | 0.46% | - |
| HSV(B) | 0.92º | 0.44% | 0.58% | - |
| XYZ | 17.24 | 13.53 | 10.09 | - |
| YUV | 104.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 84 | 0 | 0.43 | 0.44 | 0.42 | 0.92 | 0.28 | 0.46 |
| Hex | 95 | 55 | 54 | 0 | 2B | 2C | 2A | 1 | 1C | 2E |
| Octal | 225 | 125 | 124 | 0 | 53 | 54 | 52 | 1 | 34 | 56 |
| Binary | 10010101 | 1010101 | 1010100 | 0 | 101011 | 101100 | 101010 | 1 | 11100 | 101110 |
Color Harmonies of #955554
Complementary color
Monochromatic Colors of #955554
Black with #955554
Text Example
Text Example
White with #955554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955554; }
p { color: rgb(149,85,84); }
H1.HeaderClassName
{
color: #955554;
}
.AnyTagClassName
{
color: #955554;
}
</style>
background-color css
<style>
a { background-color: #955554; }
a { background-color: rgb(149,85,84); }
div.DivClassName
{
background-color: #955554;
}
.BgClassName
{
background-color: #955554;
}
</style>
border-color css
<style>
span { border-color: #955554; }
span { border-color: rgb(149,85,84); }
td.TdClassName
{
border-color: #955554;
}
.TagClassName
{
border-color: #955554;
}
</style>