Shades of Copper Rust #9F514E
Tints of Copper Rust #9F514E
RGB
CMYK
RGB Variations
Color information
#9F514E (or 0x9F514E) is known color: Copper Rust. HEX triplet: 9F, 51 and 4E. RGB value is (159,81,78). Sum of RGB (Red+Green+Blue) = 159+81+78=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F514E is #60AEB1. Grayscale: #686868. Windows color (decimal): -6336178 or 5132703. OLE color: 5132703.
HSL color Cylindrical-coordinate representation of color #9F514E: hue angle of 2.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F514E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 78 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.38 |
| HSL | 2.22º | 0.34% | 0.46% | - |
| HSV(B) | 2.22º | 0.51% | 0.62% | - |
| XYZ | 18.62 | 13.81 | 8.89 | - |
| YUV | 103.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 78 | 0 | 0.49 | 0.51 | 0.38 | 2.22 | 0.34 | 0.46 |
| Hex | 9F | 51 | 4E | 0 | 31 | 33 | 26 | 2 | 22 | 2E |
| Octal | 237 | 121 | 116 | 0 | 61 | 63 | 46 | 2 | 42 | 56 |
| Binary | 10011111 | 1010001 | 1001110 | 0 | 110001 | 110011 | 100110 | 10 | 100010 | 101110 |
Color Harmonies of #9F514E
Complementary color
Monochromatic Colors of #9F514E
Black with #9F514E
Text Example
Text Example
White with #9F514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F514E; }
p { color: rgb(159,81,78); }
H1.HeaderClassName
{
color: #9F514E;
}
.AnyTagClassName
{
color: #9F514E;
}
</style>
background-color css
<style>
a { background-color: #9F514E; }
a { background-color: rgb(159,81,78); }
div.DivClassName
{
background-color: #9F514E;
}
.BgClassName
{
background-color: #9F514E;
}
</style>
border-color css
<style>
span { border-color: #9F514E; }
span { border-color: rgb(159,81,78); }
td.TdClassName
{
border-color: #9F514E;
}
.TagClassName
{
border-color: #9F514E;
}
</style>