Shades of Copper Rust #985A50
Tints of Copper Rust #985A50
RGB
CMYK
RGB Variations
Color information
#985A50 (or 0x985A50) is known color: Copper Rust. HEX triplet: 98, 5A and 50. RGB value is (152,90,80). Sum of RGB (Red+Green+Blue) = 152+90+80=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A50 is #67A5AF. Grayscale: #6B6B6B. Windows color (decimal): -6792624 or 5266072. OLE color: 5266072.
HSL color Cylindrical-coordinate representation of color #985A50: hue angle of 8.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985A50 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 80 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.40 |
| HSL | 8.33º | 0.31% | 0.45% | - |
| HSV(B) | 8.33º | 0.47% | 0.6% | - |
| XYZ | 18.05 | 14.57 | 9.45 | - |
| YUV | 107.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 80 | 0 | 0.41 | 0.47 | 0.40 | 8.33 | 0.31 | 0.45 |
| Hex | 98 | 5A | 50 | 0 | 29 | 2F | 28 | 8 | 1F | 2D |
| Octal | 230 | 132 | 120 | 0 | 51 | 57 | 50 | 10 | 37 | 55 |
| Binary | 10011000 | 1011010 | 1010000 | 0 | 101001 | 101111 | 101000 | 1000 | 11111 | 101101 |
Color Harmonies of #985A50
Complementary color
Monochromatic Colors of #985A50
Black with #985A50
Text Example
Text Example
White with #985A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A50; }
p { color: rgb(152,90,80); }
H1.HeaderClassName
{
color: #985A50;
}
.AnyTagClassName
{
color: #985A50;
}
</style>
background-color css
<style>
a { background-color: #985A50; }
a { background-color: rgb(152,90,80); }
div.DivClassName
{
background-color: #985A50;
}
.BgClassName
{
background-color: #985A50;
}
</style>
border-color css
<style>
span { border-color: #985A50; }
span { border-color: rgb(152,90,80); }
td.TdClassName
{
border-color: #985A50;
}
.TagClassName
{
border-color: #985A50;
}
</style>