Shades of Copper Rust #944B49
Tints of Copper Rust #944B49
RGB
CMYK
RGB Variations
Color information
#944B49 (or 0x944B49) is known color: Copper Rust. HEX triplet: 94, 4B and 49. RGB value is (148,75,73). Sum of RGB (Red+Green+Blue) = 148+75+73=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #944B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B49 is #6BB4B6. Grayscale: #606060. Windows color (decimal): -7058615 or 4803476. OLE color: 4803476.
HSL color Cylindrical-coordinate representation of color #944B49: hue angle of 1.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944B49 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 73 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.42 |
| HSL | 1.6º | 0.34% | 0.43% | - |
| HSV(B) | 1.6º | 0.51% | 0.58% | - |
| XYZ | 15.93 | 11.81 | 7.74 | - |
| YUV | 96.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 73 | 0 | 0.49 | 0.51 | 0.42 | 1.6 | 0.34 | 0.43 |
| Hex | 94 | 4B | 49 | 0 | 31 | 33 | 2A | 2 | 22 | 2B |
| Octal | 224 | 113 | 111 | 0 | 61 | 63 | 52 | 2 | 42 | 53 |
| Binary | 10010100 | 1001011 | 1001001 | 0 | 110001 | 110011 | 101010 | 10 | 100010 | 101011 |
Color Harmonies of #944B49
Complementary color
Monochromatic Colors of #944B49
Black with #944B49
Text Example
Text Example
White with #944B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B49; }
p { color: rgb(148,75,73); }
H1.HeaderClassName
{
color: #944B49;
}
.AnyTagClassName
{
color: #944B49;
}
</style>
background-color css
<style>
a { background-color: #944B49; }
a { background-color: rgb(148,75,73); }
div.DivClassName
{
background-color: #944B49;
}
.BgClassName
{
background-color: #944B49;
}
</style>
border-color css
<style>
span { border-color: #944B49; }
span { border-color: rgb(148,75,73); }
td.TdClassName
{
border-color: #944B49;
}
.TagClassName
{
border-color: #944B49;
}
</style>