Shades of Copper Rust #944F4A
Tints of Copper Rust #944F4A
RGB
CMYK
RGB Variations
Color information
#944F4A (or 0x944F4A) is known color: Copper Rust. HEX triplet: 94, 4F and 4A. RGB value is (148,79,74). Sum of RGB (Red+Green+Blue) = 148+79+74=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F4A is #6BB0B5. Grayscale: #636363. Windows color (decimal): -7057590 or 4870036. OLE color: 4870036.
HSL color Cylindrical-coordinate representation of color #944F4A: hue angle of 4.05º 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 #944F4A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 74 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.42 |
| HSL | 4.05º | 0.33% | 0.44% | - |
| HSV(B) | 4.05º | 0.5% | 0.58% | - |
| XYZ | 16.24 | 12.38 | 8.01 | - |
| YUV | 99.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 74 | 0 | 0.47 | 0.50 | 0.42 | 4.05 | 0.33 | 0.44 |
| Hex | 94 | 4F | 4A | 0 | 2F | 32 | 2A | 4 | 21 | 2C |
| Octal | 224 | 117 | 112 | 0 | 57 | 62 | 52 | 4 | 41 | 54 |
| Binary | 10010100 | 1001111 | 1001010 | 0 | 101111 | 110010 | 101010 | 100 | 100001 | 101100 |
Color Harmonies of #944F4A
Complementary color
Monochromatic Colors of #944F4A
Black with #944F4A
Text Example
Text Example
White with #944F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F4A; }
p { color: rgb(148,79,74); }
H1.HeaderClassName
{
color: #944F4A;
}
.AnyTagClassName
{
color: #944F4A;
}
</style>
background-color css
<style>
a { background-color: #944F4A; }
a { background-color: rgb(148,79,74); }
div.DivClassName
{
background-color: #944F4A;
}
.BgClassName
{
background-color: #944F4A;
}
</style>
border-color css
<style>
span { border-color: #944F4A; }
span { border-color: rgb(148,79,74); }
td.TdClassName
{
border-color: #944F4A;
}
.TagClassName
{
border-color: #944F4A;
}
</style>