Shades of Copper Rust #98524C
Tints of Copper Rust #98524C
RGB
CMYK
RGB Variations
Color information
#98524C (or 0x98524C) is known color: Copper Rust. HEX triplet: 98, 52 and 4C. RGB value is (152,82,76). Sum of RGB (Red+Green+Blue) = 152+82+76=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98524C is #67ADB3. Grayscale: #666666. Windows color (decimal): -6794676 or 5001880. OLE color: 5001880.
HSL color Cylindrical-coordinate representation of color #98524C: hue angle of 4.74º 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 #98524C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 76 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.40 |
| HSL | 4.74º | 0.33% | 0.45% | - |
| HSV(B) | 4.74º | 0.5% | 0.6% | - |
| XYZ | 17.27 | 13.23 | 8.48 | - |
| YUV | 102.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 76 | 0 | 0.46 | 0.50 | 0.40 | 4.74 | 0.33 | 0.45 |
| Hex | 98 | 52 | 4C | 0 | 2E | 32 | 28 | 5 | 21 | 2D |
| Octal | 230 | 122 | 114 | 0 | 56 | 62 | 50 | 5 | 41 | 55 |
| Binary | 10011000 | 1010010 | 1001100 | 0 | 101110 | 110010 | 101000 | 101 | 100001 | 101101 |
Color Harmonies of #98524C
Complementary color
Monochromatic Colors of #98524C
Black with #98524C
Text Example
Text Example
White with #98524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98524C; }
p { color: rgb(152,82,76); }
H1.HeaderClassName
{
color: #98524C;
}
.AnyTagClassName
{
color: #98524C;
}
</style>
background-color css
<style>
a { background-color: #98524C; }
a { background-color: rgb(152,82,76); }
div.DivClassName
{
background-color: #98524C;
}
.BgClassName
{
background-color: #98524C;
}
</style>
border-color css
<style>
span { border-color: #98524C; }
span { border-color: rgb(152,82,76); }
td.TdClassName
{
border-color: #98524C;
}
.TagClassName
{
border-color: #98524C;
}
</style>