Shades of Copper Rust #8F574C
Tints of Copper Rust #8F574C
RGB
CMYK
RGB Variations
Color information
#8F574C (or 0x8F574C) is known color: Copper Rust. HEX triplet: 8F, 57 and 4C. RGB value is (143,87,76). Sum of RGB (Red+Green+Blue) = 143+87+76=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F574C is #70A8B3. Grayscale: #666666. Windows color (decimal): -7383220 or 5003151. OLE color: 5003151.
HSL color Cylindrical-coordinate representation of color #8F574C: hue angle of 9.85º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F574C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 76 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.44 |
| HSL | 9.85º | 0.31% | 0.43% | - |
| HSV(B) | 9.85º | 0.47% | 0.56% | - |
| XYZ | 16.04 | 13.18 | 8.54 | - |
| YUV | 102.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 76 | 0 | 0.39 | 0.47 | 0.44 | 9.85 | 0.31 | 0.43 |
| Hex | 8F | 57 | 4C | 0 | 27 | 2F | 2C | A | 1F | 2B |
| Octal | 217 | 127 | 114 | 0 | 47 | 57 | 54 | 12 | 37 | 53 |
| Binary | 10001111 | 1010111 | 1001100 | 0 | 100111 | 101111 | 101100 | 1010 | 11111 | 101011 |
Color Harmonies of #8F574C
Complementary color
Monochromatic Colors of #8F574C
Black with #8F574C
Text Example
Text Example
White with #8F574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F574C; }
p { color: rgb(143,87,76); }
H1.HeaderClassName
{
color: #8F574C;
}
.AnyTagClassName
{
color: #8F574C;
}
</style>
background-color css
<style>
a { background-color: #8F574C; }
a { background-color: rgb(143,87,76); }
div.DivClassName
{
background-color: #8F574C;
}
.BgClassName
{
background-color: #8F574C;
}
</style>
border-color css
<style>
span { border-color: #8F574C; }
span { border-color: rgb(143,87,76); }
td.TdClassName
{
border-color: #8F574C;
}
.TagClassName
{
border-color: #8F574C;
}
</style>