Shades of Copper Rust #98524F
Tints of Copper Rust #98524F
RGB
CMYK
RGB Variations
Color information
#98524F (or 0x98524F) is known color: Copper Rust. HEX triplet: 98, 52 and 4F. RGB value is (152,82,79). Sum of RGB (Red+Green+Blue) = 152+82+79=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98524F is #67ADB0. Grayscale: #666666. Windows color (decimal): -6794673 or 5198488. OLE color: 5198488.
HSL color Cylindrical-coordinate representation of color #98524F: hue angle of 2.47º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98524F is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 79 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.40 |
| HSL | 2.47º | 0.32% | 0.45% | - |
| HSV(B) | 2.47º | 0.48% | 0.6% | - |
| XYZ | 17.38 | 13.27 | 9.04 | - |
| YUV | 102.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 79 | 0 | 0.46 | 0.48 | 0.40 | 2.47 | 0.32 | 0.45 |
| Hex | 98 | 52 | 4F | 0 | 2E | 30 | 28 | 2 | 20 | 2D |
| Octal | 230 | 122 | 117 | 0 | 56 | 60 | 50 | 2 | 40 | 55 |
| Binary | 10011000 | 1010010 | 1001111 | 0 | 101110 | 110000 | 101000 | 10 | 100000 | 101101 |
Color Harmonies of #98524F
Complementary color
Monochromatic Colors of #98524F
Black with #98524F
Text Example
Text Example
White with #98524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98524F; }
p { color: rgb(152,82,79); }
H1.HeaderClassName
{
color: #98524F;
}
.AnyTagClassName
{
color: #98524F;
}
</style>
background-color css
<style>
a { background-color: #98524F; }
a { background-color: rgb(152,82,79); }
div.DivClassName
{
background-color: #98524F;
}
.BgClassName
{
background-color: #98524F;
}
</style>
border-color css
<style>
span { border-color: #98524F; }
span { border-color: rgb(152,82,79); }
td.TdClassName
{
border-color: #98524F;
}
.TagClassName
{
border-color: #98524F;
}
</style>