Shades of Copper Rust #94594D
Tints of Copper Rust #94594D
RGB
CMYK
RGB Variations
Color information
#94594D (or 0x94594D) is known color: Copper Rust. HEX triplet: 94, 59 and 4D. RGB value is (148,89,77). Sum of RGB (Red+Green+Blue) = 148+89+77=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94594D is #6BA6B2. Grayscale: #696969. Windows color (decimal): -7055027 or 5069204. OLE color: 5069204.
HSL color Cylindrical-coordinate representation of color #94594D: hue angle of 10.14º 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 #94594D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 77 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.42 |
| HSL | 10.14º | 0.32% | 0.44% | - |
| HSV(B) | 10.14º | 0.48% | 0.58% | - |
| XYZ | 17.12 | 13.98 | 8.82 | - |
| YUV | 105.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 77 | 0 | 0.40 | 0.48 | 0.42 | 10.14 | 0.32 | 0.44 |
| Hex | 94 | 59 | 4D | 0 | 28 | 30 | 2A | A | 20 | 2C |
| Octal | 224 | 131 | 115 | 0 | 50 | 60 | 52 | 12 | 40 | 54 |
| Binary | 10010100 | 1011001 | 1001101 | 0 | 101000 | 110000 | 101010 | 1010 | 100000 | 101100 |
Color Harmonies of #94594D
Complementary color
Monochromatic Colors of #94594D
Black with #94594D
Text Example
Text Example
White with #94594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94594D; }
p { color: rgb(148,89,77); }
H1.HeaderClassName
{
color: #94594D;
}
.AnyTagClassName
{
color: #94594D;
}
</style>
background-color css
<style>
a { background-color: #94594D; }
a { background-color: rgb(148,89,77); }
div.DivClassName
{
background-color: #94594D;
}
.BgClassName
{
background-color: #94594D;
}
</style>
border-color css
<style>
span { border-color: #94594D; }
span { border-color: rgb(148,89,77); }
td.TdClassName
{
border-color: #94594D;
}
.TagClassName
{
border-color: #94594D;
}
</style>