Shades of Copper Rust #92584C
Tints of Copper Rust #92584C
RGB
CMYK
RGB Variations
Color information
#92584C (or 0x92584C) is known color: Copper Rust. HEX triplet: 92, 58 and 4C. RGB value is (146,88,76). Sum of RGB (Red+Green+Blue) = 146+88+76=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92584C is #6DA7B3. Grayscale: #686868. Windows color (decimal): -7186356 or 5003410. OLE color: 5003410.
HSL color Cylindrical-coordinate representation of color #92584C: hue angle of 10.29º 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 #92584C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 76 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.43 |
| HSL | 10.29º | 0.32% | 0.44% | - |
| HSV(B) | 10.29º | 0.48% | 0.57% | - |
| XYZ | 16.65 | 13.61 | 8.59 | - |
| YUV | 103.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 76 | 0 | 0.40 | 0.48 | 0.43 | 10.29 | 0.32 | 0.44 |
| Hex | 92 | 58 | 4C | 0 | 28 | 30 | 2B | A | 20 | 2C |
| Octal | 222 | 130 | 114 | 0 | 50 | 60 | 53 | 12 | 40 | 54 |
| Binary | 10010010 | 1011000 | 1001100 | 0 | 101000 | 110000 | 101011 | 1010 | 100000 | 101100 |
Color Harmonies of #92584C
Complementary color
Monochromatic Colors of #92584C
Black with #92584C
Text Example
Text Example
White with #92584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92584C; }
p { color: rgb(146,88,76); }
H1.HeaderClassName
{
color: #92584C;
}
.AnyTagClassName
{
color: #92584C;
}
</style>
background-color css
<style>
a { background-color: #92584C; }
a { background-color: rgb(146,88,76); }
div.DivClassName
{
background-color: #92584C;
}
.BgClassName
{
background-color: #92584C;
}
</style>
border-color css
<style>
span { border-color: #92584C; }
span { border-color: rgb(146,88,76); }
td.TdClassName
{
border-color: #92584C;
}
.TagClassName
{
border-color: #92584C;
}
</style>