Shades of Copper Rust #954F47
Tints of Copper Rust #954F47
RGB
CMYK
RGB Variations
Color information
#954F47 (or 0x954F47) is known color: Copper Rust. HEX triplet: 95, 4F and 47. RGB value is (149,79,71). Sum of RGB (Red+Green+Blue) = 149+79+71=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F47 is #6AB0B8. Grayscale: #636363. Windows color (decimal): -6992057 or 4673429. OLE color: 4673429.
HSL color Cylindrical-coordinate representation of color #954F47: hue angle of 6.15º 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 #954F47 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 71 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.42 |
| HSL | 6.15º | 0.35% | 0.43% | - |
| HSV(B) | 6.15º | 0.52% | 0.58% | - |
| XYZ | 16.33 | 12.44 | 7.5 | - |
| YUV | 99.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 71 | 0 | 0.47 | 0.52 | 0.42 | 6.15 | 0.35 | 0.43 |
| Hex | 95 | 4F | 47 | 0 | 2F | 34 | 2A | 6 | 23 | 2B |
| Octal | 225 | 117 | 107 | 0 | 57 | 64 | 52 | 6 | 43 | 53 |
| Binary | 10010101 | 1001111 | 1000111 | 0 | 101111 | 110100 | 101010 | 110 | 100011 | 101011 |
Color Harmonies of #954F47
Complementary color
Monochromatic Colors of #954F47
Black with #954F47
Text Example
Text Example
White with #954F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F47; }
p { color: rgb(149,79,71); }
H1.HeaderClassName
{
color: #954F47;
}
.AnyTagClassName
{
color: #954F47;
}
</style>
background-color css
<style>
a { background-color: #954F47; }
a { background-color: rgb(149,79,71); }
div.DivClassName
{
background-color: #954F47;
}
.BgClassName
{
background-color: #954F47;
}
</style>
border-color css
<style>
span { border-color: #954F47; }
span { border-color: rgb(149,79,71); }
td.TdClassName
{
border-color: #954F47;
}
.TagClassName
{
border-color: #954F47;
}
</style>