Shades of Copper Rust #984F4D
Tints of Copper Rust #984F4D
RGB
CMYK
RGB Variations
Color information
#984F4D (or 0x984F4D) is known color: Copper Rust. HEX triplet: 98, 4F and 4D. RGB value is (152,79,77). Sum of RGB (Red+Green+Blue) = 152+79+77=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F4D is #67B0B2. Grayscale: #646464. Windows color (decimal): -6795443 or 5066648. OLE color: 5066648.
HSL color Cylindrical-coordinate representation of color #984F4D: hue angle of 1.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984F4D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 79 | 77 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.40 |
| HSL | 1.6º | 0.33% | 0.45% | - |
| HSV(B) | 1.6º | 0.49% | 0.6% | - |
| XYZ | 17.08 | 12.8 | 8.59 | - |
| YUV | 100.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 77 | 0 | 0.48 | 0.49 | 0.40 | 1.6 | 0.33 | 0.45 |
| Hex | 98 | 4F | 4D | 0 | 30 | 31 | 28 | 2 | 21 | 2D |
| Octal | 230 | 117 | 115 | 0 | 60 | 61 | 50 | 2 | 41 | 55 |
| Binary | 10011000 | 1001111 | 1001101 | 0 | 110000 | 110001 | 101000 | 10 | 100001 | 101101 |
Color Harmonies of #984F4D
Complementary color
Monochromatic Colors of #984F4D
Black with #984F4D
Text Example
Text Example
White with #984F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984F4D; }
p { color: rgb(152,79,77); }
H1.HeaderClassName
{
color: #984F4D;
}
.AnyTagClassName
{
color: #984F4D;
}
</style>
background-color css
<style>
a { background-color: #984F4D; }
a { background-color: rgb(152,79,77); }
div.DivClassName
{
background-color: #984F4D;
}
.BgClassName
{
background-color: #984F4D;
}
</style>
border-color css
<style>
span { border-color: #984F4D; }
span { border-color: rgb(152,79,77); }
td.TdClassName
{
border-color: #984F4D;
}
.TagClassName
{
border-color: #984F4D;
}
</style>