Shades of Copper Rust #985A4D
Tints of Copper Rust #985A4D
RGB
CMYK
RGB Variations
Color information
#985A4D (or 0x985A4D) is known color: Copper Rust. HEX triplet: 98, 5A and 4D. RGB value is (152,90,77). Sum of RGB (Red+Green+Blue) = 152+90+77=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A4D is #67A5B2. Grayscale: #6B6B6B. Windows color (decimal): -6792627 or 5069464. OLE color: 5069464.
HSL color Cylindrical-coordinate representation of color #985A4D: hue angle of 10.4º degrees, saturation: 0.33, 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 #985A4D is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 77 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.40 |
| HSL | 10.4º | 0.33% | 0.45% | - |
| HSV(B) | 10.4º | 0.49% | 0.6% | - |
| XYZ | 17.94 | 14.52 | 8.88 | - |
| YUV | 107.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 77 | 0 | 0.41 | 0.49 | 0.40 | 10.4 | 0.33 | 0.45 |
| Hex | 98 | 5A | 4D | 0 | 29 | 31 | 28 | A | 21 | 2D |
| Octal | 230 | 132 | 115 | 0 | 51 | 61 | 50 | 12 | 41 | 55 |
| Binary | 10011000 | 1011010 | 1001101 | 0 | 101001 | 110001 | 101000 | 1010 | 100001 | 101101 |
Color Harmonies of #985A4D
Complementary color
Monochromatic Colors of #985A4D
Black with #985A4D
Text Example
Text Example
White with #985A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A4D; }
p { color: rgb(152,90,77); }
H1.HeaderClassName
{
color: #985A4D;
}
.AnyTagClassName
{
color: #985A4D;
}
</style>
background-color css
<style>
a { background-color: #985A4D; }
a { background-color: rgb(152,90,77); }
div.DivClassName
{
background-color: #985A4D;
}
.BgClassName
{
background-color: #985A4D;
}
</style>
border-color css
<style>
span { border-color: #985A4D; }
span { border-color: rgb(152,90,77); }
td.TdClassName
{
border-color: #985A4D;
}
.TagClassName
{
border-color: #985A4D;
}
</style>