Shades of Copper Rust #94574D
Tints of Copper Rust #94574D
RGB
CMYK
RGB Variations
Color information
#94574D (or 0x94574D) is known color: Copper Rust. HEX triplet: 94, 57 and 4D. RGB value is (148,87,77). Sum of RGB (Red+Green+Blue) = 148+87+77=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94574D is #6BA8B2. Grayscale: #686868. Windows color (decimal): -7055539 or 5068692. OLE color: 5068692.
HSL color Cylindrical-coordinate representation of color #94574D: hue angle of 8.45º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94574D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 77 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.42 |
| HSL | 8.45º | 0.32% | 0.44% | - |
| HSV(B) | 8.45º | 0.48% | 0.58% | - |
| XYZ | 16.96 | 13.65 | 8.76 | - |
| YUV | 104.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 77 | 0 | 0.41 | 0.48 | 0.42 | 8.45 | 0.32 | 0.44 |
| Hex | 94 | 57 | 4D | 0 | 29 | 30 | 2A | 8 | 20 | 2C |
| Octal | 224 | 127 | 115 | 0 | 51 | 60 | 52 | 10 | 40 | 54 |
| Binary | 10010100 | 1010111 | 1001101 | 0 | 101001 | 110000 | 101010 | 1000 | 100000 | 101100 |
Color Harmonies of #94574D
Complementary color
Monochromatic Colors of #94574D
Black with #94574D
Text Example
Text Example
White with #94574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94574D; }
p { color: rgb(148,87,77); }
H1.HeaderClassName
{
color: #94574D;
}
.AnyTagClassName
{
color: #94574D;
}
</style>
background-color css
<style>
a { background-color: #94574D; }
a { background-color: rgb(148,87,77); }
div.DivClassName
{
background-color: #94574D;
}
.BgClassName
{
background-color: #94574D;
}
</style>
border-color css
<style>
span { border-color: #94574D; }
span { border-color: rgb(148,87,77); }
td.TdClassName
{
border-color: #94574D;
}
.TagClassName
{
border-color: #94574D;
}
</style>