Shades of Copper Rust #985C4F
Tints of Copper Rust #985C4F
RGB
CMYK
RGB Variations
Color information
#985C4F (or 0x985C4F) is known color: Copper Rust. HEX triplet: 98, 5C and 4F. RGB value is (152,92,79). Sum of RGB (Red+Green+Blue) = 152+92+79=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C4F is #67A3B0. Grayscale: #6C6C6C. Windows color (decimal): -6792113 or 5201048. OLE color: 5201048.
HSL color Cylindrical-coordinate representation of color #985C4F: hue angle of 10.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985C4F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 79 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.40 |
| HSL | 10.68º | 0.32% | 0.45% | - |
| HSV(B) | 10.68º | 0.48% | 0.6% | - |
| XYZ | 18.19 | 14.89 | 9.31 | - |
| YUV | 108.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 79 | 0 | 0.39 | 0.48 | 0.40 | 10.68 | 0.32 | 0.45 |
| Hex | 98 | 5C | 4F | 0 | 27 | 30 | 28 | B | 20 | 2D |
| Octal | 230 | 134 | 117 | 0 | 47 | 60 | 50 | 13 | 40 | 55 |
| Binary | 10011000 | 1011100 | 1001111 | 0 | 100111 | 110000 | 101000 | 1011 | 100000 | 101101 |
Color Harmonies of #985C4F
Complementary color
Monochromatic Colors of #985C4F
Black with #985C4F
Text Example
Text Example
White with #985C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C4F; }
p { color: rgb(152,92,79); }
H1.HeaderClassName
{
color: #985C4F;
}
.AnyTagClassName
{
color: #985C4F;
}
</style>
background-color css
<style>
a { background-color: #985C4F; }
a { background-color: rgb(152,92,79); }
div.DivClassName
{
background-color: #985C4F;
}
.BgClassName
{
background-color: #985C4F;
}
</style>
border-color css
<style>
span { border-color: #985C4F; }
span { border-color: rgb(152,92,79); }
td.TdClassName
{
border-color: #985C4F;
}
.TagClassName
{
border-color: #985C4F;
}
</style>