Shades of Copper Rust #92594F
Tints of Copper Rust #92594F
RGB
CMYK
RGB Variations
Color information
#92594F (or 0x92594F) is known color: Copper Rust. HEX triplet: 92, 59 and 4F. RGB value is (146,89,79). Sum of RGB (Red+Green+Blue) = 146+89+79=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #92594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92594F is #6DA6B0. Grayscale: #696969. Windows color (decimal): -7186097 or 5200274. OLE color: 5200274.
HSL color Cylindrical-coordinate representation of color #92594F: hue angle of 8.96º 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 #92594F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 79 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.43 |
| HSL | 8.96º | 0.3% | 0.44% | - |
| HSV(B) | 8.96º | 0.46% | 0.57% | - |
| XYZ | 16.84 | 13.82 | 9.18 | - |
| YUV | 104.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 79 | 0 | 0.39 | 0.46 | 0.43 | 8.96 | 0.3 | 0.44 |
| Hex | 92 | 59 | 4F | 0 | 27 | 2E | 2B | 9 | 1E | 2C |
| Octal | 222 | 131 | 117 | 0 | 47 | 56 | 53 | 11 | 36 | 54 |
| Binary | 10010010 | 1011001 | 1001111 | 0 | 100111 | 101110 | 101011 | 1001 | 11110 | 101100 |
Color Harmonies of #92594F
Complementary color
Monochromatic Colors of #92594F
Black with #92594F
Text Example
Text Example
White with #92594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92594F; }
p { color: rgb(146,89,79); }
H1.HeaderClassName
{
color: #92594F;
}
.AnyTagClassName
{
color: #92594F;
}
</style>
background-color css
<style>
a { background-color: #92594F; }
a { background-color: rgb(146,89,79); }
div.DivClassName
{
background-color: #92594F;
}
.BgClassName
{
background-color: #92594F;
}
</style>
border-color css
<style>
span { border-color: #92594F; }
span { border-color: rgb(146,89,79); }
td.TdClassName
{
border-color: #92594F;
}
.TagClassName
{
border-color: #92594F;
}
</style>