Shades of Copper Rust #934A49
Tints of Copper Rust #934A49
RGB
CMYK
RGB Variations
Color information
#934A49 (or 0x934A49) is known color: Copper Rust. HEX triplet: 93, 4A and 49. RGB value is (147,74,73). Sum of RGB (Red+Green+Blue) = 147+74+73=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #934A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934A49 is #6CB5B6. Grayscale: #5F5F5F. Windows color (decimal): -7124407 or 4803219. OLE color: 4803219.
HSL color Cylindrical-coordinate representation of color #934A49: hue angle of 0.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934A49 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 73 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.42 |
| HSL | 0.81º | 0.34% | 0.43% | - |
| HSV(B) | 0.81º | 0.5% | 0.58% | - |
| XYZ | 15.68 | 11.58 | 7.71 | - |
| YUV | 95.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 73 | 0 | 0.50 | 0.50 | 0.42 | 0.81 | 0.34 | 0.43 |
| Hex | 93 | 4A | 49 | 0 | 32 | 32 | 2A | 1 | 22 | 2B |
| Octal | 223 | 112 | 111 | 0 | 62 | 62 | 52 | 1 | 42 | 53 |
| Binary | 10010011 | 1001010 | 1001001 | 0 | 110010 | 110010 | 101010 | 1 | 100010 | 101011 |
Color Harmonies of #934A49
Complementary color
Monochromatic Colors of #934A49
Black with #934A49
Text Example
Text Example
White with #934A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A49; }
p { color: rgb(147,74,73); }
H1.HeaderClassName
{
color: #934A49;
}
.AnyTagClassName
{
color: #934A49;
}
</style>
background-color css
<style>
a { background-color: #934A49; }
a { background-color: rgb(147,74,73); }
div.DivClassName
{
background-color: #934A49;
}
.BgClassName
{
background-color: #934A49;
}
</style>
border-color css
<style>
span { border-color: #934A49; }
span { border-color: rgb(147,74,73); }
td.TdClassName
{
border-color: #934A49;
}
.TagClassName
{
border-color: #934A49;
}
</style>