Shades of Copper Rust #92504C
Tints of Copper Rust #92504C
RGB
CMYK
RGB Variations
Color information
#92504C (or 0x92504C) is known color: Copper Rust. HEX triplet: 92, 50 and 4C. RGB value is (146,80,76). Sum of RGB (Red+Green+Blue) = 146+80+76=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92504C is #6DAFB3. Grayscale: #636363. Windows color (decimal): -7188404 or 5001362. OLE color: 5001362.
HSL color Cylindrical-coordinate representation of color #92504C: hue angle of 3.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92504C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 76 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.43 |
| HSL | 3.43º | 0.32% | 0.44% | - |
| HSV(B) | 3.43º | 0.48% | 0.57% | - |
| XYZ | 16.03 | 12.37 | 8.38 | - |
| YUV | 99.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 76 | 0 | 0.45 | 0.48 | 0.43 | 3.43 | 0.32 | 0.44 |
| Hex | 92 | 50 | 4C | 0 | 2D | 30 | 2B | 3 | 20 | 2C |
| Octal | 222 | 120 | 114 | 0 | 55 | 60 | 53 | 3 | 40 | 54 |
| Binary | 10010010 | 1010000 | 1001100 | 0 | 101101 | 110000 | 101011 | 11 | 100000 | 101100 |
Color Harmonies of #92504C
Complementary color
Monochromatic Colors of #92504C
Black with #92504C
Text Example
Text Example
White with #92504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92504C; }
p { color: rgb(146,80,76); }
H1.HeaderClassName
{
color: #92504C;
}
.AnyTagClassName
{
color: #92504C;
}
</style>
background-color css
<style>
a { background-color: #92504C; }
a { background-color: rgb(146,80,76); }
div.DivClassName
{
background-color: #92504C;
}
.BgClassName
{
background-color: #92504C;
}
</style>
border-color css
<style>
span { border-color: #92504C; }
span { border-color: rgb(146,80,76); }
td.TdClassName
{
border-color: #92504C;
}
.TagClassName
{
border-color: #92504C;
}
</style>