Shades of Copper Rust #935C54
Tints of Copper Rust #935C54
RGB
CMYK
RGB Variations
Color information
#935C54 (or 0x935C54) is known color: Copper Rust. HEX triplet: 93, 5C and 54. RGB value is (147,92,84). Sum of RGB (Red+Green+Blue) = 147+92+84=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #935C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C54 is #6CA3AB. Grayscale: #6B6B6B. Windows color (decimal): -7119788 or 5528723. OLE color: 5528723.
HSL color Cylindrical-coordinate representation of color #935C54: hue angle of 7.62º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935C54 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 84 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.42 |
| HSL | 7.62º | 0.27% | 0.45% | - |
| HSV(B) | 7.62º | 0.43% | 0.58% | - |
| XYZ | 17.46 | 14.5 | 10.27 | - |
| YUV | 107.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 84 | 0 | 0.37 | 0.43 | 0.42 | 7.62 | 0.27 | 0.45 |
| Hex | 93 | 5C | 54 | 0 | 25 | 2B | 2A | 8 | 1B | 2D |
| Octal | 223 | 134 | 124 | 0 | 45 | 53 | 52 | 10 | 33 | 55 |
| Binary | 10010011 | 1011100 | 1010100 | 0 | 100101 | 101011 | 101010 | 1000 | 11011 | 101101 |
Color Harmonies of #935C54
Complementary color
Monochromatic Colors of #935C54
Black with #935C54
Text Example
Text Example
White with #935C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C54; }
p { color: rgb(147,92,84); }
H1.HeaderClassName
{
color: #935C54;
}
.AnyTagClassName
{
color: #935C54;
}
</style>
background-color css
<style>
a { background-color: #935C54; }
a { background-color: rgb(147,92,84); }
div.DivClassName
{
background-color: #935C54;
}
.BgClassName
{
background-color: #935C54;
}
</style>
border-color css
<style>
span { border-color: #935C54; }
span { border-color: rgb(147,92,84); }
td.TdClassName
{
border-color: #935C54;
}
.TagClassName
{
border-color: #935C54;
}
</style>