Shades of Copper Rust #9F5250
Tints of Copper Rust #9F5250
RGB
CMYK
RGB Variations
Color information
#9F5250 (or 0x9F5250) is known color: Copper Rust. HEX triplet: 9F, 52 and 50. RGB value is (159,82,80). Sum of RGB (Red+Green+Blue) = 159+82+80=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5250 is #60ADAF. Grayscale: #686868. Windows color (decimal): -6335920 or 5264031. OLE color: 5264031.
HSL color Cylindrical-coordinate representation of color #9F5250: hue angle of 1.52º degrees, saturation: 0.33, 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 #9F5250 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 80 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.38 |
| HSL | 1.52º | 0.33% | 0.47% | - |
| HSV(B) | 1.52º | 0.5% | 0.62% | - |
| XYZ | 18.76 | 13.98 | 9.3 | - |
| YUV | 104.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 80 | 0 | 0.48 | 0.50 | 0.38 | 1.52 | 0.33 | 0.47 |
| Hex | 9F | 52 | 50 | 0 | 30 | 32 | 26 | 2 | 21 | 2F |
| Octal | 237 | 122 | 120 | 0 | 60 | 62 | 46 | 2 | 41 | 57 |
| Binary | 10011111 | 1010010 | 1010000 | 0 | 110000 | 110010 | 100110 | 10 | 100001 | 101111 |
Color Harmonies of #9F5250
Complementary color
Monochromatic Colors of #9F5250
Black with #9F5250
Text Example
Text Example
White with #9F5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5250; }
p { color: rgb(159,82,80); }
H1.HeaderClassName
{
color: #9F5250;
}
.AnyTagClassName
{
color: #9F5250;
}
</style>
background-color css
<style>
a { background-color: #9F5250; }
a { background-color: rgb(159,82,80); }
div.DivClassName
{
background-color: #9F5250;
}
.BgClassName
{
background-color: #9F5250;
}
</style>
border-color css
<style>
span { border-color: #9F5250; }
span { border-color: rgb(159,82,80); }
td.TdClassName
{
border-color: #9F5250;
}
.TagClassName
{
border-color: #9F5250;
}
</style>