Shades of Copper Rust #944A4A
Tints of Copper Rust #944A4A
RGB
CMYK
RGB Variations
Color information
#944A4A (or 0x944A4A) is known color: Copper Rust. HEX triplet: 94, 4A and 4A. RGB value is (148,74,74). Sum of RGB (Red+Green+Blue) = 148+74+74=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #944A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A4A is #6BB5B5. Grayscale: #606060. Windows color (decimal): -7058870 or 4868756. OLE color: 4868756.
HSL color Cylindrical-coordinate representation of color #944A4A: hue angle of 0º 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 #944A4A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 74 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.42 |
| HSL | 0º | 0.33% | 0.44% | - |
| HSV(B) | 0º | 0.5% | 0.58% | - |
| XYZ | 15.9 | 11.69 | 7.9 | - |
| YUV | 96.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 74 | 0 | 0.50 | 0.50 | 0.42 | 0 | 0.33 | 0.44 |
| Hex | 94 | 4A | 4A | 0 | 32 | 32 | 2A | 0 | 21 | 2C |
| Octal | 224 | 112 | 112 | 0 | 62 | 62 | 52 | 0 | 41 | 54 |
| Binary | 10010100 | 1001010 | 1001010 | 0 | 110010 | 110010 | 101010 | 0 | 100001 | 101100 |
Color Harmonies of #944A4A
Complementary color
Monochromatic Colors of #944A4A
Black with #944A4A
Text Example
Text Example
White with #944A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A4A; }
p { color: rgb(148,74,74); }
H1.HeaderClassName
{
color: #944A4A;
}
.AnyTagClassName
{
color: #944A4A;
}
</style>
background-color css
<style>
a { background-color: #944A4A; }
a { background-color: rgb(148,74,74); }
div.DivClassName
{
background-color: #944A4A;
}
.BgClassName
{
background-color: #944A4A;
}
</style>
border-color css
<style>
span { border-color: #944A4A; }
span { border-color: rgb(148,74,74); }
td.TdClassName
{
border-color: #944A4A;
}
.TagClassName
{
border-color: #944A4A;
}
</style>