Shades of Copper Rust #93544D
Tints of Copper Rust #93544D
RGB
CMYK
RGB Variations
Color information
#93544D (or 0x93544D) is known color: Copper Rust. HEX triplet: 93, 54 and 4D. RGB value is (147,84,77). Sum of RGB (Red+Green+Blue) = 147+84+77=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93544D is #6CABB2. Grayscale: #666666. Windows color (decimal): -7121843 or 5067923. OLE color: 5067923.
HSL color Cylindrical-coordinate representation of color #93544D: hue angle of 6º 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 #93544D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 77 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.42 |
| HSL | 6º | 0.31% | 0.44% | - |
| HSV(B) | 6º | 0.48% | 0.58% | - |
| XYZ | 16.54 | 13.08 | 8.67 | - |
| YUV | 102.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 77 | 0 | 0.43 | 0.48 | 0.42 | 6 | 0.31 | 0.44 |
| Hex | 93 | 54 | 4D | 0 | 2B | 30 | 2A | 6 | 1F | 2C |
| Octal | 223 | 124 | 115 | 0 | 53 | 60 | 52 | 6 | 37 | 54 |
| Binary | 10010011 | 1010100 | 1001101 | 0 | 101011 | 110000 | 101010 | 110 | 11111 | 101100 |
Color Harmonies of #93544D
Complementary color
Monochromatic Colors of #93544D
Black with #93544D
Text Example
Text Example
White with #93544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93544D; }
p { color: rgb(147,84,77); }
H1.HeaderClassName
{
color: #93544D;
}
.AnyTagClassName
{
color: #93544D;
}
</style>
background-color css
<style>
a { background-color: #93544D; }
a { background-color: rgb(147,84,77); }
div.DivClassName
{
background-color: #93544D;
}
.BgClassName
{
background-color: #93544D;
}
</style>
border-color css
<style>
span { border-color: #93544D; }
span { border-color: rgb(147,84,77); }
td.TdClassName
{
border-color: #93544D;
}
.TagClassName
{
border-color: #93544D;
}
</style>