Shades of Copper Rust #93504D
Tints of Copper Rust #93504D
RGB
CMYK
RGB Variations
Color information
#93504D (or 0x93504D) is known color: Copper Rust. HEX triplet: 93, 50 and 4D. RGB value is (147,80,77). Sum of RGB (Red+Green+Blue) = 147+80+77=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93504D is #6CAFB2. Grayscale: #636363. Windows color (decimal): -7122867 or 5066899. OLE color: 5066899.
HSL color Cylindrical-coordinate representation of color #93504D: hue angle of 2.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 #93504D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 77 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.42 |
| HSL | 2.57º | 0.31% | 0.44% | - |
| HSV(B) | 2.57º | 0.48% | 0.58% | - |
| XYZ | 16.24 | 12.48 | 8.57 | - |
| YUV | 99.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 77 | 0 | 0.46 | 0.48 | 0.42 | 2.57 | 0.31 | 0.44 |
| Hex | 93 | 50 | 4D | 0 | 2E | 30 | 2A | 3 | 1F | 2C |
| Octal | 223 | 120 | 115 | 0 | 56 | 60 | 52 | 3 | 37 | 54 |
| Binary | 10010011 | 1010000 | 1001101 | 0 | 101110 | 110000 | 101010 | 11 | 11111 | 101100 |
Color Harmonies of #93504D
Complementary color
Monochromatic Colors of #93504D
Black with #93504D
Text Example
Text Example
White with #93504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93504D; }
p { color: rgb(147,80,77); }
H1.HeaderClassName
{
color: #93504D;
}
.AnyTagClassName
{
color: #93504D;
}
</style>
background-color css
<style>
a { background-color: #93504D; }
a { background-color: rgb(147,80,77); }
div.DivClassName
{
background-color: #93504D;
}
.BgClassName
{
background-color: #93504D;
}
</style>
border-color css
<style>
span { border-color: #93504D; }
span { border-color: rgb(147,80,77); }
td.TdClassName
{
border-color: #93504D;
}
.TagClassName
{
border-color: #93504D;
}
</style>