Shades of Copper Rust #944E4A
Tints of Copper Rust #944E4A
RGB
CMYK
RGB Variations
Color information
#944E4A (or 0x944E4A) is known color: Copper Rust. HEX triplet: 94, 4E and 4A. RGB value is (148,78,74). Sum of RGB (Red+Green+Blue) = 148+78+74=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #944E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E4A is #6BB1B5. Grayscale: #626262. Windows color (decimal): -7057846 or 4869780. OLE color: 4869780.
HSL color Cylindrical-coordinate representation of color #944E4A: hue angle of 3.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944E4A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 74 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.42 |
| HSL | 3.24º | 0.33% | 0.44% | - |
| HSV(B) | 3.24º | 0.5% | 0.58% | - |
| XYZ | 16.17 | 12.24 | 7.99 | - |
| YUV | 98.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 74 | 0 | 0.47 | 0.50 | 0.42 | 3.24 | 0.33 | 0.44 |
| Hex | 94 | 4E | 4A | 0 | 2F | 32 | 2A | 3 | 21 | 2C |
| Octal | 224 | 116 | 112 | 0 | 57 | 62 | 52 | 3 | 41 | 54 |
| Binary | 10010100 | 1001110 | 1001010 | 0 | 101111 | 110010 | 101010 | 11 | 100001 | 101100 |
Color Harmonies of #944E4A
Complementary color
Monochromatic Colors of #944E4A
Black with #944E4A
Text Example
Text Example
White with #944E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E4A; }
p { color: rgb(148,78,74); }
H1.HeaderClassName
{
color: #944E4A;
}
.AnyTagClassName
{
color: #944E4A;
}
</style>
background-color css
<style>
a { background-color: #944E4A; }
a { background-color: rgb(148,78,74); }
div.DivClassName
{
background-color: #944E4A;
}
.BgClassName
{
background-color: #944E4A;
}
</style>
border-color css
<style>
span { border-color: #944E4A; }
span { border-color: rgb(148,78,74); }
td.TdClassName
{
border-color: #944E4A;
}
.TagClassName
{
border-color: #944E4A;
}
</style>