Shades of Copper Rust #945351
Tints of Copper Rust #945351
RGB
CMYK
RGB Variations
Color information
#945351 (or 0x945351) is known color: Copper Rust. HEX triplet: 94, 53 and 51. RGB value is (148,83,81). Sum of RGB (Red+Green+Blue) = 148+83+81=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #945351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945351 is #6BACAE. Grayscale: #666666. Windows color (decimal): -7056559 or 5329812. OLE color: 5329812.
HSL color Cylindrical-coordinate representation of color #945351: hue angle of 1.79º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945351 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 81 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.42 |
| HSL | 1.79º | 0.29% | 0.45% | - |
| HSV(B) | 1.79º | 0.45% | 0.58% | - |
| XYZ | 16.79 | 13.08 | 9.42 | - |
| YUV | 102.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 81 | 0 | 0.44 | 0.45 | 0.42 | 1.79 | 0.29 | 0.45 |
| Hex | 94 | 53 | 51 | 0 | 2C | 2D | 2A | 2 | 1D | 2D |
| Octal | 224 | 123 | 121 | 0 | 54 | 55 | 52 | 2 | 35 | 55 |
| Binary | 10010100 | 1010011 | 1010001 | 0 | 101100 | 101101 | 101010 | 10 | 11101 | 101101 |
Color Harmonies of #945351
Complementary color
Monochromatic Colors of #945351
Black with #945351
Text Example
Text Example
White with #945351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945351; }
p { color: rgb(148,83,81); }
H1.HeaderClassName
{
color: #945351;
}
.AnyTagClassName
{
color: #945351;
}
</style>
background-color css
<style>
a { background-color: #945351; }
a { background-color: rgb(148,83,81); }
div.DivClassName
{
background-color: #945351;
}
.BgClassName
{
background-color: #945351;
}
</style>
border-color css
<style>
span { border-color: #945351; }
span { border-color: rgb(148,83,81); }
td.TdClassName
{
border-color: #945351;
}
.TagClassName
{
border-color: #945351;
}
</style>