Shades of Copper Rust #98504E
Tints of Copper Rust #98504E
RGB
CMYK
RGB Variations
Color information
#98504E (or 0x98504E) is known color: Copper Rust. HEX triplet: 98, 50 and 4E. RGB value is (152,80,78). Sum of RGB (Red+Green+Blue) = 152+80+78=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98504E is #67AFB1. Grayscale: #656565. Windows color (decimal): -6795186 or 5132440. OLE color: 5132440.
HSL color Cylindrical-coordinate representation of color #98504E: hue angle of 1.62º 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 #98504E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 78 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.40 |
| HSL | 1.62º | 0.32% | 0.45% | - |
| HSV(B) | 1.62º | 0.49% | 0.6% | - |
| XYZ | 17.19 | 12.96 | 8.8 | - |
| YUV | 101.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 78 | 0 | 0.47 | 0.49 | 0.40 | 1.62 | 0.32 | 0.45 |
| Hex | 98 | 50 | 4E | 0 | 2F | 31 | 28 | 2 | 20 | 2D |
| Octal | 230 | 120 | 116 | 0 | 57 | 61 | 50 | 2 | 40 | 55 |
| Binary | 10011000 | 1010000 | 1001110 | 0 | 101111 | 110001 | 101000 | 10 | 100000 | 101101 |
Color Harmonies of #98504E
Complementary color
Monochromatic Colors of #98504E
Black with #98504E
Text Example
Text Example
White with #98504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98504E; }
p { color: rgb(152,80,78); }
H1.HeaderClassName
{
color: #98504E;
}
.AnyTagClassName
{
color: #98504E;
}
</style>
background-color css
<style>
a { background-color: #98504E; }
a { background-color: rgb(152,80,78); }
div.DivClassName
{
background-color: #98504E;
}
.BgClassName
{
background-color: #98504E;
}
</style>
border-color css
<style>
span { border-color: #98504E; }
span { border-color: rgb(152,80,78); }
td.TdClassName
{
border-color: #98504E;
}
.TagClassName
{
border-color: #98504E;
}
</style>