Shades of Copper Rust #935450
Tints of Copper Rust #935450
RGB
CMYK
RGB Variations
Color information
#935450 (or 0x935450) is known color: Copper Rust. HEX triplet: 93, 54 and 50. RGB value is (147,84,80). Sum of RGB (Red+Green+Blue) = 147+84+80=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #935450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935450 is #6CABAF. Grayscale: #666666. Windows color (decimal): -7121840 or 5264531. OLE color: 5264531.
HSL color Cylindrical-coordinate representation of color #935450: hue angle of 3.58º 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 #935450 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 80 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.42 |
| HSL | 3.58º | 0.3% | 0.45% | - |
| HSV(B) | 3.58º | 0.46% | 0.58% | - |
| XYZ | 16.65 | 13.12 | 9.24 | - |
| YUV | 102.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 80 | 0 | 0.43 | 0.46 | 0.42 | 3.58 | 0.3 | 0.45 |
| Hex | 93 | 54 | 50 | 0 | 2B | 2E | 2A | 4 | 1E | 2D |
| Octal | 223 | 124 | 120 | 0 | 53 | 56 | 52 | 4 | 36 | 55 |
| Binary | 10010011 | 1010100 | 1010000 | 0 | 101011 | 101110 | 101010 | 100 | 11110 | 101101 |
Color Harmonies of #935450
Complementary color
Monochromatic Colors of #935450
Black with #935450
Text Example
Text Example
White with #935450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935450; }
p { color: rgb(147,84,80); }
H1.HeaderClassName
{
color: #935450;
}
.AnyTagClassName
{
color: #935450;
}
</style>
background-color css
<style>
a { background-color: #935450; }
a { background-color: rgb(147,84,80); }
div.DivClassName
{
background-color: #935450;
}
.BgClassName
{
background-color: #935450;
}
</style>
border-color css
<style>
span { border-color: #935450; }
span { border-color: rgb(147,84,80); }
td.TdClassName
{
border-color: #935450;
}
.TagClassName
{
border-color: #935450;
}
</style>