Shades of Copper Rust #955754
Tints of Copper Rust #955754
RGB
CMYK
RGB Variations
Color information
#955754 (or 0x955754) is known color: Copper Rust. HEX triplet: 95, 57 and 54. RGB value is (149,87,84). Sum of RGB (Red+Green+Blue) = 149+87+84=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955754 is #6AA8AB. Grayscale: #696969. Windows color (decimal): -6989996 or 5527445. OLE color: 5527445.
HSL color Cylindrical-coordinate representation of color #955754: hue angle of 2.77º 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 #955754 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 84 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.42 |
| HSL | 2.77º | 0.28% | 0.46% | - |
| HSV(B) | 2.77º | 0.44% | 0.58% | - |
| XYZ | 17.4 | 13.85 | 10.14 | - |
| YUV | 105.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 84 | 0 | 0.42 | 0.44 | 0.42 | 2.77 | 0.28 | 0.46 |
| Hex | 95 | 57 | 54 | 0 | 2A | 2C | 2A | 3 | 1C | 2E |
| Octal | 225 | 127 | 124 | 0 | 52 | 54 | 52 | 3 | 34 | 56 |
| Binary | 10010101 | 1010111 | 1010100 | 0 | 101010 | 101100 | 101010 | 11 | 11100 | 101110 |
Color Harmonies of #955754
Complementary color
Monochromatic Colors of #955754
Black with #955754
Text Example
Text Example
White with #955754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955754; }
p { color: rgb(149,87,84); }
H1.HeaderClassName
{
color: #955754;
}
.AnyTagClassName
{
color: #955754;
}
</style>
background-color css
<style>
a { background-color: #955754; }
a { background-color: rgb(149,87,84); }
div.DivClassName
{
background-color: #955754;
}
.BgClassName
{
background-color: #955754;
}
</style>
border-color css
<style>
span { border-color: #955754; }
span { border-color: rgb(149,87,84); }
td.TdClassName
{
border-color: #955754;
}
.TagClassName
{
border-color: #955754;
}
</style>