Shades of Copper Rust #994D4C
Tints of Copper Rust #994D4C
RGB
CMYK
RGB Variations
Color information
#994D4C (or 0x994D4C) is known color: Copper Rust. HEX triplet: 99, 4D and 4C. RGB value is (153,77,76). Sum of RGB (Red+Green+Blue) = 153+77+76=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D4C is #66B2B3. Grayscale: #636363. Windows color (decimal): -6730420 or 5000601. OLE color: 5000601.
HSL color Cylindrical-coordinate representation of color #994D4C: hue angle of 0.78º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D4C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 76 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.4 |
| HSL | 0.78º | 0.34% | 0.45% | - |
| HSV(B) | 0.78º | 0.5% | 0.6% | - |
| XYZ | 17.1 | 12.6 | 8.37 | - |
| YUV | 99.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 76 | 0 | 0.50 | 0.50 | 0.4 | 0.78 | 0.34 | 0.45 |
| Hex | 99 | 4D | 4C | 0 | 32 | 32 | 28 | 1 | 22 | 2D |
| Octal | 231 | 115 | 114 | 0 | 62 | 62 | 50 | 1 | 42 | 55 |
| Binary | 10011001 | 1001101 | 1001100 | 0 | 110010 | 110010 | 101000 | 1 | 100010 | 101101 |
Color Harmonies of #994D4C
Complementary color
Monochromatic Colors of #994D4C
Black with #994D4C
Text Example
Text Example
White with #994D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D4C; }
p { color: rgb(153,77,76); }
H1.HeaderClassName
{
color: #994D4C;
}
.AnyTagClassName
{
color: #994D4C;
}
</style>
background-color css
<style>
a { background-color: #994D4C; }
a { background-color: rgb(153,77,76); }
div.DivClassName
{
background-color: #994D4C;
}
.BgClassName
{
background-color: #994D4C;
}
</style>
border-color css
<style>
span { border-color: #994D4C; }
span { border-color: rgb(153,77,76); }
td.TdClassName
{
border-color: #994D4C;
}
.TagClassName
{
border-color: #994D4C;
}
</style>