Shades of Copper Rust #9F524E
Tints of Copper Rust #9F524E
RGB
CMYK
RGB Variations
Color information
#9F524E (or 0x9F524E) is known color: Copper Rust. HEX triplet: 9F, 52 and 4E. RGB value is (159,82,78). Sum of RGB (Red+Green+Blue) = 159+82+78=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F524E is #60ADB1. Grayscale: #686868. Windows color (decimal): -6335922 or 5132959. OLE color: 5132959.
HSL color Cylindrical-coordinate representation of color #9F524E: hue angle of 2.96º 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 #9F524E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 78 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.38 |
| HSL | 2.96º | 0.34% | 0.46% | - |
| HSV(B) | 2.96º | 0.51% | 0.62% | - |
| XYZ | 18.69 | 13.96 | 8.92 | - |
| YUV | 104.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 78 | 0 | 0.48 | 0.51 | 0.38 | 2.96 | 0.34 | 0.46 |
| Hex | 9F | 52 | 4E | 0 | 30 | 33 | 26 | 3 | 22 | 2E |
| Octal | 237 | 122 | 116 | 0 | 60 | 63 | 46 | 3 | 42 | 56 |
| Binary | 10011111 | 1010010 | 1001110 | 0 | 110000 | 110011 | 100110 | 11 | 100010 | 101110 |
Color Harmonies of #9F524E
Complementary color
Monochromatic Colors of #9F524E
Black with #9F524E
Text Example
Text Example
White with #9F524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F524E; }
p { color: rgb(159,82,78); }
H1.HeaderClassName
{
color: #9F524E;
}
.AnyTagClassName
{
color: #9F524E;
}
</style>
background-color css
<style>
a { background-color: #9F524E; }
a { background-color: rgb(159,82,78); }
div.DivClassName
{
background-color: #9F524E;
}
.BgClassName
{
background-color: #9F524E;
}
</style>
border-color css
<style>
span { border-color: #9F524E; }
span { border-color: rgb(159,82,78); }
td.TdClassName
{
border-color: #9F524E;
}
.TagClassName
{
border-color: #9F524E;
}
</style>