Shades of Copper Rust #93564A
Tints of Copper Rust #93564A
RGB
CMYK
RGB Variations
Color information
#93564A (or 0x93564A) is known color: Copper Rust. HEX triplet: 93, 56 and 4A. RGB value is (147,86,74). Sum of RGB (Red+Green+Blue) = 147+86+74=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93564A is #6CA9B5. Grayscale: #666666. Windows color (decimal): -7121334 or 4871827. OLE color: 4871827.
HSL color Cylindrical-coordinate representation of color #93564A: hue angle of 9.86º degrees, saturation: 0.33, 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 #93564A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 74 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.42 |
| HSL | 9.86º | 0.33% | 0.43% | - |
| HSV(B) | 9.86º | 0.5% | 0.58% | - |
| XYZ | 16.6 | 13.35 | 8.18 | - |
| YUV | 102.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 74 | 0 | 0.41 | 0.50 | 0.42 | 9.86 | 0.33 | 0.43 |
| Hex | 93 | 56 | 4A | 0 | 29 | 32 | 2A | A | 21 | 2B |
| Octal | 223 | 126 | 112 | 0 | 51 | 62 | 52 | 12 | 41 | 53 |
| Binary | 10010011 | 1010110 | 1001010 | 0 | 101001 | 110010 | 101010 | 1010 | 100001 | 101011 |
Color Harmonies of #93564A
Complementary color
Monochromatic Colors of #93564A
Black with #93564A
Text Example
Text Example
White with #93564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93564A; }
p { color: rgb(147,86,74); }
H1.HeaderClassName
{
color: #93564A;
}
.AnyTagClassName
{
color: #93564A;
}
</style>
background-color css
<style>
a { background-color: #93564A; }
a { background-color: rgb(147,86,74); }
div.DivClassName
{
background-color: #93564A;
}
.BgClassName
{
background-color: #93564A;
}
</style>
border-color css
<style>
span { border-color: #93564A; }
span { border-color: rgb(147,86,74); }
td.TdClassName
{
border-color: #93564A;
}
.TagClassName
{
border-color: #93564A;
}
</style>