Shades of Copper Rust #924F4C
Tints of Copper Rust #924F4C
RGB
CMYK
RGB Variations
Color information
#924F4C (or 0x924F4C) is known color: Copper Rust. HEX triplet: 92, 4F and 4C. RGB value is (146,79,76). Sum of RGB (Red+Green+Blue) = 146+79+76=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #924F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924F4C is #6DB0B3. Grayscale: #626262. Windows color (decimal): -7188660 or 5001106. OLE color: 5001106.
HSL color Cylindrical-coordinate representation of color #924F4C: hue angle of 2.57º 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 #924F4C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 76 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.43 |
| HSL | 2.57º | 0.32% | 0.44% | - |
| HSV(B) | 2.57º | 0.48% | 0.57% | - |
| XYZ | 15.95 | 12.22 | 8.36 | - |
| YUV | 98.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 76 | 0 | 0.46 | 0.48 | 0.43 | 2.57 | 0.32 | 0.44 |
| Hex | 92 | 4F | 4C | 0 | 2E | 30 | 2B | 3 | 20 | 2C |
| Octal | 222 | 117 | 114 | 0 | 56 | 60 | 53 | 3 | 40 | 54 |
| Binary | 10010010 | 1001111 | 1001100 | 0 | 101110 | 110000 | 101011 | 11 | 100000 | 101100 |
Color Harmonies of #924F4C
Complementary color
Monochromatic Colors of #924F4C
Black with #924F4C
Text Example
Text Example
White with #924F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F4C; }
p { color: rgb(146,79,76); }
H1.HeaderClassName
{
color: #924F4C;
}
.AnyTagClassName
{
color: #924F4C;
}
</style>
background-color css
<style>
a { background-color: #924F4C; }
a { background-color: rgb(146,79,76); }
div.DivClassName
{
background-color: #924F4C;
}
.BgClassName
{
background-color: #924F4C;
}
</style>
border-color css
<style>
span { border-color: #924F4C; }
span { border-color: rgb(146,79,76); }
td.TdClassName
{
border-color: #924F4C;
}
.TagClassName
{
border-color: #924F4C;
}
</style>