Shades of Copper Rust #944E4D
Tints of Copper Rust #944E4D
RGB
CMYK
RGB Variations
Color information
#944E4D (or 0x944E4D) is known color: Copper Rust. HEX triplet: 94, 4E and 4D. RGB value is (148,78,77). Sum of RGB (Red+Green+Blue) = 148+78+77=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #944E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E4D is #6BB1B2. Grayscale: #626262. Windows color (decimal): -7057843 or 5066388. OLE color: 5066388.
HSL color Cylindrical-coordinate representation of color #944E4D: hue angle of 0.85º degrees, saturation: 0.32, 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 #944E4D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 77 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.42 |
| HSL | 0.85º | 0.32% | 0.44% | - |
| HSV(B) | 0.85º | 0.48% | 0.58% | - |
| XYZ | 16.28 | 12.28 | 8.53 | - |
| YUV | 98.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 77 | 0 | 0.47 | 0.48 | 0.42 | 0.85 | 0.32 | 0.44 |
| Hex | 94 | 4E | 4D | 0 | 2F | 30 | 2A | 1 | 20 | 2C |
| Octal | 224 | 116 | 115 | 0 | 57 | 60 | 52 | 1 | 40 | 54 |
| Binary | 10010100 | 1001110 | 1001101 | 0 | 101111 | 110000 | 101010 | 1 | 100000 | 101100 |
Color Harmonies of #944E4D
Complementary color
Monochromatic Colors of #944E4D
Black with #944E4D
Text Example
Text Example
White with #944E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E4D; }
p { color: rgb(148,78,77); }
H1.HeaderClassName
{
color: #944E4D;
}
.AnyTagClassName
{
color: #944E4D;
}
</style>
background-color css
<style>
a { background-color: #944E4D; }
a { background-color: rgb(148,78,77); }
div.DivClassName
{
background-color: #944E4D;
}
.BgClassName
{
background-color: #944E4D;
}
</style>
border-color css
<style>
span { border-color: #944E4D; }
span { border-color: rgb(148,78,77); }
td.TdClassName
{
border-color: #944E4D;
}
.TagClassName
{
border-color: #944E4D;
}
</style>