Shades of Copper Rust #924E4C
Tints of Copper Rust #924E4C
RGB
CMYK
RGB Variations
Color information
#924E4C (or 0x924E4C) is known color: Copper Rust. HEX triplet: 92, 4E and 4C. RGB value is (146,78,76). Sum of RGB (Red+Green+Blue) = 146+78+76=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #924E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924E4C is #6DB1B3. Grayscale: #626262. Windows color (decimal): -7188916 or 5000850. OLE color: 5000850.
HSL color Cylindrical-coordinate representation of color #924E4C: hue angle of 1.71º 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 #924E4C is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 76 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.43 |
| HSL | 1.71º | 0.32% | 0.44% | - |
| HSV(B) | 1.71º | 0.48% | 0.57% | - |
| XYZ | 15.88 | 12.08 | 8.33 | - |
| YUV | 98.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 76 | 0 | 0.47 | 0.48 | 0.43 | 1.71 | 0.32 | 0.44 |
| Hex | 92 | 4E | 4C | 0 | 2F | 30 | 2B | 2 | 20 | 2C |
| Octal | 222 | 116 | 114 | 0 | 57 | 60 | 53 | 2 | 40 | 54 |
| Binary | 10010010 | 1001110 | 1001100 | 0 | 101111 | 110000 | 101011 | 10 | 100000 | 101100 |
Color Harmonies of #924E4C
Complementary color
Monochromatic Colors of #924E4C
Black with #924E4C
Text Example
Text Example
White with #924E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E4C; }
p { color: rgb(146,78,76); }
H1.HeaderClassName
{
color: #924E4C;
}
.AnyTagClassName
{
color: #924E4C;
}
</style>
background-color css
<style>
a { background-color: #924E4C; }
a { background-color: rgb(146,78,76); }
div.DivClassName
{
background-color: #924E4C;
}
.BgClassName
{
background-color: #924E4C;
}
</style>
border-color css
<style>
span { border-color: #924E4C; }
span { border-color: rgb(146,78,76); }
td.TdClassName
{
border-color: #924E4C;
}
.TagClassName
{
border-color: #924E4C;
}
</style>