Shades of Copper Rust #94504D
Tints of Copper Rust #94504D
RGB
CMYK
RGB Variations
Color information
#94504D (or 0x94504D) is known color: Copper Rust. HEX triplet: 94, 50 and 4D. RGB value is (148,80,77). Sum of RGB (Red+Green+Blue) = 148+80+77=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94504D is #6BAFB2. Grayscale: #646464. Windows color (decimal): -7057331 or 5066900. OLE color: 5066900.
HSL color Cylindrical-coordinate representation of color #94504D: hue angle of 2.54º 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 #94504D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 77 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.42 |
| HSL | 2.54º | 0.32% | 0.44% | - |
| HSV(B) | 2.54º | 0.48% | 0.58% | - |
| XYZ | 16.42 | 12.57 | 8.58 | - |
| YUV | 99.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 77 | 0 | 0.46 | 0.48 | 0.42 | 2.54 | 0.32 | 0.44 |
| Hex | 94 | 50 | 4D | 0 | 2E | 30 | 2A | 3 | 20 | 2C |
| Octal | 224 | 120 | 115 | 0 | 56 | 60 | 52 | 3 | 40 | 54 |
| Binary | 10010100 | 1010000 | 1001101 | 0 | 101110 | 110000 | 101010 | 11 | 100000 | 101100 |
Color Harmonies of #94504D
Complementary color
Monochromatic Colors of #94504D
Black with #94504D
Text Example
Text Example
White with #94504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94504D; }
p { color: rgb(148,80,77); }
H1.HeaderClassName
{
color: #94504D;
}
.AnyTagClassName
{
color: #94504D;
}
</style>
background-color css
<style>
a { background-color: #94504D; }
a { background-color: rgb(148,80,77); }
div.DivClassName
{
background-color: #94504D;
}
.BgClassName
{
background-color: #94504D;
}
</style>
border-color css
<style>
span { border-color: #94504D; }
span { border-color: rgb(148,80,77); }
td.TdClassName
{
border-color: #94504D;
}
.TagClassName
{
border-color: #94504D;
}
</style>