Shades of Copper Rust #935C51
Tints of Copper Rust #935C51
RGB
CMYK
RGB Variations
Color information
#935C51 (or 0x935C51) is known color: Copper Rust. HEX triplet: 93, 5C and 51. RGB value is (147,92,81). Sum of RGB (Red+Green+Blue) = 147+92+81=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #935C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C51 is #6CA3AE. Grayscale: #6B6B6B. Windows color (decimal): -7119791 or 5332115. OLE color: 5332115.
HSL color Cylindrical-coordinate representation of color #935C51: hue angle of 10º 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 #935C51 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 81 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.42 |
| HSL | 10º | 0.29% | 0.45% | - |
| HSV(B) | 10º | 0.45% | 0.58% | - |
| XYZ | 17.34 | 14.45 | 9.66 | - |
| YUV | 107.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 81 | 0 | 0.37 | 0.45 | 0.42 | 10 | 0.29 | 0.45 |
| Hex | 93 | 5C | 51 | 0 | 25 | 2D | 2A | A | 1D | 2D |
| Octal | 223 | 134 | 121 | 0 | 45 | 55 | 52 | 12 | 35 | 55 |
| Binary | 10010011 | 1011100 | 1010001 | 0 | 100101 | 101101 | 101010 | 1010 | 11101 | 101101 |
Color Harmonies of #935C51
Complementary color
Monochromatic Colors of #935C51
Black with #935C51
Text Example
Text Example
White with #935C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C51; }
p { color: rgb(147,92,81); }
H1.HeaderClassName
{
color: #935C51;
}
.AnyTagClassName
{
color: #935C51;
}
</style>
background-color css
<style>
a { background-color: #935C51; }
a { background-color: rgb(147,92,81); }
div.DivClassName
{
background-color: #935C51;
}
.BgClassName
{
background-color: #935C51;
}
</style>
border-color css
<style>
span { border-color: #935C51; }
span { border-color: rgb(147,92,81); }
td.TdClassName
{
border-color: #935C51;
}
.TagClassName
{
border-color: #935C51;
}
</style>