Shades of Copper Rust #955454
Tints of Copper Rust #955454
RGB
CMYK
RGB Variations
Color information
#955454 (or 0x955454) is known color: Copper Rust. HEX triplet: 95, 54 and 54. RGB value is (149,84,84). Sum of RGB (Red+Green+Blue) = 149+84+84=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955454 is #6AABAB. Grayscale: #676767. Windows color (decimal): -6990764 or 5526677. OLE color: 5526677.
HSL color Cylindrical-coordinate representation of color #955454: hue angle of 0º 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 #955454 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 84 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.42 |
| HSL | 0º | 0.28% | 0.46% | - |
| HSV(B) | 0º | 0.44% | 0.58% | - |
| XYZ | 17.16 | 13.37 | 10.06 | - |
| YUV | 103.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 84 | 0 | 0.44 | 0.44 | 0.42 | 0 | 0.28 | 0.46 |
| Hex | 95 | 54 | 54 | 0 | 2C | 2C | 2A | 0 | 1C | 2E |
| Octal | 225 | 124 | 124 | 0 | 54 | 54 | 52 | 0 | 34 | 56 |
| Binary | 10010101 | 1010100 | 1010100 | 0 | 101100 | 101100 | 101010 | 0 | 11100 | 101110 |
Color Harmonies of #955454
Complementary color
Monochromatic Colors of #955454
Black with #955454
Text Example
Text Example
White with #955454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955454; }
p { color: rgb(149,84,84); }
H1.HeaderClassName
{
color: #955454;
}
.AnyTagClassName
{
color: #955454;
}
</style>
background-color css
<style>
a { background-color: #955454; }
a { background-color: rgb(149,84,84); }
div.DivClassName
{
background-color: #955454;
}
.BgClassName
{
background-color: #955454;
}
</style>
border-color css
<style>
span { border-color: #955454; }
span { border-color: rgb(149,84,84); }
td.TdClassName
{
border-color: #955454;
}
.TagClassName
{
border-color: #955454;
}
</style>