Shades of Copper Rust #944D4B
Tints of Copper Rust #944D4B
RGB
CMYK
RGB Variations
Color information
#944D4B (or 0x944D4B) is known color: Copper Rust. HEX triplet: 94, 4D and 4B. RGB value is (148,77,75). Sum of RGB (Red+Green+Blue) = 148+77+75=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #944D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D4B is #6BB2B4. Grayscale: #626262. Windows color (decimal): -7058101 or 4935060. OLE color: 4935060.
HSL color Cylindrical-coordinate representation of color #944D4B: hue angle of 1.64º degrees, saturation: 0.33, 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 #944D4B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 75 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.42 |
| HSL | 1.64º | 0.33% | 0.44% | - |
| HSV(B) | 1.64º | 0.49% | 0.58% | - |
| XYZ | 16.14 | 12.11 | 8.14 | - |
| YUV | 98 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 75 | 0 | 0.48 | 0.49 | 0.42 | 1.64 | 0.33 | 0.44 |
| Hex | 94 | 4D | 4B | 0 | 30 | 31 | 2A | 2 | 21 | 2C |
| Octal | 224 | 115 | 113 | 0 | 60 | 61 | 52 | 2 | 41 | 54 |
| Binary | 10010100 | 1001101 | 1001011 | 0 | 110000 | 110001 | 101010 | 10 | 100001 | 101100 |
Color Harmonies of #944D4B
Complementary color
Monochromatic Colors of #944D4B
Black with #944D4B
Text Example
Text Example
White with #944D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D4B; }
p { color: rgb(148,77,75); }
H1.HeaderClassName
{
color: #944D4B;
}
.AnyTagClassName
{
color: #944D4B;
}
</style>
background-color css
<style>
a { background-color: #944D4B; }
a { background-color: rgb(148,77,75); }
div.DivClassName
{
background-color: #944D4B;
}
.BgClassName
{
background-color: #944D4B;
}
</style>
border-color css
<style>
span { border-color: #944D4B; }
span { border-color: rgb(148,77,75); }
td.TdClassName
{
border-color: #944D4B;
}
.TagClassName
{
border-color: #944D4B;
}
</style>