Shades of Copper Rust #98574F
Tints of Copper Rust #98574F
RGB
CMYK
RGB Variations
Color information
#98574F (or 0x98574F) is known color: Copper Rust. HEX triplet: 98, 57 and 4F. RGB value is (152,87,79). Sum of RGB (Red+Green+Blue) = 152+87+79=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98574F is #67A8B0. Grayscale: #696969. Windows color (decimal): -6793393 or 5199768. OLE color: 5199768.
HSL color Cylindrical-coordinate representation of color #98574F: hue angle of 6.58º 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 #98574F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 79 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.40 |
| HSL | 6.58º | 0.32% | 0.45% | - |
| HSV(B) | 6.58º | 0.48% | 0.6% | - |
| XYZ | 17.77 | 14.06 | 9.17 | - |
| YUV | 105.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 79 | 0 | 0.43 | 0.48 | 0.40 | 6.58 | 0.32 | 0.45 |
| Hex | 98 | 57 | 4F | 0 | 2B | 30 | 28 | 7 | 20 | 2D |
| Octal | 230 | 127 | 117 | 0 | 53 | 60 | 50 | 7 | 40 | 55 |
| Binary | 10011000 | 1010111 | 1001111 | 0 | 101011 | 110000 | 101000 | 111 | 100000 | 101101 |
Color Harmonies of #98574F
Complementary color
Monochromatic Colors of #98574F
Black with #98574F
Text Example
Text Example
White with #98574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98574F; }
p { color: rgb(152,87,79); }
H1.HeaderClassName
{
color: #98574F;
}
.AnyTagClassName
{
color: #98574F;
}
</style>
background-color css
<style>
a { background-color: #98574F; }
a { background-color: rgb(152,87,79); }
div.DivClassName
{
background-color: #98574F;
}
.BgClassName
{
background-color: #98574F;
}
</style>
border-color css
<style>
span { border-color: #98574F; }
span { border-color: rgb(152,87,79); }
td.TdClassName
{
border-color: #98574F;
}
.TagClassName
{
border-color: #98574F;
}
</style>