Shades of Copper Rust #994F4F
Tints of Copper Rust #994F4F
RGB
CMYK
RGB Variations
Color information
#994F4F (or 0x994F4F) is known color: Copper Rust. HEX triplet: 99, 4F and 4F. RGB value is (153,79,79). Sum of RGB (Red+Green+Blue) = 153+79+79=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F4F is #66B0B0. Grayscale: #656565. Windows color (decimal): -6729905 or 5197721. OLE color: 5197721.
HSL color Cylindrical-coordinate representation of color #994F4F: hue angle of 0º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F4F is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 79 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.4 |
| HSL | 0º | 0.32% | 0.45% | - |
| HSV(B) | 0º | 0.48% | 0.6% | - |
| XYZ | 17.34 | 12.93 | 8.98 | - |
| YUV | 101.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 79 | 0 | 0.48 | 0.48 | 0.4 | 0 | 0.32 | 0.45 |
| Hex | 99 | 4F | 4F | 0 | 30 | 30 | 28 | 0 | 20 | 2D |
| Octal | 231 | 117 | 117 | 0 | 60 | 60 | 50 | 0 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1001111 | 0 | 110000 | 110000 | 101000 | 0 | 100000 | 101101 |
Color Harmonies of #994F4F
Complementary color
Monochromatic Colors of #994F4F
Black with #994F4F
Text Example
Text Example
White with #994F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F4F; }
p { color: rgb(153,79,79); }
H1.HeaderClassName
{
color: #994F4F;
}
.AnyTagClassName
{
color: #994F4F;
}
</style>
background-color css
<style>
a { background-color: #994F4F; }
a { background-color: rgb(153,79,79); }
div.DivClassName
{
background-color: #994F4F;
}
.BgClassName
{
background-color: #994F4F;
}
</style>
border-color css
<style>
span { border-color: #994F4F; }
span { border-color: rgb(153,79,79); }
td.TdClassName
{
border-color: #994F4F;
}
.TagClassName
{
border-color: #994F4F;
}
</style>