Shades of Copper Rust #93534D
Tints of Copper Rust #93534D
RGB
CMYK
RGB Variations
Color information
#93534D (or 0x93534D) is known color: Copper Rust. HEX triplet: 93, 53 and 4D. RGB value is (147,83,77). Sum of RGB (Red+Green+Blue) = 147+83+77=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93534D is #6CACB2. Grayscale: #656565. Windows color (decimal): -7122099 or 5067667. OLE color: 5067667.
HSL color Cylindrical-coordinate representation of color #93534D: hue angle of 5.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93534D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 77 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.42 |
| HSL | 5.14º | 0.31% | 0.44% | - |
| HSV(B) | 5.14º | 0.48% | 0.58% | - |
| XYZ | 16.47 | 12.93 | 8.65 | - |
| YUV | 101.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 77 | 0 | 0.44 | 0.48 | 0.42 | 5.14 | 0.31 | 0.44 |
| Hex | 93 | 53 | 4D | 0 | 2C | 30 | 2A | 5 | 1F | 2C |
| Octal | 223 | 123 | 115 | 0 | 54 | 60 | 52 | 5 | 37 | 54 |
| Binary | 10010011 | 1010011 | 1001101 | 0 | 101100 | 110000 | 101010 | 101 | 11111 | 101100 |
Color Harmonies of #93534D
Complementary color
Monochromatic Colors of #93534D
Black with #93534D
Text Example
Text Example
White with #93534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93534D; }
p { color: rgb(147,83,77); }
H1.HeaderClassName
{
color: #93534D;
}
.AnyTagClassName
{
color: #93534D;
}
</style>
background-color css
<style>
a { background-color: #93534D; }
a { background-color: rgb(147,83,77); }
div.DivClassName
{
background-color: #93534D;
}
.BgClassName
{
background-color: #93534D;
}
</style>
border-color css
<style>
span { border-color: #93534D; }
span { border-color: rgb(147,83,77); }
td.TdClassName
{
border-color: #93534D;
}
.TagClassName
{
border-color: #93534D;
}
</style>