Shades of Copper Rust #93564D
Tints of Copper Rust #93564D
RGB
CMYK
RGB Variations
Color information
#93564D (or 0x93564D) is known color: Copper Rust. HEX triplet: 93, 56 and 4D. RGB value is (147,86,77). Sum of RGB (Red+Green+Blue) = 147+86+77=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93564D is #6CA9B2. Grayscale: #676767. Windows color (decimal): -7121331 or 5068435. OLE color: 5068435.
HSL color Cylindrical-coordinate representation of color #93564D: hue angle of 7.71º 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 #93564D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 77 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.42 |
| HSL | 7.71º | 0.31% | 0.44% | - |
| HSV(B) | 7.71º | 0.48% | 0.58% | - |
| XYZ | 16.7 | 13.39 | 8.73 | - |
| YUV | 103.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 77 | 0 | 0.41 | 0.48 | 0.42 | 7.71 | 0.31 | 0.44 |
| Hex | 93 | 56 | 4D | 0 | 29 | 30 | 2A | 8 | 1F | 2C |
| Octal | 223 | 126 | 115 | 0 | 51 | 60 | 52 | 10 | 37 | 54 |
| Binary | 10010011 | 1010110 | 1001101 | 0 | 101001 | 110000 | 101010 | 1000 | 11111 | 101100 |
Color Harmonies of #93564D
Complementary color
Monochromatic Colors of #93564D
Black with #93564D
Text Example
Text Example
White with #93564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93564D; }
p { color: rgb(147,86,77); }
H1.HeaderClassName
{
color: #93564D;
}
.AnyTagClassName
{
color: #93564D;
}
</style>
background-color css
<style>
a { background-color: #93564D; }
a { background-color: rgb(147,86,77); }
div.DivClassName
{
background-color: #93564D;
}
.BgClassName
{
background-color: #93564D;
}
</style>
border-color css
<style>
span { border-color: #93564D; }
span { border-color: rgb(147,86,77); }
td.TdClassName
{
border-color: #93564D;
}
.TagClassName
{
border-color: #93564D;
}
</style>