Shades of Copper Rust #9F504F
Tints of Copper Rust #9F504F
RGB
CMYK
RGB Variations
Color information
#9F504F (or 0x9F504F) is known color: Copper Rust. HEX triplet: 9F, 50 and 4F. RGB value is (159,80,79). Sum of RGB (Red+Green+Blue) = 159+80+79=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F504F is #60AFB0. Grayscale: #676767. Windows color (decimal): -6336433 or 5197983. OLE color: 5197983.
HSL color Cylindrical-coordinate representation of color #9F504F: hue angle of 0.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F504F is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 79 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.38 |
| HSL | 0.75º | 0.34% | 0.47% | - |
| HSV(B) | 0.75º | 0.5% | 0.62% | - |
| XYZ | 18.58 | 13.67 | 9.06 | - |
| YUV | 103.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 79 | 0 | 0.50 | 0.50 | 0.38 | 0.75 | 0.34 | 0.47 |
| Hex | 9F | 50 | 4F | 0 | 32 | 32 | 26 | 1 | 22 | 2F |
| Octal | 237 | 120 | 117 | 0 | 62 | 62 | 46 | 1 | 42 | 57 |
| Binary | 10011111 | 1010000 | 1001111 | 0 | 110010 | 110010 | 100110 | 1 | 100010 | 101111 |
Color Harmonies of #9F504F
Complementary color
Monochromatic Colors of #9F504F
Black with #9F504F
Text Example
Text Example
White with #9F504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F504F; }
p { color: rgb(159,80,79); }
H1.HeaderClassName
{
color: #9F504F;
}
.AnyTagClassName
{
color: #9F504F;
}
</style>
background-color css
<style>
a { background-color: #9F504F; }
a { background-color: rgb(159,80,79); }
div.DivClassName
{
background-color: #9F504F;
}
.BgClassName
{
background-color: #9F504F;
}
</style>
border-color css
<style>
span { border-color: #9F504F; }
span { border-color: rgb(159,80,79); }
td.TdClassName
{
border-color: #9F504F;
}
.TagClassName
{
border-color: #9F504F;
}
</style>