Shades of Copper Rust #934E49
Tints of Copper Rust #934E49
RGB
CMYK
RGB Variations
Color information
#934E49 (or 0x934E49) is known color: Copper Rust. HEX triplet: 93, 4E and 49. RGB value is (147,78,73). Sum of RGB (Red+Green+Blue) = 147+78+73=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #934E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934E49 is #6CB1B6. Grayscale: #626262. Windows color (decimal): -7123383 or 4804243. OLE color: 4804243.
HSL color Cylindrical-coordinate representation of color #934E49: hue angle of 4.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934E49 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 73 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.42 |
| HSL | 4.05º | 0.34% | 0.43% | - |
| HSV(B) | 4.05º | 0.5% | 0.58% | - |
| XYZ | 15.96 | 12.13 | 7.8 | - |
| YUV | 98.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 73 | 0 | 0.47 | 0.50 | 0.42 | 4.05 | 0.34 | 0.43 |
| Hex | 93 | 4E | 49 | 0 | 2F | 32 | 2A | 4 | 22 | 2B |
| Octal | 223 | 116 | 111 | 0 | 57 | 62 | 52 | 4 | 42 | 53 |
| Binary | 10010011 | 1001110 | 1001001 | 0 | 101111 | 110010 | 101010 | 100 | 100010 | 101011 |
Color Harmonies of #934E49
Complementary color
Monochromatic Colors of #934E49
Black with #934E49
Text Example
Text Example
White with #934E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E49; }
p { color: rgb(147,78,73); }
H1.HeaderClassName
{
color: #934E49;
}
.AnyTagClassName
{
color: #934E49;
}
</style>
background-color css
<style>
a { background-color: #934E49; }
a { background-color: rgb(147,78,73); }
div.DivClassName
{
background-color: #934E49;
}
.BgClassName
{
background-color: #934E49;
}
</style>
border-color css
<style>
span { border-color: #934E49; }
span { border-color: rgb(147,78,73); }
td.TdClassName
{
border-color: #934E49;
}
.TagClassName
{
border-color: #934E49;
}
</style>