Shades of Copper Rust #944C4A
Tints of Copper Rust #944C4A
RGB
CMYK
RGB Variations
Color information
#944C4A (or 0x944C4A) is known color: Copper Rust. HEX triplet: 94, 4C and 4A. RGB value is (148,76,74). Sum of RGB (Red+Green+Blue) = 148+76+74=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #944C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C4A is #6BB3B5. Grayscale: #616161. Windows color (decimal): -7058358 or 4869268. OLE color: 4869268.
HSL color Cylindrical-coordinate representation of color #944C4A: hue angle of 1.62º 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 #944C4A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 74 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.42 |
| HSL | 1.62º | 0.33% | 0.44% | - |
| HSV(B) | 1.62º | 0.5% | 0.58% | - |
| XYZ | 16.03 | 11.96 | 7.94 | - |
| YUV | 97.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 74 | 0 | 0.49 | 0.50 | 0.42 | 1.62 | 0.33 | 0.44 |
| Hex | 94 | 4C | 4A | 0 | 31 | 32 | 2A | 2 | 21 | 2C |
| Octal | 224 | 114 | 112 | 0 | 61 | 62 | 52 | 2 | 41 | 54 |
| Binary | 10010100 | 1001100 | 1001010 | 0 | 110001 | 110010 | 101010 | 10 | 100001 | 101100 |
Color Harmonies of #944C4A
Complementary color
Monochromatic Colors of #944C4A
Black with #944C4A
Text Example
Text Example
White with #944C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C4A; }
p { color: rgb(148,76,74); }
H1.HeaderClassName
{
color: #944C4A;
}
.AnyTagClassName
{
color: #944C4A;
}
</style>
background-color css
<style>
a { background-color: #944C4A; }
a { background-color: rgb(148,76,74); }
div.DivClassName
{
background-color: #944C4A;
}
.BgClassName
{
background-color: #944C4A;
}
</style>
border-color css
<style>
span { border-color: #944C4A; }
span { border-color: rgb(148,76,74); }
td.TdClassName
{
border-color: #944C4A;
}
.TagClassName
{
border-color: #944C4A;
}
</style>