Shades of Copper Rust #9F554F
Tints of Copper Rust #9F554F
RGB
CMYK
RGB Variations
Color information
#9F554F (or 0x9F554F) is known color: Copper Rust. HEX triplet: 9F, 55 and 4F. RGB value is (159,85,79). Sum of RGB (Red+Green+Blue) = 159+85+79=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F554F is #60AAB0. Grayscale: #6A6A6A. Windows color (decimal): -6335153 or 5199263. OLE color: 5199263.
HSL color Cylindrical-coordinate representation of color #9F554F: hue angle of 4.5º 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 #9F554F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 79 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.38 |
| HSL | 4.5º | 0.34% | 0.47% | - |
| HSV(B) | 4.5º | 0.5% | 0.62% | - |
| XYZ | 18.96 | 14.43 | 9.18 | - |
| YUV | 106.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 79 | 0 | 0.47 | 0.50 | 0.38 | 4.5 | 0.34 | 0.47 |
| Hex | 9F | 55 | 4F | 0 | 2F | 32 | 26 | 4 | 22 | 2F |
| Octal | 237 | 125 | 117 | 0 | 57 | 62 | 46 | 4 | 42 | 57 |
| Binary | 10011111 | 1010101 | 1001111 | 0 | 101111 | 110010 | 100110 | 100 | 100010 | 101111 |
Color Harmonies of #9F554F
Complementary color
Monochromatic Colors of #9F554F
Black with #9F554F
Text Example
Text Example
White with #9F554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F554F; }
p { color: rgb(159,85,79); }
H1.HeaderClassName
{
color: #9F554F;
}
.AnyTagClassName
{
color: #9F554F;
}
</style>
background-color css
<style>
a { background-color: #9F554F; }
a { background-color: rgb(159,85,79); }
div.DivClassName
{
background-color: #9F554F;
}
.BgClassName
{
background-color: #9F554F;
}
</style>
border-color css
<style>
span { border-color: #9F554F; }
span { border-color: rgb(159,85,79); }
td.TdClassName
{
border-color: #9F554F;
}
.TagClassName
{
border-color: #9F554F;
}
</style>