Shades of Copper Rust #92574E
Tints of Copper Rust #92574E
RGB
CMYK
RGB Variations
Color information
#92574E (or 0x92574E) is known color: Copper Rust. HEX triplet: 92, 57 and 4E. RGB value is (146,87,78). Sum of RGB (Red+Green+Blue) = 146+87+78=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92574E is #6DA8B1. Grayscale: #676767. Windows color (decimal): -7186610 or 5134226. OLE color: 5134226.
HSL color Cylindrical-coordinate representation of color #92574E: hue angle of 7.94º degrees, saturation: 0.3, 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 #92574E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 78 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.43 |
| HSL | 7.94º | 0.3% | 0.44% | - |
| HSV(B) | 7.94º | 0.47% | 0.57% | - |
| XYZ | 16.64 | 13.48 | 8.93 | - |
| YUV | 103.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 78 | 0 | 0.40 | 0.47 | 0.43 | 7.94 | 0.3 | 0.44 |
| Hex | 92 | 57 | 4E | 0 | 28 | 2F | 2B | 8 | 1E | 2C |
| Octal | 222 | 127 | 116 | 0 | 50 | 57 | 53 | 10 | 36 | 54 |
| Binary | 10010010 | 1010111 | 1001110 | 0 | 101000 | 101111 | 101011 | 1000 | 11110 | 101100 |
Color Harmonies of #92574E
Complementary color
Monochromatic Colors of #92574E
Black with #92574E
Text Example
Text Example
White with #92574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92574E; }
p { color: rgb(146,87,78); }
H1.HeaderClassName
{
color: #92574E;
}
.AnyTagClassName
{
color: #92574E;
}
</style>
background-color css
<style>
a { background-color: #92574E; }
a { background-color: rgb(146,87,78); }
div.DivClassName
{
background-color: #92574E;
}
.BgClassName
{
background-color: #92574E;
}
</style>
border-color css
<style>
span { border-color: #92574E; }
span { border-color: rgb(146,87,78); }
td.TdClassName
{
border-color: #92574E;
}
.TagClassName
{
border-color: #92574E;
}
</style>