Shades of Copper Rust #934F4D
Tints of Copper Rust #934F4D
RGB
CMYK
RGB Variations
Color information
#934F4D (or 0x934F4D) is known color: Copper Rust. HEX triplet: 93, 4F and 4D. RGB value is (147,79,77). Sum of RGB (Red+Green+Blue) = 147+79+77=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F4D is #6CB0B2. Grayscale: #636363. Windows color (decimal): -7123123 or 5066643. OLE color: 5066643.
HSL color Cylindrical-coordinate representation of color #934F4D: hue angle of 1.71º 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 #934F4D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 77 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.42 |
| HSL | 1.71º | 0.31% | 0.44% | - |
| HSV(B) | 1.71º | 0.48% | 0.58% | - |
| XYZ | 16.17 | 12.33 | 8.55 | - |
| YUV | 99.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 77 | 0 | 0.46 | 0.48 | 0.42 | 1.71 | 0.31 | 0.44 |
| Hex | 93 | 4F | 4D | 0 | 2E | 30 | 2A | 2 | 1F | 2C |
| Octal | 223 | 117 | 115 | 0 | 56 | 60 | 52 | 2 | 37 | 54 |
| Binary | 10010011 | 1001111 | 1001101 | 0 | 101110 | 110000 | 101010 | 10 | 11111 | 101100 |
Color Harmonies of #934F4D
Complementary color
Monochromatic Colors of #934F4D
Black with #934F4D
Text Example
Text Example
White with #934F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F4D; }
p { color: rgb(147,79,77); }
H1.HeaderClassName
{
color: #934F4D;
}
.AnyTagClassName
{
color: #934F4D;
}
</style>
background-color css
<style>
a { background-color: #934F4D; }
a { background-color: rgb(147,79,77); }
div.DivClassName
{
background-color: #934F4D;
}
.BgClassName
{
background-color: #934F4D;
}
</style>
border-color css
<style>
span { border-color: #934F4D; }
span { border-color: rgb(147,79,77); }
td.TdClassName
{
border-color: #934F4D;
}
.TagClassName
{
border-color: #934F4D;
}
</style>