Shades of Copper Rust #93584E
Tints of Copper Rust #93584E
RGB
CMYK
RGB Variations
Color information
#93584E (or 0x93584E) is known color: Copper Rust. HEX triplet: 93, 58 and 4E. RGB value is (147,88,78). Sum of RGB (Red+Green+Blue) = 147+88+78=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93584E is #6CA7B1. Grayscale: #686868. Windows color (decimal): -7120818 or 5134483. OLE color: 5134483.
HSL color Cylindrical-coordinate representation of color #93584E: hue angle of 8.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93584E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 78 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.42 |
| HSL | 8.7º | 0.31% | 0.44% | - |
| HSV(B) | 8.7º | 0.47% | 0.58% | - |
| XYZ | 16.9 | 13.73 | 8.97 | - |
| YUV | 104.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 78 | 0 | 0.40 | 0.47 | 0.42 | 8.7 | 0.31 | 0.44 |
| Hex | 93 | 58 | 4E | 0 | 28 | 2F | 2A | 9 | 1F | 2C |
| Octal | 223 | 130 | 116 | 0 | 50 | 57 | 52 | 11 | 37 | 54 |
| Binary | 10010011 | 1011000 | 1001110 | 0 | 101000 | 101111 | 101010 | 1001 | 11111 | 101100 |
Color Harmonies of #93584E
Complementary color
Monochromatic Colors of #93584E
Black with #93584E
Text Example
Text Example
White with #93584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93584E; }
p { color: rgb(147,88,78); }
H1.HeaderClassName
{
color: #93584E;
}
.AnyTagClassName
{
color: #93584E;
}
</style>
background-color css
<style>
a { background-color: #93584E; }
a { background-color: rgb(147,88,78); }
div.DivClassName
{
background-color: #93584E;
}
.BgClassName
{
background-color: #93584E;
}
</style>
border-color css
<style>
span { border-color: #93584E; }
span { border-color: rgb(147,88,78); }
td.TdClassName
{
border-color: #93584E;
}
.TagClassName
{
border-color: #93584E;
}
</style>