Shades of Copper Rust #924C49
Tints of Copper Rust #924C49
RGB
CMYK
RGB Variations
Color information
#924C49 (or 0x924C49) is known color: Copper Rust. HEX triplet: 92, 4C and 49. RGB value is (146,76,73). Sum of RGB (Red+Green+Blue) = 146+76+73=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #924C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C49 is #6DB3B6. Grayscale: #606060. Windows color (decimal): -7189431 or 4803730. OLE color: 4803730.
HSL color Cylindrical-coordinate representation of color #924C49: hue angle of 2.47º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924C49 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 73 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.43 |
| HSL | 2.47º | 0.33% | 0.43% | - |
| HSV(B) | 2.47º | 0.5% | 0.57% | - |
| XYZ | 15.64 | 11.76 | 7.75 | - |
| YUV | 96.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 73 | 0 | 0.48 | 0.5 | 0.43 | 2.47 | 0.33 | 0.43 |
| Hex | 92 | 4C | 49 | 0 | 30 | 32 | 2B | 2 | 21 | 2B |
| Octal | 222 | 114 | 111 | 0 | 60 | 62 | 53 | 2 | 41 | 53 |
| Binary | 10010010 | 1001100 | 1001001 | 0 | 110000 | 110010 | 101011 | 10 | 100001 | 101011 |
Color Harmonies of #924C49
Complementary color
Monochromatic Colors of #924C49
Black with #924C49
Text Example
Text Example
White with #924C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C49; }
p { color: rgb(146,76,73); }
H1.HeaderClassName
{
color: #924C49;
}
.AnyTagClassName
{
color: #924C49;
}
</style>
background-color css
<style>
a { background-color: #924C49; }
a { background-color: rgb(146,76,73); }
div.DivClassName
{
background-color: #924C49;
}
.BgClassName
{
background-color: #924C49;
}
</style>
border-color css
<style>
span { border-color: #924C49; }
span { border-color: rgb(146,76,73); }
td.TdClassName
{
border-color: #924C49;
}
.TagClassName
{
border-color: #924C49;
}
</style>