Shades of Copper Rust #9F5A54
Tints of Copper Rust #9F5A54
RGB
CMYK
RGB Variations
Color information
#9F5A54 (or 0x9F5A54) is known color: Copper Rust. HEX triplet: 9F, 5A and 54. RGB value is (159,90,84). Sum of RGB (Red+Green+Blue) = 159+90+84=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A54 is #60A5AB. Grayscale: #6E6E6E. Windows color (decimal): -6333868 or 5528223. OLE color: 5528223.
HSL color Cylindrical-coordinate representation of color #9F5A54: hue angle of 4.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5A54 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 84 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.38 |
| HSL | 4.8º | 0.31% | 0.48% | - |
| HSV(B) | 4.8º | 0.47% | 0.62% | - |
| XYZ | 19.55 | 15.32 | 10.31 | - |
| YUV | 109.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 84 | 0 | 0.43 | 0.47 | 0.38 | 4.8 | 0.31 | 0.48 |
| Hex | 9F | 5A | 54 | 0 | 2B | 2F | 26 | 5 | 1F | 30 |
| Octal | 237 | 132 | 124 | 0 | 53 | 57 | 46 | 5 | 37 | 60 |
| Binary | 10011111 | 1011010 | 1010100 | 0 | 101011 | 101111 | 100110 | 101 | 11111 | 110000 |
Color Harmonies of #9F5A54
Complementary color
Monochromatic Colors of #9F5A54
Black with #9F5A54
Text Example
Text Example
White with #9F5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A54; }
p { color: rgb(159,90,84); }
H1.HeaderClassName
{
color: #9F5A54;
}
.AnyTagClassName
{
color: #9F5A54;
}
</style>
background-color css
<style>
a { background-color: #9F5A54; }
a { background-color: rgb(159,90,84); }
div.DivClassName
{
background-color: #9F5A54;
}
.BgClassName
{
background-color: #9F5A54;
}
</style>
border-color css
<style>
span { border-color: #9F5A54; }
span { border-color: rgb(159,90,84); }
td.TdClassName
{
border-color: #9F5A54;
}
.TagClassName
{
border-color: #9F5A54;
}
</style>