Shades of Copper Rust #934F4E
Tints of Copper Rust #934F4E
RGB
CMYK
RGB Variations
Color information
#934F4E (or 0x934F4E) is known color: Copper Rust. HEX triplet: 93, 4F and 4E. RGB value is (147,79,78). Sum of RGB (Red+Green+Blue) = 147+79+78=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F4E is #6CB0B1. Grayscale: #636363. Windows color (decimal): -7123122 or 5132179. OLE color: 5132179.
HSL color Cylindrical-coordinate representation of color #934F4E: hue angle of 0.87º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934F4E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 78 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.42 |
| HSL | 0.87º | 0.31% | 0.44% | - |
| HSV(B) | 0.87º | 0.47% | 0.58% | - |
| XYZ | 16.2 | 12.35 | 8.74 | - |
| YUV | 99.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 78 | 0 | 0.46 | 0.47 | 0.42 | 0.87 | 0.31 | 0.44 |
| Hex | 93 | 4F | 4E | 0 | 2E | 2F | 2A | 1 | 1F | 2C |
| Octal | 223 | 117 | 116 | 0 | 56 | 57 | 52 | 1 | 37 | 54 |
| Binary | 10010011 | 1001111 | 1001110 | 0 | 101110 | 101111 | 101010 | 1 | 11111 | 101100 |
Color Harmonies of #934F4E
Complementary color
Monochromatic Colors of #934F4E
Black with #934F4E
Text Example
Text Example
White with #934F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F4E; }
p { color: rgb(147,79,78); }
H1.HeaderClassName
{
color: #934F4E;
}
.AnyTagClassName
{
color: #934F4E;
}
</style>
background-color css
<style>
a { background-color: #934F4E; }
a { background-color: rgb(147,79,78); }
div.DivClassName
{
background-color: #934F4E;
}
.BgClassName
{
background-color: #934F4E;
}
</style>
border-color css
<style>
span { border-color: #934F4E; }
span { border-color: rgb(147,79,78); }
td.TdClassName
{
border-color: #934F4E;
}
.TagClassName
{
border-color: #934F4E;
}
</style>