Shades of Copper Rust #92584D
Tints of Copper Rust #92584D
RGB
CMYK
RGB Variations
Color information
#92584D (or 0x92584D) is known color: Copper Rust. HEX triplet: 92, 58 and 4D. RGB value is (146,88,77). Sum of RGB (Red+Green+Blue) = 146+88+77=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92584D is #6DA7B2. Grayscale: #686868. Windows color (decimal): -7186355 or 5068946. OLE color: 5068946.
HSL color Cylindrical-coordinate representation of color #92584D: hue angle of 9.57º 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 #92584D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 77 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.43 |
| HSL | 9.57º | 0.31% | 0.44% | - |
| HSV(B) | 9.57º | 0.47% | 0.57% | - |
| XYZ | 16.68 | 13.63 | 8.77 | - |
| YUV | 104.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 77 | 0 | 0.40 | 0.47 | 0.43 | 9.57 | 0.31 | 0.44 |
| Hex | 92 | 58 | 4D | 0 | 28 | 2F | 2B | A | 1F | 2C |
| Octal | 222 | 130 | 115 | 0 | 50 | 57 | 53 | 12 | 37 | 54 |
| Binary | 10010010 | 1011000 | 1001101 | 0 | 101000 | 101111 | 101011 | 1010 | 11111 | 101100 |
Color Harmonies of #92584D
Complementary color
Monochromatic Colors of #92584D
Black with #92584D
Text Example
Text Example
White with #92584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92584D; }
p { color: rgb(146,88,77); }
H1.HeaderClassName
{
color: #92584D;
}
.AnyTagClassName
{
color: #92584D;
}
</style>
background-color css
<style>
a { background-color: #92584D; }
a { background-color: rgb(146,88,77); }
div.DivClassName
{
background-color: #92584D;
}
.BgClassName
{
background-color: #92584D;
}
</style>
border-color css
<style>
span { border-color: #92584D; }
span { border-color: rgb(146,88,77); }
td.TdClassName
{
border-color: #92584D;
}
.TagClassName
{
border-color: #92584D;
}
</style>