Shades of Copper Rust #974E4A
Tints of Copper Rust #974E4A
RGB
CMYK
RGB Variations
Color information
#974E4A (or 0x974E4A) is known color: Copper Rust. HEX triplet: 97, 4E and 4A. RGB value is (151,78,74). Sum of RGB (Red+Green+Blue) = 151+78+74=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #974E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E4A is #68B1B5. Grayscale: #636363. Windows color (decimal): -6861238 or 4869783. OLE color: 4869783.
HSL color Cylindrical-coordinate representation of color #974E4A: hue angle of 3.12º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974E4A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 78 | 74 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.41 |
| HSL | 3.12º | 0.34% | 0.44% | - |
| HSV(B) | 3.12º | 0.51% | 0.59% | - |
| XYZ | 16.72 | 12.52 | 8.01 | - |
| YUV | 99.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 74 | 0 | 0.48 | 0.51 | 0.41 | 3.12 | 0.34 | 0.44 |
| Hex | 97 | 4E | 4A | 0 | 30 | 33 | 29 | 3 | 22 | 2C |
| Octal | 227 | 116 | 112 | 0 | 60 | 63 | 51 | 3 | 42 | 54 |
| Binary | 10010111 | 1001110 | 1001010 | 0 | 110000 | 110011 | 101001 | 11 | 100010 | 101100 |
Color Harmonies of #974E4A
Complementary color
Monochromatic Colors of #974E4A
Black with #974E4A
Text Example
Text Example
White with #974E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974E4A; }
p { color: rgb(151,78,74); }
H1.HeaderClassName
{
color: #974E4A;
}
.AnyTagClassName
{
color: #974E4A;
}
</style>
background-color css
<style>
a { background-color: #974E4A; }
a { background-color: rgb(151,78,74); }
div.DivClassName
{
background-color: #974E4A;
}
.BgClassName
{
background-color: #974E4A;
}
</style>
border-color css
<style>
span { border-color: #974E4A; }
span { border-color: rgb(151,78,74); }
td.TdClassName
{
border-color: #974E4A;
}
.TagClassName
{
border-color: #974E4A;
}
</style>