Shades of Copper Rust #935950
Tints of Copper Rust #935950
RGB
CMYK
RGB Variations
Color information
#935950 (or 0x935950) is known color: Copper Rust. HEX triplet: 93, 59 and 50. RGB value is (147,89,80). Sum of RGB (Red+Green+Blue) = 147+89+80=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #935950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935950 is #6CA6AF. Grayscale: #696969. Windows color (decimal): -7120560 or 5265811. OLE color: 5265811.
HSL color Cylindrical-coordinate representation of color #935950: hue angle of 8.06º 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 #935950 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 80 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.42 |
| HSL | 8.06º | 0.3% | 0.45% | - |
| HSV(B) | 8.06º | 0.46% | 0.58% | - |
| XYZ | 17.05 | 13.93 | 9.38 | - |
| YUV | 105.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 80 | 0 | 0.39 | 0.46 | 0.42 | 8.06 | 0.3 | 0.45 |
| Hex | 93 | 59 | 50 | 0 | 27 | 2E | 2A | 8 | 1E | 2D |
| Octal | 223 | 131 | 120 | 0 | 47 | 56 | 52 | 10 | 36 | 55 |
| Binary | 10010011 | 1011001 | 1010000 | 0 | 100111 | 101110 | 101010 | 1000 | 11110 | 101101 |
Color Harmonies of #935950
Complementary color
Monochromatic Colors of #935950
Black with #935950
Text Example
Text Example
White with #935950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935950; }
p { color: rgb(147,89,80); }
H1.HeaderClassName
{
color: #935950;
}
.AnyTagClassName
{
color: #935950;
}
</style>
background-color css
<style>
a { background-color: #935950; }
a { background-color: rgb(147,89,80); }
div.DivClassName
{
background-color: #935950;
}
.BgClassName
{
background-color: #935950;
}
</style>
border-color css
<style>
span { border-color: #935950; }
span { border-color: rgb(147,89,80); }
td.TdClassName
{
border-color: #935950;
}
.TagClassName
{
border-color: #935950;
}
</style>