Shades of Copper Rust #955047
Tints of Copper Rust #955047
RGB
CMYK
RGB Variations
Color information
#955047 (or 0x955047) is known color: Copper Rust. HEX triplet: 95, 50 and 47. RGB value is (149,80,71). Sum of RGB (Red+Green+Blue) = 149+80+71=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955047 is #6AAFB8. Grayscale: #636363. Windows color (decimal): -6991801 or 4673685. OLE color: 4673685.
HSL color Cylindrical-coordinate representation of color #955047: hue angle of 6.92º 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 #955047 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 71 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.42 |
| HSL | 6.92º | 0.35% | 0.43% | - |
| HSV(B) | 6.92º | 0.52% | 0.58% | - |
| XYZ | 16.4 | 12.58 | 7.53 | - |
| YUV | 99.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 71 | 0 | 0.46 | 0.52 | 0.42 | 6.92 | 0.35 | 0.43 |
| Hex | 95 | 50 | 47 | 0 | 2E | 34 | 2A | 7 | 23 | 2B |
| Octal | 225 | 120 | 107 | 0 | 56 | 64 | 52 | 7 | 43 | 53 |
| Binary | 10010101 | 1010000 | 1000111 | 0 | 101110 | 110100 | 101010 | 111 | 100011 | 101011 |
Color Harmonies of #955047
Complementary color
Monochromatic Colors of #955047
Black with #955047
Text Example
Text Example
White with #955047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955047; }
p { color: rgb(149,80,71); }
H1.HeaderClassName
{
color: #955047;
}
.AnyTagClassName
{
color: #955047;
}
</style>
background-color css
<style>
a { background-color: #955047; }
a { background-color: rgb(149,80,71); }
div.DivClassName
{
background-color: #955047;
}
.BgClassName
{
background-color: #955047;
}
</style>
border-color css
<style>
span { border-color: #955047; }
span { border-color: rgb(149,80,71); }
td.TdClassName
{
border-color: #955047;
}
.TagClassName
{
border-color: #955047;
}
</style>