Shades of Copper Rust #92544F
Tints of Copper Rust #92544F
RGB
CMYK
RGB Variations
Color information
#92544F (or 0x92544F) is known color: Copper Rust. HEX triplet: 92, 54 and 4F. RGB value is (146,84,79). Sum of RGB (Red+Green+Blue) = 146+84+79=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92544F is #6DABB0. Grayscale: #666666. Windows color (decimal): -7187377 or 5198994. OLE color: 5198994.
HSL color Cylindrical-coordinate representation of color #92544F: hue angle of 4.48º 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 #92544F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 79 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.43 |
| HSL | 4.48º | 0.3% | 0.44% | - |
| HSV(B) | 4.48º | 0.46% | 0.57% | - |
| XYZ | 16.44 | 13.02 | 9.04 | - |
| YUV | 101.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 79 | 0 | 0.42 | 0.46 | 0.43 | 4.48 | 0.3 | 0.44 |
| Hex | 92 | 54 | 4F | 0 | 2A | 2E | 2B | 4 | 1E | 2C |
| Octal | 222 | 124 | 117 | 0 | 52 | 56 | 53 | 4 | 36 | 54 |
| Binary | 10010010 | 1010100 | 1001111 | 0 | 101010 | 101110 | 101011 | 100 | 11110 | 101100 |
Color Harmonies of #92544F
Complementary color
Monochromatic Colors of #92544F
Black with #92544F
Text Example
Text Example
White with #92544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92544F; }
p { color: rgb(146,84,79); }
H1.HeaderClassName
{
color: #92544F;
}
.AnyTagClassName
{
color: #92544F;
}
</style>
background-color css
<style>
a { background-color: #92544F; }
a { background-color: rgb(146,84,79); }
div.DivClassName
{
background-color: #92544F;
}
.BgClassName
{
background-color: #92544F;
}
</style>
border-color css
<style>
span { border-color: #92544F; }
span { border-color: rgb(146,84,79); }
td.TdClassName
{
border-color: #92544F;
}
.TagClassName
{
border-color: #92544F;
}
</style>