Shades of Copper Rust #98504A
Tints of Copper Rust #98504A
RGB
CMYK
RGB Variations
Color information
#98504A (or 0x98504A) is known color: Copper Rust. HEX triplet: 98, 50 and 4A. RGB value is (152,80,74). Sum of RGB (Red+Green+Blue) = 152+80+74=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #98504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98504A is #67AFB5. Grayscale: #646464. Windows color (decimal): -6795190 or 4870296. OLE color: 4870296.
HSL color Cylindrical-coordinate representation of color #98504A: hue angle of 4.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98504A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 74 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.40 |
| HSL | 4.62º | 0.35% | 0.44% | - |
| HSV(B) | 4.62º | 0.51% | 0.6% | - |
| XYZ | 17.05 | 12.91 | 8.07 | - |
| YUV | 100.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 74 | 0 | 0.47 | 0.51 | 0.40 | 4.62 | 0.35 | 0.44 |
| Hex | 98 | 50 | 4A | 0 | 2F | 33 | 28 | 5 | 23 | 2C |
| Octal | 230 | 120 | 112 | 0 | 57 | 63 | 50 | 5 | 43 | 54 |
| Binary | 10011000 | 1010000 | 1001010 | 0 | 101111 | 110011 | 101000 | 101 | 100011 | 101100 |
Color Harmonies of #98504A
Complementary color
Monochromatic Colors of #98504A
Black with #98504A
Text Example
Text Example
White with #98504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98504A; }
p { color: rgb(152,80,74); }
H1.HeaderClassName
{
color: #98504A;
}
.AnyTagClassName
{
color: #98504A;
}
</style>
background-color css
<style>
a { background-color: #98504A; }
a { background-color: rgb(152,80,74); }
div.DivClassName
{
background-color: #98504A;
}
.BgClassName
{
background-color: #98504A;
}
</style>
border-color css
<style>
span { border-color: #98504A; }
span { border-color: rgb(152,80,74); }
td.TdClassName
{
border-color: #98504A;
}
.TagClassName
{
border-color: #98504A;
}
</style>