Shades of Copper Rust #935351
Tints of Copper Rust #935351
RGB
CMYK
RGB Variations
Color information
#935351 (or 0x935351) is known color: Copper Rust. HEX triplet: 93, 53 and 51. RGB value is (147,83,81). Sum of RGB (Red+Green+Blue) = 147+83+81=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #935351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935351 is #6CACAE. Grayscale: #656565. Windows color (decimal): -7122095 or 5329811. OLE color: 5329811.
HSL color Cylindrical-coordinate representation of color #935351: hue angle of 1.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935351 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 81 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.42 |
| HSL | 1.82º | 0.29% | 0.45% | - |
| HSV(B) | 1.82º | 0.45% | 0.58% | - |
| XYZ | 16.61 | 12.98 | 9.42 | - |
| YUV | 101.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 81 | 0 | 0.44 | 0.45 | 0.42 | 1.82 | 0.29 | 0.45 |
| Hex | 93 | 53 | 51 | 0 | 2C | 2D | 2A | 2 | 1D | 2D |
| Octal | 223 | 123 | 121 | 0 | 54 | 55 | 52 | 2 | 35 | 55 |
| Binary | 10010011 | 1010011 | 1010001 | 0 | 101100 | 101101 | 101010 | 10 | 11101 | 101101 |
Color Harmonies of #935351
Complementary color
Monochromatic Colors of #935351
Black with #935351
Text Example
Text Example
White with #935351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935351; }
p { color: rgb(147,83,81); }
H1.HeaderClassName
{
color: #935351;
}
.AnyTagClassName
{
color: #935351;
}
</style>
background-color css
<style>
a { background-color: #935351; }
a { background-color: rgb(147,83,81); }
div.DivClassName
{
background-color: #935351;
}
.BgClassName
{
background-color: #935351;
}
</style>
border-color css
<style>
span { border-color: #935351; }
span { border-color: rgb(147,83,81); }
td.TdClassName
{
border-color: #935351;
}
.TagClassName
{
border-color: #935351;
}
</style>