Shades of Copper Rust #954F49
Tints of Copper Rust #954F49
RGB
CMYK
RGB Variations
Color information
#954F49 (or 0x954F49) is known color: Copper Rust. HEX triplet: 95, 4F and 49. RGB value is (149,79,73). Sum of RGB (Red+Green+Blue) = 149+79+73=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F49 is #6AB0B6. Grayscale: #636363. Windows color (decimal): -6992055 or 4804501. OLE color: 4804501.
HSL color Cylindrical-coordinate representation of color #954F49: hue angle of 4.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954F49 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 73 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.42 |
| HSL | 4.74º | 0.34% | 0.44% | - |
| HSV(B) | 4.74º | 0.51% | 0.58% | - |
| XYZ | 16.39 | 12.46 | 7.84 | - |
| YUV | 99.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 73 | 0 | 0.47 | 0.51 | 0.42 | 4.74 | 0.34 | 0.44 |
| Hex | 95 | 4F | 49 | 0 | 2F | 33 | 2A | 5 | 22 | 2C |
| Octal | 225 | 117 | 111 | 0 | 57 | 63 | 52 | 5 | 42 | 54 |
| Binary | 10010101 | 1001111 | 1001001 | 0 | 101111 | 110011 | 101010 | 101 | 100010 | 101100 |
Color Harmonies of #954F49
Complementary color
Monochromatic Colors of #954F49
Black with #954F49
Text Example
Text Example
White with #954F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F49; }
p { color: rgb(149,79,73); }
H1.HeaderClassName
{
color: #954F49;
}
.AnyTagClassName
{
color: #954F49;
}
</style>
background-color css
<style>
a { background-color: #954F49; }
a { background-color: rgb(149,79,73); }
div.DivClassName
{
background-color: #954F49;
}
.BgClassName
{
background-color: #954F49;
}
</style>
border-color css
<style>
span { border-color: #954F49; }
span { border-color: rgb(149,79,73); }
td.TdClassName
{
border-color: #954F49;
}
.TagClassName
{
border-color: #954F49;
}
</style>