Shades of Copper Rust #984D4D
Tints of Copper Rust #984D4D
RGB
CMYK
RGB Variations
Color information
#984D4D (or 0x984D4D) is known color: Copper Rust. HEX triplet: 98, 4D and 4D. RGB value is (152,77,77). Sum of RGB (Red+Green+Blue) = 152+77+77=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #984D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D4D is #67B2B2. Grayscale: #636363. Windows color (decimal): -6795955 or 5066136. OLE color: 5066136.
HSL color Cylindrical-coordinate representation of color #984D4D: hue angle of 0º 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 #984D4D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 77 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.40 |
| HSL | 0º | 0.33% | 0.45% | - |
| HSV(B) | 0º | 0.49% | 0.6% | - |
| XYZ | 16.94 | 12.52 | 8.54 | - |
| YUV | 99.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 77 | 0 | 0.49 | 0.49 | 0.40 | 0 | 0.33 | 0.45 |
| Hex | 98 | 4D | 4D | 0 | 31 | 31 | 28 | 0 | 21 | 2D |
| Octal | 230 | 115 | 115 | 0 | 61 | 61 | 50 | 0 | 41 | 55 |
| Binary | 10011000 | 1001101 | 1001101 | 0 | 110001 | 110001 | 101000 | 0 | 100001 | 101101 |
Color Harmonies of #984D4D
Complementary color
Monochromatic Colors of #984D4D
Black with #984D4D
Text Example
Text Example
White with #984D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D4D; }
p { color: rgb(152,77,77); }
H1.HeaderClassName
{
color: #984D4D;
}
.AnyTagClassName
{
color: #984D4D;
}
</style>
background-color css
<style>
a { background-color: #984D4D; }
a { background-color: rgb(152,77,77); }
div.DivClassName
{
background-color: #984D4D;
}
.BgClassName
{
background-color: #984D4D;
}
</style>
border-color css
<style>
span { border-color: #984D4D; }
span { border-color: rgb(152,77,77); }
td.TdClassName
{
border-color: #984D4D;
}
.TagClassName
{
border-color: #984D4D;
}
</style>