Shades of Copper Rust #934E4A
Tints of Copper Rust #934E4A
RGB
CMYK
RGB Variations
Color information
#934E4A (or 0x934E4A) is known color: Copper Rust. HEX triplet: 93, 4E and 4A. RGB value is (147,78,74). Sum of RGB (Red+Green+Blue) = 147+78+74=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #934E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934E4A is #6CB1B5. Grayscale: #626262. Windows color (decimal): -7123382 or 4869779. OLE color: 4869779.
HSL color Cylindrical-coordinate representation of color #934E4A: hue angle of 3.29º degrees, saturation: 0.33, 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 #934E4A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 74 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.42 |
| HSL | 3.29º | 0.33% | 0.43% | - |
| HSV(B) | 3.29º | 0.5% | 0.58% | - |
| XYZ | 15.99 | 12.15 | 7.98 | - |
| YUV | 98.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 74 | 0 | 0.47 | 0.50 | 0.42 | 3.29 | 0.33 | 0.43 |
| Hex | 93 | 4E | 4A | 0 | 2F | 32 | 2A | 3 | 21 | 2B |
| Octal | 223 | 116 | 112 | 0 | 57 | 62 | 52 | 3 | 41 | 53 |
| Binary | 10010011 | 1001110 | 1001010 | 0 | 101111 | 110010 | 101010 | 11 | 100001 | 101011 |
Color Harmonies of #934E4A
Complementary color
Monochromatic Colors of #934E4A
Black with #934E4A
Text Example
Text Example
White with #934E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E4A; }
p { color: rgb(147,78,74); }
H1.HeaderClassName
{
color: #934E4A;
}
.AnyTagClassName
{
color: #934E4A;
}
</style>
background-color css
<style>
a { background-color: #934E4A; }
a { background-color: rgb(147,78,74); }
div.DivClassName
{
background-color: #934E4A;
}
.BgClassName
{
background-color: #934E4A;
}
</style>
border-color css
<style>
span { border-color: #934E4A; }
span { border-color: rgb(147,78,74); }
td.TdClassName
{
border-color: #934E4A;
}
.TagClassName
{
border-color: #934E4A;
}
</style>