Shades of Copper Rust #985A52
Tints of Copper Rust #985A52
RGB
CMYK
RGB Variations
Color information
#985A52 (or 0x985A52) is known color: Copper Rust. HEX triplet: 98, 5A and 52. RGB value is (152,90,82). Sum of RGB (Red+Green+Blue) = 152+90+82=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A52 is #67A5AD. Grayscale: #6B6B6B. Windows color (decimal): -6792622 or 5397144. OLE color: 5397144.
HSL color Cylindrical-coordinate representation of color #985A52: hue angle of 6.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985A52 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 82 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.40 |
| HSL | 6.86º | 0.3% | 0.46% | - |
| HSV(B) | 6.86º | 0.46% | 0.6% | - |
| XYZ | 18.13 | 14.6 | 9.84 | - |
| YUV | 107.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 82 | 0 | 0.41 | 0.46 | 0.40 | 6.86 | 0.3 | 0.46 |
| Hex | 98 | 5A | 52 | 0 | 29 | 2E | 28 | 7 | 1E | 2E |
| Octal | 230 | 132 | 122 | 0 | 51 | 56 | 50 | 7 | 36 | 56 |
| Binary | 10011000 | 1011010 | 1010010 | 0 | 101001 | 101110 | 101000 | 111 | 11110 | 101110 |
Color Harmonies of #985A52
Complementary color
Monochromatic Colors of #985A52
Black with #985A52
Text Example
Text Example
White with #985A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A52; }
p { color: rgb(152,90,82); }
H1.HeaderClassName
{
color: #985A52;
}
.AnyTagClassName
{
color: #985A52;
}
</style>
background-color css
<style>
a { background-color: #985A52; }
a { background-color: rgb(152,90,82); }
div.DivClassName
{
background-color: #985A52;
}
.BgClassName
{
background-color: #985A52;
}
</style>
border-color css
<style>
span { border-color: #985A52; }
span { border-color: rgb(152,90,82); }
td.TdClassName
{
border-color: #985A52;
}
.TagClassName
{
border-color: #985A52;
}
</style>