Shades of Copper Rust #92514F
Tints of Copper Rust #92514F
RGB
CMYK
RGB Variations
Color information
#92514F (or 0x92514F) is known color: Copper Rust. HEX triplet: 92, 51 and 4F. RGB value is (146,81,79). Sum of RGB (Red+Green+Blue) = 146+81+79=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92514F is #6DAEB0. Grayscale: #646464. Windows color (decimal): -7188145 or 5198226. OLE color: 5198226.
HSL color Cylindrical-coordinate representation of color #92514F: hue angle of 1.79º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92514F is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 79 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.43 |
| HSL | 1.79º | 0.3% | 0.44% | - |
| HSV(B) | 1.79º | 0.46% | 0.57% | - |
| XYZ | 16.21 | 12.56 | 8.97 | - |
| YUV | 100.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 79 | 0 | 0.45 | 0.46 | 0.43 | 1.79 | 0.3 | 0.44 |
| Hex | 92 | 51 | 4F | 0 | 2D | 2E | 2B | 2 | 1E | 2C |
| Octal | 222 | 121 | 117 | 0 | 55 | 56 | 53 | 2 | 36 | 54 |
| Binary | 10010010 | 1010001 | 1001111 | 0 | 101101 | 101110 | 101011 | 10 | 11110 | 101100 |
Color Harmonies of #92514F
Complementary color
Monochromatic Colors of #92514F
Black with #92514F
Text Example
Text Example
White with #92514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92514F; }
p { color: rgb(146,81,79); }
H1.HeaderClassName
{
color: #92514F;
}
.AnyTagClassName
{
color: #92514F;
}
</style>
background-color css
<style>
a { background-color: #92514F; }
a { background-color: rgb(146,81,79); }
div.DivClassName
{
background-color: #92514F;
}
.BgClassName
{
background-color: #92514F;
}
</style>
border-color css
<style>
span { border-color: #92514F; }
span { border-color: rgb(146,81,79); }
td.TdClassName
{
border-color: #92514F;
}
.TagClassName
{
border-color: #92514F;
}
</style>