Shades of Copper Rust #985748
Tints of Copper Rust #985748
RGB
CMYK
RGB Variations
Color information
#985748 (or 0x985748) is known color: Copper Rust. HEX triplet: 98, 57 and 48. RGB value is (152,87,72). Sum of RGB (Red+Green+Blue) = 152+87+72=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #985748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985748 is #67A8B7. Grayscale: #686868. Windows color (decimal): -6793400 or 4741016. OLE color: 4741016.
HSL color Cylindrical-coordinate representation of color #985748: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985748 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 72 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.40 |
| HSL | 11.25º | 0.36% | 0.44% | - |
| HSV(B) | 11.25º | 0.53% | 0.6% | - |
| XYZ | 17.53 | 13.96 | 7.9 | - |
| YUV | 104.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 72 | 0 | 0.43 | 0.53 | 0.40 | 11.25 | 0.36 | 0.44 |
| Hex | 98 | 57 | 48 | 0 | 2B | 35 | 28 | B | 24 | 2C |
| Octal | 230 | 127 | 110 | 0 | 53 | 65 | 50 | 13 | 44 | 54 |
| Binary | 10011000 | 1010111 | 1001000 | 0 | 101011 | 110101 | 101000 | 1011 | 100100 | 101100 |
Color Harmonies of #985748
Complementary color
Monochromatic Colors of #985748
Black with #985748
Text Example
Text Example
White with #985748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985748; }
p { color: rgb(152,87,72); }
H1.HeaderClassName
{
color: #985748;
}
.AnyTagClassName
{
color: #985748;
}
</style>
background-color css
<style>
a { background-color: #985748; }
a { background-color: rgb(152,87,72); }
div.DivClassName
{
background-color: #985748;
}
.BgClassName
{
background-color: #985748;
}
</style>
border-color css
<style>
span { border-color: #985748; }
span { border-color: rgb(152,87,72); }
td.TdClassName
{
border-color: #985748;
}
.TagClassName
{
border-color: #985748;
}
</style>