Shades of Copper Rust #955549
Tints of Copper Rust #955549
RGB
CMYK
RGB Variations
Color information
#955549 (or 0x955549) is known color: Copper Rust. HEX triplet: 95, 55 and 49. RGB value is (149,85,73). Sum of RGB (Red+Green+Blue) = 149+85+73=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #955549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955549 is #6AAAB6. Grayscale: #666666. Windows color (decimal): -6990519 or 4806037. OLE color: 4806037.
HSL color Cylindrical-coordinate representation of color #955549: hue angle of 9.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955549 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 73 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.42 |
| HSL | 9.47º | 0.34% | 0.44% | - |
| HSV(B) | 9.47º | 0.51% | 0.58% | - |
| XYZ | 16.85 | 13.37 | 8 | - |
| YUV | 102.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 73 | 0 | 0.43 | 0.51 | 0.42 | 9.47 | 0.34 | 0.44 |
| Hex | 95 | 55 | 49 | 0 | 2B | 33 | 2A | 9 | 22 | 2C |
| Octal | 225 | 125 | 111 | 0 | 53 | 63 | 52 | 11 | 42 | 54 |
| Binary | 10010101 | 1010101 | 1001001 | 0 | 101011 | 110011 | 101010 | 1001 | 100010 | 101100 |
Color Harmonies of #955549
Complementary color
Monochromatic Colors of #955549
Black with #955549
Text Example
Text Example
White with #955549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955549; }
p { color: rgb(149,85,73); }
H1.HeaderClassName
{
color: #955549;
}
.AnyTagClassName
{
color: #955549;
}
</style>
background-color css
<style>
a { background-color: #955549; }
a { background-color: rgb(149,85,73); }
div.DivClassName
{
background-color: #955549;
}
.BgClassName
{
background-color: #955549;
}
</style>
border-color css
<style>
span { border-color: #955549; }
span { border-color: rgb(149,85,73); }
td.TdClassName
{
border-color: #955549;
}
.TagClassName
{
border-color: #955549;
}
</style>