Shades of Copper Rust #93594D
Tints of Copper Rust #93594D
RGB
CMYK
RGB Variations
Color information
#93594D (or 0x93594D) is known color: Copper Rust. HEX triplet: 93, 59 and 4D. RGB value is (147,89,77). Sum of RGB (Red+Green+Blue) = 147+89+77=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93594D is #6CA6B2. Grayscale: #696969. Windows color (decimal): -7120563 or 5069203. OLE color: 5069203.
HSL color Cylindrical-coordinate representation of color #93594D: hue angle of 10.29º 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 #93594D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 77 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.42 |
| HSL | 10.29º | 0.31% | 0.44% | - |
| HSV(B) | 10.29º | 0.48% | 0.58% | - |
| XYZ | 16.94 | 13.88 | 8.81 | - |
| YUV | 104.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 77 | 0 | 0.39 | 0.48 | 0.42 | 10.29 | 0.31 | 0.44 |
| Hex | 93 | 59 | 4D | 0 | 27 | 30 | 2A | A | 1F | 2C |
| Octal | 223 | 131 | 115 | 0 | 47 | 60 | 52 | 12 | 37 | 54 |
| Binary | 10010011 | 1011001 | 1001101 | 0 | 100111 | 110000 | 101010 | 1010 | 11111 | 101100 |
Color Harmonies of #93594D
Complementary color
Monochromatic Colors of #93594D
Black with #93594D
Text Example
Text Example
White with #93594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93594D; }
p { color: rgb(147,89,77); }
H1.HeaderClassName
{
color: #93594D;
}
.AnyTagClassName
{
color: #93594D;
}
</style>
background-color css
<style>
a { background-color: #93594D; }
a { background-color: rgb(147,89,77); }
div.DivClassName
{
background-color: #93594D;
}
.BgClassName
{
background-color: #93594D;
}
</style>
border-color css
<style>
span { border-color: #93594D; }
span { border-color: rgb(147,89,77); }
td.TdClassName
{
border-color: #93594D;
}
.TagClassName
{
border-color: #93594D;
}
</style>