Shades of Copper Rust #935049
Tints of Copper Rust #935049
RGB
CMYK
RGB Variations
Color information
#935049 (or 0x935049) is known color: Copper Rust. HEX triplet: 93, 50 and 49. RGB value is (147,80,73). Sum of RGB (Red+Green+Blue) = 147+80+73=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #935049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935049 is #6CAFB6. Grayscale: #636363. Windows color (decimal): -7122871 or 4804755. OLE color: 4804755.
HSL color Cylindrical-coordinate representation of color #935049: hue angle of 5.68º 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 #935049 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 73 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.42 |
| HSL | 5.68º | 0.34% | 0.43% | - |
| HSV(B) | 5.68º | 0.5% | 0.58% | - |
| XYZ | 16.1 | 12.42 | 7.85 | - |
| YUV | 99.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 73 | 0 | 0.46 | 0.50 | 0.42 | 5.68 | 0.34 | 0.43 |
| Hex | 93 | 50 | 49 | 0 | 2E | 32 | 2A | 6 | 22 | 2B |
| Octal | 223 | 120 | 111 | 0 | 56 | 62 | 52 | 6 | 42 | 53 |
| Binary | 10010011 | 1010000 | 1001001 | 0 | 101110 | 110010 | 101010 | 110 | 100010 | 101011 |
Color Harmonies of #935049
Complementary color
Monochromatic Colors of #935049
Black with #935049
Text Example
Text Example
White with #935049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935049; }
p { color: rgb(147,80,73); }
H1.HeaderClassName
{
color: #935049;
}
.AnyTagClassName
{
color: #935049;
}
</style>
background-color css
<style>
a { background-color: #935049; }
a { background-color: rgb(147,80,73); }
div.DivClassName
{
background-color: #935049;
}
.BgClassName
{
background-color: #935049;
}
</style>
border-color css
<style>
span { border-color: #935049; }
span { border-color: rgb(147,80,73); }
td.TdClassName
{
border-color: #935049;
}
.TagClassName
{
border-color: #935049;
}
</style>