Shades of Copper Rust #94574E
Tints of Copper Rust #94574E
RGB
CMYK
RGB Variations
Color information
#94574E (or 0x94574E) is known color: Copper Rust. HEX triplet: 94, 57 and 4E. RGB value is (148,87,78). Sum of RGB (Red+Green+Blue) = 148+87+78=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94574E is #6BA8B1. Grayscale: #686868. Windows color (decimal): -7055538 or 5134228. OLE color: 5134228.
HSL color Cylindrical-coordinate representation of color #94574E: hue angle of 7.71º 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 #94574E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 78 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.42 |
| HSL | 7.71º | 0.31% | 0.44% | - |
| HSV(B) | 7.71º | 0.47% | 0.58% | - |
| XYZ | 17 | 13.66 | 8.95 | - |
| YUV | 104.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 78 | 0 | 0.41 | 0.47 | 0.42 | 7.71 | 0.31 | 0.44 |
| Hex | 94 | 57 | 4E | 0 | 29 | 2F | 2A | 8 | 1F | 2C |
| Octal | 224 | 127 | 116 | 0 | 51 | 57 | 52 | 10 | 37 | 54 |
| Binary | 10010100 | 1010111 | 1001110 | 0 | 101001 | 101111 | 101010 | 1000 | 11111 | 101100 |
Color Harmonies of #94574E
Complementary color
Monochromatic Colors of #94574E
Black with #94574E
Text Example
Text Example
White with #94574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94574E; }
p { color: rgb(148,87,78); }
H1.HeaderClassName
{
color: #94574E;
}
.AnyTagClassName
{
color: #94574E;
}
</style>
background-color css
<style>
a { background-color: #94574E; }
a { background-color: rgb(148,87,78); }
div.DivClassName
{
background-color: #94574E;
}
.BgClassName
{
background-color: #94574E;
}
</style>
border-color css
<style>
span { border-color: #94574E; }
span { border-color: rgb(148,87,78); }
td.TdClassName
{
border-color: #94574E;
}
.TagClassName
{
border-color: #94574E;
}
</style>