Shades of Copper Rust #935850
Tints of Copper Rust #935850
RGB
CMYK
RGB Variations
Color information
#935850 (or 0x935850) is known color: Copper Rust. HEX triplet: 93, 58 and 50. RGB value is (147,88,80). Sum of RGB (Red+Green+Blue) = 147+88+80=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #935850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935850 is #6CA7AF. Grayscale: #686868. Windows color (decimal): -7120816 or 5265555. OLE color: 5265555.
HSL color Cylindrical-coordinate representation of color #935850: hue angle of 7.16º 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 #935850 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 80 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.42 |
| HSL | 7.16º | 0.3% | 0.45% | - |
| HSV(B) | 7.16º | 0.46% | 0.58% | - |
| XYZ | 16.97 | 13.76 | 9.35 | - |
| YUV | 104.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 80 | 0 | 0.40 | 0.46 | 0.42 | 7.16 | 0.3 | 0.45 |
| Hex | 93 | 58 | 50 | 0 | 28 | 2E | 2A | 7 | 1E | 2D |
| Octal | 223 | 130 | 120 | 0 | 50 | 56 | 52 | 7 | 36 | 55 |
| Binary | 10010011 | 1011000 | 1010000 | 0 | 101000 | 101110 | 101010 | 111 | 11110 | 101101 |
Color Harmonies of #935850
Complementary color
Monochromatic Colors of #935850
Black with #935850
Text Example
Text Example
White with #935850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935850; }
p { color: rgb(147,88,80); }
H1.HeaderClassName
{
color: #935850;
}
.AnyTagClassName
{
color: #935850;
}
</style>
background-color css
<style>
a { background-color: #935850; }
a { background-color: rgb(147,88,80); }
div.DivClassName
{
background-color: #935850;
}
.BgClassName
{
background-color: #935850;
}
</style>
border-color css
<style>
span { border-color: #935850; }
span { border-color: rgb(147,88,80); }
td.TdClassName
{
border-color: #935850;
}
.TagClassName
{
border-color: #935850;
}
</style>