Shades of Copper Rust #935549
Tints of Copper Rust #935549
RGB
CMYK
RGB Variations
Color information
#935549 (or 0x935549) is known color: Copper Rust. HEX triplet: 93, 55 and 49. RGB value is (147,85,73). Sum of RGB (Red+Green+Blue) = 147+85+73=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #935549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935549 is #6CAAB6. Grayscale: #666666. Windows color (decimal): -7121591 or 4806035. OLE color: 4806035.
HSL color Cylindrical-coordinate representation of color #935549: hue angle of 9.73º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935549 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 73 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.42 |
| HSL | 9.73º | 0.34% | 0.43% | - |
| HSV(B) | 9.73º | 0.5% | 0.58% | - |
| XYZ | 16.48 | 13.18 | 7.98 | - |
| YUV | 102.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 73 | 0 | 0.42 | 0.50 | 0.42 | 9.73 | 0.34 | 0.43 |
| Hex | 93 | 55 | 49 | 0 | 2A | 32 | 2A | A | 22 | 2B |
| Octal | 223 | 125 | 111 | 0 | 52 | 62 | 52 | 12 | 42 | 53 |
| Binary | 10010011 | 1010101 | 1001001 | 0 | 101010 | 110010 | 101010 | 1010 | 100010 | 101011 |
Color Harmonies of #935549
Complementary color
Monochromatic Colors of #935549
Black with #935549
Text Example
Text Example
White with #935549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935549; }
p { color: rgb(147,85,73); }
H1.HeaderClassName
{
color: #935549;
}
.AnyTagClassName
{
color: #935549;
}
</style>
background-color css
<style>
a { background-color: #935549; }
a { background-color: rgb(147,85,73); }
div.DivClassName
{
background-color: #935549;
}
.BgClassName
{
background-color: #935549;
}
</style>
border-color css
<style>
span { border-color: #935549; }
span { border-color: rgb(147,85,73); }
td.TdClassName
{
border-color: #935549;
}
.TagClassName
{
border-color: #935549;
}
</style>