Shades of Copper Rust #985C4E
Tints of Copper Rust #985C4E
RGB
CMYK
RGB Variations
Color information
#985C4E (or 0x985C4E) is known color: Copper Rust. HEX triplet: 98, 5C and 4E. RGB value is (152,92,78). Sum of RGB (Red+Green+Blue) = 152+92+78=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C4E is #67A3B1. Grayscale: #6C6C6C. Windows color (decimal): -6792114 or 5135512. OLE color: 5135512.
HSL color Cylindrical-coordinate representation of color #985C4E: hue angle of 11.35º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985C4E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 78 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.40 |
| HSL | 11.35º | 0.32% | 0.45% | - |
| HSV(B) | 11.35º | 0.49% | 0.6% | - |
| XYZ | 18.15 | 14.88 | 9.12 | - |
| YUV | 108.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 78 | 0 | 0.39 | 0.49 | 0.40 | 11.35 | 0.32 | 0.45 |
| Hex | 98 | 5C | 4E | 0 | 27 | 31 | 28 | B | 20 | 2D |
| Octal | 230 | 134 | 116 | 0 | 47 | 61 | 50 | 13 | 40 | 55 |
| Binary | 10011000 | 1011100 | 1001110 | 0 | 100111 | 110001 | 101000 | 1011 | 100000 | 101101 |
Color Harmonies of #985C4E
Complementary color
Monochromatic Colors of #985C4E
Black with #985C4E
Text Example
Text Example
White with #985C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C4E; }
p { color: rgb(152,92,78); }
H1.HeaderClassName
{
color: #985C4E;
}
.AnyTagClassName
{
color: #985C4E;
}
</style>
background-color css
<style>
a { background-color: #985C4E; }
a { background-color: rgb(152,92,78); }
div.DivClassName
{
background-color: #985C4E;
}
.BgClassName
{
background-color: #985C4E;
}
</style>
border-color css
<style>
span { border-color: #985C4E; }
span { border-color: rgb(152,92,78); }
td.TdClassName
{
border-color: #985C4E;
}
.TagClassName
{
border-color: #985C4E;
}
</style>