Shades of Copper Rust #935C53
Tints of Copper Rust #935C53
RGB
CMYK
RGB Variations
Color information
#935C53 (or 0x935C53) is known color: Copper Rust. HEX triplet: 93, 5C and 53. RGB value is (147,92,83). Sum of RGB (Red+Green+Blue) = 147+92+83=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #935C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C53 is #6CA3AC. Grayscale: #6B6B6B. Windows color (decimal): -7119789 or 5463187. OLE color: 5463187.
HSL color Cylindrical-coordinate representation of color #935C53: hue angle of 8.44º 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 #935C53 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 83 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.42 |
| HSL | 8.44º | 0.28% | 0.45% | - |
| HSV(B) | 8.44º | 0.44% | 0.58% | - |
| XYZ | 17.42 | 14.48 | 10.06 | - |
| YUV | 107.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 83 | 0 | 0.37 | 0.44 | 0.42 | 8.44 | 0.28 | 0.45 |
| Hex | 93 | 5C | 53 | 0 | 25 | 2C | 2A | 8 | 1C | 2D |
| Octal | 223 | 134 | 123 | 0 | 45 | 54 | 52 | 10 | 34 | 55 |
| Binary | 10010011 | 1011100 | 1010011 | 0 | 100101 | 101100 | 101010 | 1000 | 11100 | 101101 |
Color Harmonies of #935C53
Complementary color
Monochromatic Colors of #935C53
Black with #935C53
Text Example
Text Example
White with #935C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C53; }
p { color: rgb(147,92,83); }
H1.HeaderClassName
{
color: #935C53;
}
.AnyTagClassName
{
color: #935C53;
}
</style>
background-color css
<style>
a { background-color: #935C53; }
a { background-color: rgb(147,92,83); }
div.DivClassName
{
background-color: #935C53;
}
.BgClassName
{
background-color: #935C53;
}
</style>
border-color css
<style>
span { border-color: #935C53; }
span { border-color: rgb(147,92,83); }
td.TdClassName
{
border-color: #935C53;
}
.TagClassName
{
border-color: #935C53;
}
</style>