Shades of Copper Rust #955147
Tints of Copper Rust #955147
RGB
CMYK
RGB Variations
Color information
#955147 (or 0x955147) is known color: Copper Rust. HEX triplet: 95, 51 and 47. RGB value is (149,81,71). Sum of RGB (Red+Green+Blue) = 149+81+71=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955147 is #6AAEB8. Grayscale: #646464. Windows color (decimal): -6991545 or 4673941. OLE color: 4673941.
HSL color Cylindrical-coordinate representation of color #955147: hue angle of 7.69º 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 #955147 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 71 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.42 |
| HSL | 7.69º | 0.35% | 0.43% | - |
| HSV(B) | 7.69º | 0.52% | 0.58% | - |
| XYZ | 16.47 | 12.73 | 7.55 | - |
| YUV | 100.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 71 | 0 | 0.46 | 0.52 | 0.42 | 7.69 | 0.35 | 0.43 |
| Hex | 95 | 51 | 47 | 0 | 2E | 34 | 2A | 8 | 23 | 2B |
| Octal | 225 | 121 | 107 | 0 | 56 | 64 | 52 | 10 | 43 | 53 |
| Binary | 10010101 | 1010001 | 1000111 | 0 | 101110 | 110100 | 101010 | 1000 | 100011 | 101011 |
Color Harmonies of #955147
Complementary color
Monochromatic Colors of #955147
Black with #955147
Text Example
Text Example
White with #955147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955147; }
p { color: rgb(149,81,71); }
H1.HeaderClassName
{
color: #955147;
}
.AnyTagClassName
{
color: #955147;
}
</style>
background-color css
<style>
a { background-color: #955147; }
a { background-color: rgb(149,81,71); }
div.DivClassName
{
background-color: #955147;
}
.BgClassName
{
background-color: #955147;
}
</style>
border-color css
<style>
span { border-color: #955147; }
span { border-color: rgb(149,81,71); }
td.TdClassName
{
border-color: #955147;
}
.TagClassName
{
border-color: #955147;
}
</style>