Shades of Copper Rust #92574C
Tints of Copper Rust #92574C
RGB
CMYK
RGB Variations
Color information
#92574C (or 0x92574C) is known color: Copper Rust. HEX triplet: 92, 57 and 4C. RGB value is (146,87,76). Sum of RGB (Red+Green+Blue) = 146+87+76=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92574C is #6DA8B3. Grayscale: #676767. Windows color (decimal): -7186612 or 5003154. OLE color: 5003154.
HSL color Cylindrical-coordinate representation of color #92574C: hue angle of 9.43º 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 #92574C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 76 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.43 |
| HSL | 9.43º | 0.32% | 0.44% | - |
| HSV(B) | 9.43º | 0.48% | 0.57% | - |
| XYZ | 16.57 | 13.45 | 8.56 | - |
| YUV | 103.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 76 | 0 | 0.40 | 0.48 | 0.43 | 9.43 | 0.32 | 0.44 |
| Hex | 92 | 57 | 4C | 0 | 28 | 30 | 2B | 9 | 20 | 2C |
| Octal | 222 | 127 | 114 | 0 | 50 | 60 | 53 | 11 | 40 | 54 |
| Binary | 10010010 | 1010111 | 1001100 | 0 | 101000 | 110000 | 101011 | 1001 | 100000 | 101100 |
Color Harmonies of #92574C
Complementary color
Monochromatic Colors of #92574C
Black with #92574C
Text Example
Text Example
White with #92574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92574C; }
p { color: rgb(146,87,76); }
H1.HeaderClassName
{
color: #92574C;
}
.AnyTagClassName
{
color: #92574C;
}
</style>
background-color css
<style>
a { background-color: #92574C; }
a { background-color: rgb(146,87,76); }
div.DivClassName
{
background-color: #92574C;
}
.BgClassName
{
background-color: #92574C;
}
</style>
border-color css
<style>
span { border-color: #92574C; }
span { border-color: rgb(146,87,76); }
td.TdClassName
{
border-color: #92574C;
}
.TagClassName
{
border-color: #92574C;
}
</style>