Shades of Copper Rust #93574D
Tints of Copper Rust #93574D
RGB
CMYK
RGB Variations
Color information
#93574D (or 0x93574D) is known color: Copper Rust. HEX triplet: 93, 57 and 4D. RGB value is (147,87,77). Sum of RGB (Red+Green+Blue) = 147+87+77=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93574D is #6CA8B2. Grayscale: #676767. Windows color (decimal): -7121075 or 5068691. OLE color: 5068691.
HSL color Cylindrical-coordinate representation of color #93574D: hue angle of 8.57º 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 #93574D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 77 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.42 |
| HSL | 8.57º | 0.31% | 0.44% | - |
| HSV(B) | 8.57º | 0.48% | 0.58% | - |
| XYZ | 16.78 | 13.56 | 8.75 | - |
| YUV | 103.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 77 | 0 | 0.41 | 0.48 | 0.42 | 8.57 | 0.31 | 0.44 |
| Hex | 93 | 57 | 4D | 0 | 29 | 30 | 2A | 9 | 1F | 2C |
| Octal | 223 | 127 | 115 | 0 | 51 | 60 | 52 | 11 | 37 | 54 |
| Binary | 10010011 | 1010111 | 1001101 | 0 | 101001 | 110000 | 101010 | 1001 | 11111 | 101100 |
Color Harmonies of #93574D
Complementary color
Monochromatic Colors of #93574D
Black with #93574D
Text Example
Text Example
White with #93574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93574D; }
p { color: rgb(147,87,77); }
H1.HeaderClassName
{
color: #93574D;
}
.AnyTagClassName
{
color: #93574D;
}
</style>
background-color css
<style>
a { background-color: #93574D; }
a { background-color: rgb(147,87,77); }
div.DivClassName
{
background-color: #93574D;
}
.BgClassName
{
background-color: #93574D;
}
</style>
border-color css
<style>
span { border-color: #93574D; }
span { border-color: rgb(147,87,77); }
td.TdClassName
{
border-color: #93574D;
}
.TagClassName
{
border-color: #93574D;
}
</style>