Shades of Copper Rust #92524C
Tints of Copper Rust #92524C
RGB
CMYK
RGB Variations
Color information
#92524C (or 0x92524C) is known color: Copper Rust. HEX triplet: 92, 52 and 4C. RGB value is (146,82,76). Sum of RGB (Red+Green+Blue) = 146+82+76=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92524C is #6DADB3. Grayscale: #646464. Windows color (decimal): -7187892 or 5001874. OLE color: 5001874.
HSL color Cylindrical-coordinate representation of color #92524C: hue angle of 5.14º 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 #92524C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 76 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.43 |
| HSL | 5.14º | 0.32% | 0.44% | - |
| HSV(B) | 5.14º | 0.48% | 0.57% | - |
| XYZ | 16.18 | 12.67 | 8.43 | - |
| YUV | 100.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 76 | 0 | 0.44 | 0.48 | 0.43 | 5.14 | 0.32 | 0.44 |
| Hex | 92 | 52 | 4C | 0 | 2C | 30 | 2B | 5 | 20 | 2C |
| Octal | 222 | 122 | 114 | 0 | 54 | 60 | 53 | 5 | 40 | 54 |
| Binary | 10010010 | 1010010 | 1001100 | 0 | 101100 | 110000 | 101011 | 101 | 100000 | 101100 |
Color Harmonies of #92524C
Complementary color
Monochromatic Colors of #92524C
Black with #92524C
Text Example
Text Example
White with #92524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92524C; }
p { color: rgb(146,82,76); }
H1.HeaderClassName
{
color: #92524C;
}
.AnyTagClassName
{
color: #92524C;
}
</style>
background-color css
<style>
a { background-color: #92524C; }
a { background-color: rgb(146,82,76); }
div.DivClassName
{
background-color: #92524C;
}
.BgClassName
{
background-color: #92524C;
}
</style>
border-color css
<style>
span { border-color: #92524C; }
span { border-color: rgb(146,82,76); }
td.TdClassName
{
border-color: #92524C;
}
.TagClassName
{
border-color: #92524C;
}
</style>