Shades of Copper Rust #9F504E
Tints of Copper Rust #9F504E
RGB
CMYK
RGB Variations
Color information
#9F504E (or 0x9F504E) is known color: Copper Rust. HEX triplet: 9F, 50 and 4E. RGB value is (159,80,78). Sum of RGB (Red+Green+Blue) = 159+80+78=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F504E is #60AFB1. Grayscale: #676767. Windows color (decimal): -6336434 or 5132447. OLE color: 5132447.
HSL color Cylindrical-coordinate representation of color #9F504E: hue angle of 1.48º 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 #9F504E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 78 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.38 |
| HSL | 1.48º | 0.34% | 0.46% | - |
| HSV(B) | 1.48º | 0.51% | 0.62% | - |
| XYZ | 18.54 | 13.66 | 8.87 | - |
| YUV | 103.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 78 | 0 | 0.50 | 0.51 | 0.38 | 1.48 | 0.34 | 0.46 |
| Hex | 9F | 50 | 4E | 0 | 32 | 33 | 26 | 1 | 22 | 2E |
| Octal | 237 | 120 | 116 | 0 | 62 | 63 | 46 | 1 | 42 | 56 |
| Binary | 10011111 | 1010000 | 1001110 | 0 | 110010 | 110011 | 100110 | 1 | 100010 | 101110 |
Color Harmonies of #9F504E
Complementary color
Monochromatic Colors of #9F504E
Black with #9F504E
Text Example
Text Example
White with #9F504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F504E; }
p { color: rgb(159,80,78); }
H1.HeaderClassName
{
color: #9F504E;
}
.AnyTagClassName
{
color: #9F504E;
}
</style>
background-color css
<style>
a { background-color: #9F504E; }
a { background-color: rgb(159,80,78); }
div.DivClassName
{
background-color: #9F504E;
}
.BgClassName
{
background-color: #9F504E;
}
</style>
border-color css
<style>
span { border-color: #9F504E; }
span { border-color: rgb(159,80,78); }
td.TdClassName
{
border-color: #9F504E;
}
.TagClassName
{
border-color: #9F504E;
}
</style>