Shades of Copper Rust #944D4C
Tints of Copper Rust #944D4C
RGB
CMYK
RGB Variations
Color information
#944D4C (or 0x944D4C) is known color: Copper Rust. HEX triplet: 94, 4D and 4C. RGB value is (148,77,76). Sum of RGB (Red+Green+Blue) = 148+77+76=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D4C is #6BB2B3. Grayscale: #626262. Windows color (decimal): -7058100 or 5000596. OLE color: 5000596.
HSL color Cylindrical-coordinate representation of color #944D4C: hue angle of 0.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944D4C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 76 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.42 |
| HSL | 0.83º | 0.32% | 0.44% | - |
| HSV(B) | 0.83º | 0.49% | 0.58% | - |
| XYZ | 16.17 | 12.13 | 8.33 | - |
| YUV | 98.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 76 | 0 | 0.48 | 0.49 | 0.42 | 0.83 | 0.32 | 0.44 |
| Hex | 94 | 4D | 4C | 0 | 30 | 31 | 2A | 1 | 20 | 2C |
| Octal | 224 | 115 | 114 | 0 | 60 | 61 | 52 | 1 | 40 | 54 |
| Binary | 10010100 | 1001101 | 1001100 | 0 | 110000 | 110001 | 101010 | 1 | 100000 | 101100 |
Color Harmonies of #944D4C
Complementary color
Monochromatic Colors of #944D4C
Black with #944D4C
Text Example
Text Example
White with #944D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D4C; }
p { color: rgb(148,77,76); }
H1.HeaderClassName
{
color: #944D4C;
}
.AnyTagClassName
{
color: #944D4C;
}
</style>
background-color css
<style>
a { background-color: #944D4C; }
a { background-color: rgb(148,77,76); }
div.DivClassName
{
background-color: #944D4C;
}
.BgClassName
{
background-color: #944D4C;
}
</style>
border-color css
<style>
span { border-color: #944D4C; }
span { border-color: rgb(148,77,76); }
td.TdClassName
{
border-color: #944D4C;
}
.TagClassName
{
border-color: #944D4C;
}
</style>