Shades of Copper Rust #935551
Tints of Copper Rust #935551
RGB
CMYK
RGB Variations
Color information
#935551 (or 0x935551) is known color: Copper Rust. HEX triplet: 93, 55 and 51. RGB value is (147,85,81). Sum of RGB (Red+Green+Blue) = 147+85+81=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #935551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935551 is #6CAAAE. Grayscale: #676767. Windows color (decimal): -7121583 or 5330323. OLE color: 5330323.
HSL color Cylindrical-coordinate representation of color #935551: hue angle of 3.64º 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 #935551 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 81 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.42 |
| HSL | 3.64º | 0.29% | 0.45% | - |
| HSV(B) | 3.64º | 0.45% | 0.58% | - |
| XYZ | 16.77 | 13.29 | 9.47 | - |
| YUV | 103.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 81 | 0 | 0.42 | 0.45 | 0.42 | 3.64 | 0.29 | 0.45 |
| Hex | 93 | 55 | 51 | 0 | 2A | 2D | 2A | 4 | 1D | 2D |
| Octal | 223 | 125 | 121 | 0 | 52 | 55 | 52 | 4 | 35 | 55 |
| Binary | 10010011 | 1010101 | 1010001 | 0 | 101010 | 101101 | 101010 | 100 | 11101 | 101101 |
Color Harmonies of #935551
Complementary color
Monochromatic Colors of #935551
Black with #935551
Text Example
Text Example
White with #935551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935551; }
p { color: rgb(147,85,81); }
H1.HeaderClassName
{
color: #935551;
}
.AnyTagClassName
{
color: #935551;
}
</style>
background-color css
<style>
a { background-color: #935551; }
a { background-color: rgb(147,85,81); }
div.DivClassName
{
background-color: #935551;
}
.BgClassName
{
background-color: #935551;
}
</style>
border-color css
<style>
span { border-color: #935551; }
span { border-color: rgb(147,85,81); }
td.TdClassName
{
border-color: #935551;
}
.TagClassName
{
border-color: #935551;
}
</style>