Shades of Copper Rust #935D53
Tints of Copper Rust #935D53
RGB
CMYK
RGB Variations
Color information
#935D53 (or 0x935D53) is known color: Copper Rust. HEX triplet: 93, 5D and 53. RGB value is (147,93,83). Sum of RGB (Red+Green+Blue) = 147+93+83=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #935D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D53 is #6CA2AC. Grayscale: #6C6C6C. Windows color (decimal): -7119533 or 5463443. OLE color: 5463443.
HSL color Cylindrical-coordinate representation of color #935D53: hue angle of 9.38º 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 #935D53 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 83 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.42 |
| HSL | 9.38º | 0.28% | 0.45% | - |
| HSV(B) | 9.38º | 0.44% | 0.58% | - |
| XYZ | 17.51 | 14.66 | 10.09 | - |
| YUV | 108.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 83 | 0 | 0.37 | 0.44 | 0.42 | 9.38 | 0.28 | 0.45 |
| Hex | 93 | 5D | 53 | 0 | 25 | 2C | 2A | 9 | 1C | 2D |
| Octal | 223 | 135 | 123 | 0 | 45 | 54 | 52 | 11 | 34 | 55 |
| Binary | 10010011 | 1011101 | 1010011 | 0 | 100101 | 101100 | 101010 | 1001 | 11100 | 101101 |
Color Harmonies of #935D53
Complementary color
Monochromatic Colors of #935D53
Black with #935D53
Text Example
Text Example
White with #935D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D53; }
p { color: rgb(147,93,83); }
H1.HeaderClassName
{
color: #935D53;
}
.AnyTagClassName
{
color: #935D53;
}
</style>
background-color css
<style>
a { background-color: #935D53; }
a { background-color: rgb(147,93,83); }
div.DivClassName
{
background-color: #935D53;
}
.BgClassName
{
background-color: #935D53;
}
</style>
border-color css
<style>
span { border-color: #935D53; }
span { border-color: rgb(147,93,83); }
td.TdClassName
{
border-color: #935D53;
}
.TagClassName
{
border-color: #935D53;
}
</style>