Shades of Copper Rust #935048
Tints of Copper Rust #935048
RGB
CMYK
RGB Variations
Color information
#935048 (or 0x935048) is known color: Copper Rust. HEX triplet: 93, 50 and 48. RGB value is (147,80,72). Sum of RGB (Red+Green+Blue) = 147+80+72=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #935048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935048 is #6CAFB7. Grayscale: #636363. Windows color (decimal): -7122872 or 4739219. OLE color: 4739219.
HSL color Cylindrical-coordinate representation of color #935048: hue angle of 6.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935048 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 72 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.42 |
| HSL | 6.4º | 0.34% | 0.43% | - |
| HSV(B) | 6.4º | 0.51% | 0.58% | - |
| XYZ | 16.07 | 12.41 | 7.68 | - |
| YUV | 99.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 72 | 0 | 0.46 | 0.51 | 0.42 | 6.4 | 0.34 | 0.43 |
| Hex | 93 | 50 | 48 | 0 | 2E | 33 | 2A | 6 | 22 | 2B |
| Octal | 223 | 120 | 110 | 0 | 56 | 63 | 52 | 6 | 42 | 53 |
| Binary | 10010011 | 1010000 | 1001000 | 0 | 101110 | 110011 | 101010 | 110 | 100010 | 101011 |
Color Harmonies of #935048
Complementary color
Monochromatic Colors of #935048
Black with #935048
Text Example
Text Example
White with #935048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935048; }
p { color: rgb(147,80,72); }
H1.HeaderClassName
{
color: #935048;
}
.AnyTagClassName
{
color: #935048;
}
</style>
background-color css
<style>
a { background-color: #935048; }
a { background-color: rgb(147,80,72); }
div.DivClassName
{
background-color: #935048;
}
.BgClassName
{
background-color: #935048;
}
</style>
border-color css
<style>
span { border-color: #935048; }
span { border-color: rgb(147,80,72); }
td.TdClassName
{
border-color: #935048;
}
.TagClassName
{
border-color: #935048;
}
</style>