Shades of Copper Rust #924F4D
Tints of Copper Rust #924F4D
RGB
CMYK
RGB Variations
Color information
#924F4D (or 0x924F4D) is known color: Copper Rust. HEX triplet: 92, 4F and 4D. RGB value is (146,79,77). Sum of RGB (Red+Green+Blue) = 146+79+77=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #924F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F4D is #6DB0B2. Grayscale: #626262. Windows color (decimal): -7188659 or 5066642. OLE color: 5066642.
HSL color Cylindrical-coordinate representation of color #924F4D: hue angle of 1.74º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924F4D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 77 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.43 |
| HSL | 1.74º | 0.31% | 0.44% | - |
| HSV(B) | 1.74º | 0.47% | 0.57% | - |
| XYZ | 15.99 | 12.24 | 8.54 | - |
| YUV | 98.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 77 | 0 | 0.46 | 0.47 | 0.43 | 1.74 | 0.31 | 0.44 |
| Hex | 92 | 4F | 4D | 0 | 2E | 2F | 2B | 2 | 1F | 2C |
| Octal | 222 | 117 | 115 | 0 | 56 | 57 | 53 | 2 | 37 | 54 |
| Binary | 10010010 | 1001111 | 1001101 | 0 | 101110 | 101111 | 101011 | 10 | 11111 | 101100 |
Color Harmonies of #924F4D
Complementary color
Monochromatic Colors of #924F4D
Black with #924F4D
Text Example
Text Example
White with #924F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F4D; }
p { color: rgb(146,79,77); }
H1.HeaderClassName
{
color: #924F4D;
}
.AnyTagClassName
{
color: #924F4D;
}
</style>
background-color css
<style>
a { background-color: #924F4D; }
a { background-color: rgb(146,79,77); }
div.DivClassName
{
background-color: #924F4D;
}
.BgClassName
{
background-color: #924F4D;
}
</style>
border-color css
<style>
span { border-color: #924F4D; }
span { border-color: rgb(146,79,77); }
td.TdClassName
{
border-color: #924F4D;
}
.TagClassName
{
border-color: #924F4D;
}
</style>