Shades of Copper Rust #995547
Tints of Copper Rust #995547
RGB
CMYK
RGB Variations
Color information
#995547 (or 0x995547) is known color: Copper Rust. HEX triplet: 99, 55 and 47. RGB value is (153,85,71). Sum of RGB (Red+Green+Blue) = 153+85+71=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995547 is #66AAB8. Grayscale: #676767. Windows color (decimal): -6728377 or 4674969. OLE color: 4674969.
HSL color Cylindrical-coordinate representation of color #995547: hue angle of 10.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995547 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 71 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.4 |
| HSL | 10.24º | 0.37% | 0.44% | - |
| HSV(B) | 10.24º | 0.54% | 0.6% | - |
| XYZ | 17.52 | 13.72 | 7.69 | - |
| YUV | 103.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 71 | 0 | 0.44 | 0.54 | 0.4 | 10.24 | 0.37 | 0.44 |
| Hex | 99 | 55 | 47 | 0 | 2C | 36 | 28 | A | 25 | 2C |
| Octal | 231 | 125 | 107 | 0 | 54 | 66 | 50 | 12 | 45 | 54 |
| Binary | 10011001 | 1010101 | 1000111 | 0 | 101100 | 110110 | 101000 | 1010 | 100101 | 101100 |
Color Harmonies of #995547
Complementary color
Monochromatic Colors of #995547
Black with #995547
Text Example
Text Example
White with #995547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995547; }
p { color: rgb(153,85,71); }
H1.HeaderClassName
{
color: #995547;
}
.AnyTagClassName
{
color: #995547;
}
</style>
background-color css
<style>
a { background-color: #995547; }
a { background-color: rgb(153,85,71); }
div.DivClassName
{
background-color: #995547;
}
.BgClassName
{
background-color: #995547;
}
</style>
border-color css
<style>
span { border-color: #995547; }
span { border-color: rgb(153,85,71); }
td.TdClassName
{
border-color: #995547;
}
.TagClassName
{
border-color: #995547;
}
</style>