Shades of Copper Rust #9F544D
Tints of Copper Rust #9F544D
RGB
CMYK
RGB Variations
Color information
#9F544D (or 0x9F544D) is known color: Copper Rust. HEX triplet: 9F, 54 and 4D. RGB value is (159,84,77). Sum of RGB (Red+Green+Blue) = 159+84+77=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F544D is #60ABB2. Grayscale: #696969. Windows color (decimal): -6335411 or 5067935. OLE color: 5067935.
HSL color Cylindrical-coordinate representation of color #9F544D: hue angle of 5.12º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F544D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 77 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.38 |
| HSL | 5.12º | 0.35% | 0.46% | - |
| HSV(B) | 5.12º | 0.52% | 0.62% | - |
| XYZ | 18.81 | 14.25 | 8.78 | - |
| YUV | 105.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 77 | 0 | 0.47 | 0.52 | 0.38 | 5.12 | 0.35 | 0.46 |
| Hex | 9F | 54 | 4D | 0 | 2F | 34 | 26 | 5 | 23 | 2E |
| Octal | 237 | 124 | 115 | 0 | 57 | 64 | 46 | 5 | 43 | 56 |
| Binary | 10011111 | 1010100 | 1001101 | 0 | 101111 | 110100 | 100110 | 101 | 100011 | 101110 |
Color Harmonies of #9F544D
Complementary color
Monochromatic Colors of #9F544D
Black with #9F544D
Text Example
Text Example
White with #9F544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F544D; }
p { color: rgb(159,84,77); }
H1.HeaderClassName
{
color: #9F544D;
}
.AnyTagClassName
{
color: #9F544D;
}
</style>
background-color css
<style>
a { background-color: #9F544D; }
a { background-color: rgb(159,84,77); }
div.DivClassName
{
background-color: #9F544D;
}
.BgClassName
{
background-color: #9F544D;
}
</style>
border-color css
<style>
span { border-color: #9F544D; }
span { border-color: rgb(159,84,77); }
td.TdClassName
{
border-color: #9F544D;
}
.TagClassName
{
border-color: #9F544D;
}
</style>