Shades of Copper Rust #924D4B
Tints of Copper Rust #924D4B
RGB
CMYK
RGB Variations
Color information
#924D4B (or 0x924D4B) is known color: Copper Rust. HEX triplet: 92, 4D and 4B. RGB value is (146,77,75). Sum of RGB (Red+Green+Blue) = 146+77+75=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #924D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924D4B is #6DB2B4. Grayscale: #616161. Windows color (decimal): -7189173 or 4935058. OLE color: 4935058.
HSL color Cylindrical-coordinate representation of color #924D4B: hue angle of 1.69º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924D4B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 75 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.43 |
| HSL | 1.69º | 0.32% | 0.43% | - |
| HSV(B) | 1.69º | 0.49% | 0.57% | - |
| XYZ | 15.78 | 11.93 | 8.13 | - |
| YUV | 97.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 75 | 0 | 0.47 | 0.49 | 0.43 | 1.69 | 0.32 | 0.43 |
| Hex | 92 | 4D | 4B | 0 | 2F | 31 | 2B | 2 | 20 | 2B |
| Octal | 222 | 115 | 113 | 0 | 57 | 61 | 53 | 2 | 40 | 53 |
| Binary | 10010010 | 1001101 | 1001011 | 0 | 101111 | 110001 | 101011 | 10 | 100000 | 101011 |
Color Harmonies of #924D4B
Complementary color
Monochromatic Colors of #924D4B
Black with #924D4B
Text Example
Text Example
White with #924D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D4B; }
p { color: rgb(146,77,75); }
H1.HeaderClassName
{
color: #924D4B;
}
.AnyTagClassName
{
color: #924D4B;
}
</style>
background-color css
<style>
a { background-color: #924D4B; }
a { background-color: rgb(146,77,75); }
div.DivClassName
{
background-color: #924D4B;
}
.BgClassName
{
background-color: #924D4B;
}
</style>
border-color css
<style>
span { border-color: #924D4B; }
span { border-color: rgb(146,77,75); }
td.TdClassName
{
border-color: #924D4B;
}
.TagClassName
{
border-color: #924D4B;
}
</style>