Shades of Copper Rust #92544C
Tints of Copper Rust #92544C
RGB
CMYK
RGB Variations
Color information
#92544C (or 0x92544C) is known color: Copper Rust. HEX triplet: 92, 54 and 4C. RGB value is (146,84,76). Sum of RGB (Red+Green+Blue) = 146+84+76=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92544C is #6DABB3. Grayscale: #656565. Windows color (decimal): -7187380 or 5002386. OLE color: 5002386.
HSL color Cylindrical-coordinate representation of color #92544C: hue angle of 6.86º 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 #92544C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 76 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.43 |
| HSL | 6.86º | 0.32% | 0.44% | - |
| HSV(B) | 6.86º | 0.48% | 0.57% | - |
| XYZ | 16.33 | 12.97 | 8.48 | - |
| YUV | 101.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 76 | 0 | 0.42 | 0.48 | 0.43 | 6.86 | 0.32 | 0.44 |
| Hex | 92 | 54 | 4C | 0 | 2A | 30 | 2B | 7 | 20 | 2C |
| Octal | 222 | 124 | 114 | 0 | 52 | 60 | 53 | 7 | 40 | 54 |
| Binary | 10010010 | 1010100 | 1001100 | 0 | 101010 | 110000 | 101011 | 111 | 100000 | 101100 |
Color Harmonies of #92544C
Complementary color
Monochromatic Colors of #92544C
Black with #92544C
Text Example
Text Example
White with #92544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92544C; }
p { color: rgb(146,84,76); }
H1.HeaderClassName
{
color: #92544C;
}
.AnyTagClassName
{
color: #92544C;
}
</style>
background-color css
<style>
a { background-color: #92544C; }
a { background-color: rgb(146,84,76); }
div.DivClassName
{
background-color: #92544C;
}
.BgClassName
{
background-color: #92544C;
}
</style>
border-color css
<style>
span { border-color: #92544C; }
span { border-color: rgb(146,84,76); }
td.TdClassName
{
border-color: #92544C;
}
.TagClassName
{
border-color: #92544C;
}
</style>