Shades of Copper Rust #925049
Tints of Copper Rust #925049
RGB
CMYK
RGB Variations
Color information
#925049 (or 0x925049) is known color: Copper Rust. HEX triplet: 92, 50 and 49. RGB value is (146,80,73). Sum of RGB (Red+Green+Blue) = 146+80+73=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #925049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925049 is #6DAFB6. Grayscale: #636363. Windows color (decimal): -7188407 or 4804754. OLE color: 4804754.
HSL color Cylindrical-coordinate representation of color #925049: hue angle of 5.75º 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 #925049 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 73 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.43 |
| HSL | 5.75º | 0.33% | 0.43% | - |
| HSV(B) | 5.75º | 0.5% | 0.57% | - |
| XYZ | 15.93 | 12.33 | 7.84 | - |
| YUV | 98.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 73 | 0 | 0.45 | 0.5 | 0.43 | 5.75 | 0.33 | 0.43 |
| Hex | 92 | 50 | 49 | 0 | 2D | 32 | 2B | 6 | 21 | 2B |
| Octal | 222 | 120 | 111 | 0 | 55 | 62 | 53 | 6 | 41 | 53 |
| Binary | 10010010 | 1010000 | 1001001 | 0 | 101101 | 110010 | 101011 | 110 | 100001 | 101011 |
Color Harmonies of #925049
Complementary color
Monochromatic Colors of #925049
Black with #925049
Text Example
Text Example
White with #925049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925049; }
p { color: rgb(146,80,73); }
H1.HeaderClassName
{
color: #925049;
}
.AnyTagClassName
{
color: #925049;
}
</style>
background-color css
<style>
a { background-color: #925049; }
a { background-color: rgb(146,80,73); }
div.DivClassName
{
background-color: #925049;
}
.BgClassName
{
background-color: #925049;
}
</style>
border-color css
<style>
span { border-color: #925049; }
span { border-color: rgb(146,80,73); }
td.TdClassName
{
border-color: #925049;
}
.TagClassName
{
border-color: #925049;
}
</style>