Shades of Copper Rust #985B4C
Tints of Copper Rust #985B4C
RGB
CMYK
RGB Variations
Color information
#985B4C (or 0x985B4C) is known color: Copper Rust. HEX triplet: 98, 5B and 4C. RGB value is (152,91,76). Sum of RGB (Red+Green+Blue) = 152+91+76=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B4C is #67A4B3. Grayscale: #6B6B6B. Windows color (decimal): -6792372 or 5004184. OLE color: 5004184.
HSL color Cylindrical-coordinate representation of color #985B4C: hue angle of 11.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985B4C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 76 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.40 |
| HSL | 11.84º | 0.33% | 0.45% | - |
| HSV(B) | 11.84º | 0.5% | 0.6% | - |
| XYZ | 17.99 | 14.68 | 8.72 | - |
| YUV | 107.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 76 | 0 | 0.40 | 0.50 | 0.40 | 11.84 | 0.33 | 0.45 |
| Hex | 98 | 5B | 4C | 0 | 28 | 32 | 28 | C | 21 | 2D |
| Octal | 230 | 133 | 114 | 0 | 50 | 62 | 50 | 14 | 41 | 55 |
| Binary | 10011000 | 1011011 | 1001100 | 0 | 101000 | 110010 | 101000 | 1100 | 100001 | 101101 |
Color Harmonies of #985B4C
Complementary color
Monochromatic Colors of #985B4C
Black with #985B4C
Text Example
Text Example
White with #985B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B4C; }
p { color: rgb(152,91,76); }
H1.HeaderClassName
{
color: #985B4C;
}
.AnyTagClassName
{
color: #985B4C;
}
</style>
background-color css
<style>
a { background-color: #985B4C; }
a { background-color: rgb(152,91,76); }
div.DivClassName
{
background-color: #985B4C;
}
.BgClassName
{
background-color: #985B4C;
}
</style>
border-color css
<style>
span { border-color: #985B4C; }
span { border-color: rgb(152,91,76); }
td.TdClassName
{
border-color: #985B4C;
}
.TagClassName
{
border-color: #985B4C;
}
</style>