Shades of Copper Rust #935350
Tints of Copper Rust #935350
RGB
CMYK
RGB Variations
Color information
#935350 (or 0x935350) is known color: Copper Rust. HEX triplet: 93, 53 and 50. RGB value is (147,83,80). Sum of RGB (Red+Green+Blue) = 147+83+80=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #935350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935350 is #6CACAF. Grayscale: #656565. Windows color (decimal): -7122096 or 5264275. OLE color: 5264275.
HSL color Cylindrical-coordinate representation of color #935350: hue angle of 2.69º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935350 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 80 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.42 |
| HSL | 2.69º | 0.3% | 0.45% | - |
| HSV(B) | 2.69º | 0.46% | 0.58% | - |
| XYZ | 16.57 | 12.97 | 9.22 | - |
| YUV | 101.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 80 | 0 | 0.44 | 0.46 | 0.42 | 2.69 | 0.3 | 0.45 |
| Hex | 93 | 53 | 50 | 0 | 2C | 2E | 2A | 3 | 1E | 2D |
| Octal | 223 | 123 | 120 | 0 | 54 | 56 | 52 | 3 | 36 | 55 |
| Binary | 10010011 | 1010011 | 1010000 | 0 | 101100 | 101110 | 101010 | 11 | 11110 | 101101 |
Color Harmonies of #935350
Complementary color
Monochromatic Colors of #935350
Black with #935350
Text Example
Text Example
White with #935350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935350; }
p { color: rgb(147,83,80); }
H1.HeaderClassName
{
color: #935350;
}
.AnyTagClassName
{
color: #935350;
}
</style>
background-color css
<style>
a { background-color: #935350; }
a { background-color: rgb(147,83,80); }
div.DivClassName
{
background-color: #935350;
}
.BgClassName
{
background-color: #935350;
}
</style>
border-color css
<style>
span { border-color: #935350; }
span { border-color: rgb(147,83,80); }
td.TdClassName
{
border-color: #935350;
}
.TagClassName
{
border-color: #935350;
}
</style>