Shades of Copper Rust #934E4D
Tints of Copper Rust #934E4D
RGB
CMYK
RGB Variations
Color information
#934E4D (or 0x934E4D) is known color: Copper Rust. HEX triplet: 93, 4E and 4D. RGB value is (147,78,77). Sum of RGB (Red+Green+Blue) = 147+78+77=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #934E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E4D is #6CB1B2. Grayscale: #626262. Windows color (decimal): -7123379 or 5066387. OLE color: 5066387.
HSL color Cylindrical-coordinate representation of color #934E4D: hue angle of 0.86º 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 #934E4D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 77 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.42 |
| HSL | 0.86º | 0.31% | 0.44% | - |
| HSV(B) | 0.86º | 0.48% | 0.58% | - |
| XYZ | 16.1 | 12.19 | 8.53 | - |
| YUV | 98.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 77 | 0 | 0.47 | 0.48 | 0.42 | 0.86 | 0.31 | 0.44 |
| Hex | 93 | 4E | 4D | 0 | 2F | 30 | 2A | 1 | 1F | 2C |
| Octal | 223 | 116 | 115 | 0 | 57 | 60 | 52 | 1 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1001101 | 0 | 101111 | 110000 | 101010 | 1 | 11111 | 101100 |
Color Harmonies of #934E4D
Complementary color
Monochromatic Colors of #934E4D
Black with #934E4D
Text Example
Text Example
White with #934E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E4D; }
p { color: rgb(147,78,77); }
H1.HeaderClassName
{
color: #934E4D;
}
.AnyTagClassName
{
color: #934E4D;
}
</style>
background-color css
<style>
a { background-color: #934E4D; }
a { background-color: rgb(147,78,77); }
div.DivClassName
{
background-color: #934E4D;
}
.BgClassName
{
background-color: #934E4D;
}
</style>
border-color css
<style>
span { border-color: #934E4D; }
span { border-color: rgb(147,78,77); }
td.TdClassName
{
border-color: #934E4D;
}
.TagClassName
{
border-color: #934E4D;
}
</style>