Shades of Copper Rust #944F4B
Tints of Copper Rust #944F4B
RGB
CMYK
RGB Variations
Color information
#944F4B (or 0x944F4B) is known color: Copper Rust. HEX triplet: 94, 4F and 4B. RGB value is (148,79,75). Sum of RGB (Red+Green+Blue) = 148+79+75=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #944F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F4B is #6BB0B4. Grayscale: #636363. Windows color (decimal): -7057589 or 4935572. OLE color: 4935572.
HSL color Cylindrical-coordinate representation of color #944F4B: hue angle of 3.29º 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 #944F4B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 75 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.42 |
| HSL | 3.29º | 0.33% | 0.44% | - |
| HSV(B) | 3.29º | 0.49% | 0.58% | - |
| XYZ | 16.28 | 12.4 | 8.19 | - |
| YUV | 99.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 75 | 0 | 0.47 | 0.49 | 0.42 | 3.29 | 0.33 | 0.44 |
| Hex | 94 | 4F | 4B | 0 | 2F | 31 | 2A | 3 | 21 | 2C |
| Octal | 224 | 117 | 113 | 0 | 57 | 61 | 52 | 3 | 41 | 54 |
| Binary | 10010100 | 1001111 | 1001011 | 0 | 101111 | 110001 | 101010 | 11 | 100001 | 101100 |
Color Harmonies of #944F4B
Complementary color
Monochromatic Colors of #944F4B
Black with #944F4B
Text Example
Text Example
White with #944F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F4B; }
p { color: rgb(148,79,75); }
H1.HeaderClassName
{
color: #944F4B;
}
.AnyTagClassName
{
color: #944F4B;
}
</style>
background-color css
<style>
a { background-color: #944F4B; }
a { background-color: rgb(148,79,75); }
div.DivClassName
{
background-color: #944F4B;
}
.BgClassName
{
background-color: #944F4B;
}
</style>
border-color css
<style>
span { border-color: #944F4B; }
span { border-color: rgb(148,79,75); }
td.TdClassName
{
border-color: #944F4B;
}
.TagClassName
{
border-color: #944F4B;
}
</style>