Shades of Copper Rust #985B4E
Tints of Copper Rust #985B4E
RGB
CMYK
RGB Variations
Color information
#985B4E (or 0x985B4E) is known color: Copper Rust. HEX triplet: 98, 5B and 4E. RGB value is (152,91,78). Sum of RGB (Red+Green+Blue) = 152+91+78=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B4E is #67A4B1. Grayscale: #6B6B6B. Windows color (decimal): -6792370 or 5135256. OLE color: 5135256.
HSL color Cylindrical-coordinate representation of color #985B4E: hue angle of 10.54º 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 #985B4E is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 78 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.40 |
| HSL | 10.54º | 0.32% | 0.45% | - |
| HSV(B) | 10.54º | 0.49% | 0.6% | - |
| XYZ | 18.07 | 14.71 | 9.09 | - |
| YUV | 107.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 78 | 0 | 0.40 | 0.49 | 0.40 | 10.54 | 0.32 | 0.45 |
| Hex | 98 | 5B | 4E | 0 | 28 | 31 | 28 | B | 20 | 2D |
| Octal | 230 | 133 | 116 | 0 | 50 | 61 | 50 | 13 | 40 | 55 |
| Binary | 10011000 | 1011011 | 1001110 | 0 | 101000 | 110001 | 101000 | 1011 | 100000 | 101101 |
Color Harmonies of #985B4E
Complementary color
Monochromatic Colors of #985B4E
Black with #985B4E
Text Example
Text Example
White with #985B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B4E; }
p { color: rgb(152,91,78); }
H1.HeaderClassName
{
color: #985B4E;
}
.AnyTagClassName
{
color: #985B4E;
}
</style>
background-color css
<style>
a { background-color: #985B4E; }
a { background-color: rgb(152,91,78); }
div.DivClassName
{
background-color: #985B4E;
}
.BgClassName
{
background-color: #985B4E;
}
</style>
border-color css
<style>
span { border-color: #985B4E; }
span { border-color: rgb(152,91,78); }
td.TdClassName
{
border-color: #985B4E;
}
.TagClassName
{
border-color: #985B4E;
}
</style>