Shades of Copper Rust #985148
Tints of Copper Rust #985148
RGB
CMYK
RGB Variations
Color information
#985148 (or 0x985148) is known color: Copper Rust. HEX triplet: 98, 51 and 48. RGB value is (152,81,72). Sum of RGB (Red+Green+Blue) = 152+81+72=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985148 is #67AEB7. Grayscale: #656565. Windows color (decimal): -6794936 or 4739480. OLE color: 4739480.
HSL color Cylindrical-coordinate representation of color #985148: hue angle of 6.75º 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 #985148 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 72 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.40 |
| HSL | 6.75º | 0.36% | 0.44% | - |
| HSV(B) | 6.75º | 0.53% | 0.6% | - |
| XYZ | 17.06 | 13.03 | 7.75 | - |
| YUV | 101.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 72 | 0 | 0.47 | 0.53 | 0.40 | 6.75 | 0.36 | 0.44 |
| Hex | 98 | 51 | 48 | 0 | 2F | 35 | 28 | 7 | 24 | 2C |
| Octal | 230 | 121 | 110 | 0 | 57 | 65 | 50 | 7 | 44 | 54 |
| Binary | 10011000 | 1010001 | 1001000 | 0 | 101111 | 110101 | 101000 | 111 | 100100 | 101100 |
Color Harmonies of #985148
Complementary color
Monochromatic Colors of #985148
Black with #985148
Text Example
Text Example
White with #985148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985148; }
p { color: rgb(152,81,72); }
H1.HeaderClassName
{
color: #985148;
}
.AnyTagClassName
{
color: #985148;
}
</style>
background-color css
<style>
a { background-color: #985148; }
a { background-color: rgb(152,81,72); }
div.DivClassName
{
background-color: #985148;
}
.BgClassName
{
background-color: #985148;
}
</style>
border-color css
<style>
span { border-color: #985148; }
span { border-color: rgb(152,81,72); }
td.TdClassName
{
border-color: #985148;
}
.TagClassName
{
border-color: #985148;
}
</style>