Shades of Copper Rust #92564F
Tints of Copper Rust #92564F
RGB
CMYK
RGB Variations
Color information
#92564F (or 0x92564F) is known color: Copper Rust. HEX triplet: 92, 56 and 4F. RGB value is (146,86,79). Sum of RGB (Red+Green+Blue) = 146+86+79=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92564F is #6DA9B0. Grayscale: #676767. Windows color (decimal): -7186865 or 5199506. OLE color: 5199506.
HSL color Cylindrical-coordinate representation of color #92564F: hue angle of 6.27º 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 #92564F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 79 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.43 |
| HSL | 6.27º | 0.3% | 0.44% | - |
| HSV(B) | 6.27º | 0.46% | 0.57% | - |
| XYZ | 16.59 | 13.33 | 9.1 | - |
| YUV | 103.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 79 | 0 | 0.41 | 0.46 | 0.43 | 6.27 | 0.3 | 0.44 |
| Hex | 92 | 56 | 4F | 0 | 29 | 2E | 2B | 6 | 1E | 2C |
| Octal | 222 | 126 | 117 | 0 | 51 | 56 | 53 | 6 | 36 | 54 |
| Binary | 10010010 | 1010110 | 1001111 | 0 | 101001 | 101110 | 101011 | 110 | 11110 | 101100 |
Color Harmonies of #92564F
Complementary color
Monochromatic Colors of #92564F
Black with #92564F
Text Example
Text Example
White with #92564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92564F; }
p { color: rgb(146,86,79); }
H1.HeaderClassName
{
color: #92564F;
}
.AnyTagClassName
{
color: #92564F;
}
</style>
background-color css
<style>
a { background-color: #92564F; }
a { background-color: rgb(146,86,79); }
div.DivClassName
{
background-color: #92564F;
}
.BgClassName
{
background-color: #92564F;
}
</style>
border-color css
<style>
span { border-color: #92564F; }
span { border-color: rgb(146,86,79); }
td.TdClassName
{
border-color: #92564F;
}
.TagClassName
{
border-color: #92564F;
}
</style>