Shades of Copper Rust #935853
Tints of Copper Rust #935853
RGB
CMYK
RGB Variations
Color information
#935853 (or 0x935853) is known color: Copper Rust. HEX triplet: 93, 58 and 53. RGB value is (147,88,83). Sum of RGB (Red+Green+Blue) = 147+88+83=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #935853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935853 is #6CA7AC. Grayscale: #696969. Windows color (decimal): -7120813 or 5462163. OLE color: 5462163.
HSL color Cylindrical-coordinate representation of color #935853: hue angle of 4.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935853 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 83 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.42 |
| HSL | 4.69º | 0.28% | 0.45% | - |
| HSV(B) | 4.69º | 0.44% | 0.58% | - |
| XYZ | 17.08 | 13.81 | 9.95 | - |
| YUV | 105.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 83 | 0 | 0.40 | 0.44 | 0.42 | 4.69 | 0.28 | 0.45 |
| Hex | 93 | 58 | 53 | 0 | 28 | 2C | 2A | 5 | 1C | 2D |
| Octal | 223 | 130 | 123 | 0 | 50 | 54 | 52 | 5 | 34 | 55 |
| Binary | 10010011 | 1011000 | 1010011 | 0 | 101000 | 101100 | 101010 | 101 | 11100 | 101101 |
Color Harmonies of #935853
Complementary color
Monochromatic Colors of #935853
Black with #935853
Text Example
Text Example
White with #935853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935853; }
p { color: rgb(147,88,83); }
H1.HeaderClassName
{
color: #935853;
}
.AnyTagClassName
{
color: #935853;
}
</style>
background-color css
<style>
a { background-color: #935853; }
a { background-color: rgb(147,88,83); }
div.DivClassName
{
background-color: #935853;
}
.BgClassName
{
background-color: #935853;
}
</style>
border-color css
<style>
span { border-color: #935853; }
span { border-color: rgb(147,88,83); }
td.TdClassName
{
border-color: #935853;
}
.TagClassName
{
border-color: #935853;
}
</style>