Shades of Copper Rust #92564C
Tints of Copper Rust #92564C
RGB
CMYK
RGB Variations
Color information
#92564C (or 0x92564C) is known color: Copper Rust. HEX triplet: 92, 56 and 4C. RGB value is (146,86,76). Sum of RGB (Red+Green+Blue) = 146+86+76=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92564C is #6DA9B3. Grayscale: #666666. Windows color (decimal): -7186868 or 5002898. OLE color: 5002898.
HSL color Cylindrical-coordinate representation of color #92564C: hue angle of 8.57º 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 #92564C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 76 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.43 |
| HSL | 8.57º | 0.32% | 0.44% | - |
| HSV(B) | 8.57º | 0.48% | 0.57% | - |
| XYZ | 16.49 | 13.29 | 8.53 | - |
| YUV | 102.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 76 | 0 | 0.41 | 0.48 | 0.43 | 8.57 | 0.32 | 0.44 |
| Hex | 92 | 56 | 4C | 0 | 29 | 30 | 2B | 9 | 20 | 2C |
| Octal | 222 | 126 | 114 | 0 | 51 | 60 | 53 | 11 | 40 | 54 |
| Binary | 10010010 | 1010110 | 1001100 | 0 | 101001 | 110000 | 101011 | 1001 | 100000 | 101100 |
Color Harmonies of #92564C
Complementary color
Monochromatic Colors of #92564C
Black with #92564C
Text Example
Text Example
White with #92564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92564C; }
p { color: rgb(146,86,76); }
H1.HeaderClassName
{
color: #92564C;
}
.AnyTagClassName
{
color: #92564C;
}
</style>
background-color css
<style>
a { background-color: #92564C; }
a { background-color: rgb(146,86,76); }
div.DivClassName
{
background-color: #92564C;
}
.BgClassName
{
background-color: #92564C;
}
</style>
border-color css
<style>
span { border-color: #92564C; }
span { border-color: rgb(146,86,76); }
td.TdClassName
{
border-color: #92564C;
}
.TagClassName
{
border-color: #92564C;
}
</style>