Shades of Copper Rust #94594E
Tints of Copper Rust #94594E
RGB
CMYK
RGB Variations
Color information
#94594E (or 0x94594E) is known color: Copper Rust. HEX triplet: 94, 59 and 4E. RGB value is (148,89,78). Sum of RGB (Red+Green+Blue) = 148+89+78=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #94594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94594E is #6BA6B1. Grayscale: #696969. Windows color (decimal): -7055026 or 5134740. OLE color: 5134740.
HSL color Cylindrical-coordinate representation of color #94594E: hue angle of 9.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94594E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 78 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.42 |
| HSL | 9.43º | 0.31% | 0.44% | - |
| HSV(B) | 9.43º | 0.47% | 0.58% | - |
| XYZ | 17.16 | 13.99 | 9 | - |
| YUV | 105.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 78 | 0 | 0.40 | 0.47 | 0.42 | 9.43 | 0.31 | 0.44 |
| Hex | 94 | 59 | 4E | 0 | 28 | 2F | 2A | 9 | 1F | 2C |
| Octal | 224 | 131 | 116 | 0 | 50 | 57 | 52 | 11 | 37 | 54 |
| Binary | 10010100 | 1011001 | 1001110 | 0 | 101000 | 101111 | 101010 | 1001 | 11111 | 101100 |
Color Harmonies of #94594E
Complementary color
Monochromatic Colors of #94594E
Black with #94594E
Text Example
Text Example
White with #94594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94594E; }
p { color: rgb(148,89,78); }
H1.HeaderClassName
{
color: #94594E;
}
.AnyTagClassName
{
color: #94594E;
}
</style>
background-color css
<style>
a { background-color: #94594E; }
a { background-color: rgb(148,89,78); }
div.DivClassName
{
background-color: #94594E;
}
.BgClassName
{
background-color: #94594E;
}
</style>
border-color css
<style>
span { border-color: #94594E; }
span { border-color: rgb(148,89,78); }
td.TdClassName
{
border-color: #94594E;
}
.TagClassName
{
border-color: #94594E;
}
</style>