Shades of Copper Rust #955547
Tints of Copper Rust #955547
RGB
CMYK
RGB Variations
Color information
#955547 (or 0x955547) is known color: Copper Rust. HEX triplet: 95, 55 and 47. RGB value is (149,85,71). Sum of RGB (Red+Green+Blue) = 149+85+71=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955547 is #6AAAB8. Grayscale: #666666. Windows color (decimal): -6990521 or 4674965. OLE color: 4674965.
HSL color Cylindrical-coordinate representation of color #955547: hue angle of 10.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955547 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 71 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.42 |
| HSL | 10.77º | 0.35% | 0.43% | - |
| HSV(B) | 10.77º | 0.52% | 0.58% | - |
| XYZ | 16.78 | 13.34 | 7.65 | - |
| YUV | 102.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 71 | 0 | 0.43 | 0.52 | 0.42 | 10.77 | 0.35 | 0.43 |
| Hex | 95 | 55 | 47 | 0 | 2B | 34 | 2A | B | 23 | 2B |
| Octal | 225 | 125 | 107 | 0 | 53 | 64 | 52 | 13 | 43 | 53 |
| Binary | 10010101 | 1010101 | 1000111 | 0 | 101011 | 110100 | 101010 | 1011 | 100011 | 101011 |
Color Harmonies of #955547
Complementary color
Monochromatic Colors of #955547
Black with #955547
Text Example
Text Example
White with #955547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955547; }
p { color: rgb(149,85,71); }
H1.HeaderClassName
{
color: #955547;
}
.AnyTagClassName
{
color: #955547;
}
</style>
background-color css
<style>
a { background-color: #955547; }
a { background-color: rgb(149,85,71); }
div.DivClassName
{
background-color: #955547;
}
.BgClassName
{
background-color: #955547;
}
</style>
border-color css
<style>
span { border-color: #955547; }
span { border-color: rgb(149,85,71); }
td.TdClassName
{
border-color: #955547;
}
.TagClassName
{
border-color: #955547;
}
</style>