Shades of Copper Rust #944C4C
Tints of Copper Rust #944C4C
RGB
CMYK
RGB Variations
Color information
#944C4C (or 0x944C4C) is known color: Copper Rust. HEX triplet: 94, 4C and 4C. RGB value is (148,76,76). Sum of RGB (Red+Green+Blue) = 148+76+76=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #944C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C4C is #6BB3B3. Grayscale: #616161. Windows color (decimal): -7058356 or 5000340. OLE color: 5000340.
HSL color Cylindrical-coordinate representation of color #944C4C: hue angle of 0º degrees, saturation: 0.32, 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 #944C4C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 76 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.42 |
| HSL | 0º | 0.32% | 0.44% | - |
| HSV(B) | 0º | 0.49% | 0.58% | - |
| XYZ | 16.1 | 11.99 | 8.3 | - |
| YUV | 97.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 76 | 0 | 0.49 | 0.49 | 0.42 | 0 | 0.32 | 0.44 |
| Hex | 94 | 4C | 4C | 0 | 31 | 31 | 2A | 0 | 20 | 2C |
| Octal | 224 | 114 | 114 | 0 | 61 | 61 | 52 | 0 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1001100 | 0 | 110001 | 110001 | 101010 | 0 | 100000 | 101100 |
Color Harmonies of #944C4C
Complementary color
Monochromatic Colors of #944C4C
Black with #944C4C
Text Example
Text Example
White with #944C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C4C; }
p { color: rgb(148,76,76); }
H1.HeaderClassName
{
color: #944C4C;
}
.AnyTagClassName
{
color: #944C4C;
}
</style>
background-color css
<style>
a { background-color: #944C4C; }
a { background-color: rgb(148,76,76); }
div.DivClassName
{
background-color: #944C4C;
}
.BgClassName
{
background-color: #944C4C;
}
</style>
border-color css
<style>
span { border-color: #944C4C; }
span { border-color: rgb(148,76,76); }
td.TdClassName
{
border-color: #944C4C;
}
.TagClassName
{
border-color: #944C4C;
}
</style>