Shades of Copper Rust #98524A
Tints of Copper Rust #98524A
RGB
CMYK
RGB Variations
Color information
#98524A (or 0x98524A) is known color: Copper Rust. HEX triplet: 98, 52 and 4A. RGB value is (152,82,74). Sum of RGB (Red+Green+Blue) = 152+82+74=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98524A is #67ADB5. Grayscale: #666666. Windows color (decimal): -6794678 or 4870808. OLE color: 4870808.
HSL color Cylindrical-coordinate representation of color #98524A: hue angle of 6.15º 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 #98524A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 74 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.40 |
| HSL | 6.15º | 0.35% | 0.44% | - |
| HSV(B) | 6.15º | 0.51% | 0.6% | - |
| XYZ | 17.2 | 13.2 | 8.12 | - |
| YUV | 102.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 74 | 0 | 0.46 | 0.51 | 0.40 | 6.15 | 0.35 | 0.44 |
| Hex | 98 | 52 | 4A | 0 | 2E | 33 | 28 | 6 | 23 | 2C |
| Octal | 230 | 122 | 112 | 0 | 56 | 63 | 50 | 6 | 43 | 54 |
| Binary | 10011000 | 1010010 | 1001010 | 0 | 101110 | 110011 | 101000 | 110 | 100011 | 101100 |
Color Harmonies of #98524A
Complementary color
Monochromatic Colors of #98524A
Black with #98524A
Text Example
Text Example
White with #98524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98524A; }
p { color: rgb(152,82,74); }
H1.HeaderClassName
{
color: #98524A;
}
.AnyTagClassName
{
color: #98524A;
}
</style>
background-color css
<style>
a { background-color: #98524A; }
a { background-color: rgb(152,82,74); }
div.DivClassName
{
background-color: #98524A;
}
.BgClassName
{
background-color: #98524A;
}
</style>
border-color css
<style>
span { border-color: #98524A; }
span { border-color: rgb(152,82,74); }
td.TdClassName
{
border-color: #98524A;
}
.TagClassName
{
border-color: #98524A;
}
</style>