Shades of Copper Rust #945551
Tints of Copper Rust #945551
RGB
CMYK
RGB Variations
Color information
#945551 (or 0x945551) is known color: Copper Rust. HEX triplet: 94, 55 and 51. RGB value is (148,85,81). Sum of RGB (Red+Green+Blue) = 148+85+81=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945551 is #6BAAAE. Grayscale: #676767. Windows color (decimal): -7056047 or 5330324. OLE color: 5330324.
HSL color Cylindrical-coordinate representation of color #945551: hue angle of 3.58º 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 #945551 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 81 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.42 |
| HSL | 3.58º | 0.29% | 0.45% | - |
| HSV(B) | 3.58º | 0.45% | 0.58% | - |
| XYZ | 16.95 | 13.39 | 9.48 | - |
| YUV | 103.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 81 | 0 | 0.43 | 0.45 | 0.42 | 3.58 | 0.29 | 0.45 |
| Hex | 94 | 55 | 51 | 0 | 2B | 2D | 2A | 4 | 1D | 2D |
| Octal | 224 | 125 | 121 | 0 | 53 | 55 | 52 | 4 | 35 | 55 |
| Binary | 10010100 | 1010101 | 1010001 | 0 | 101011 | 101101 | 101010 | 100 | 11101 | 101101 |
Color Harmonies of #945551
Complementary color
Monochromatic Colors of #945551
Black with #945551
Text Example
Text Example
White with #945551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945551; }
p { color: rgb(148,85,81); }
H1.HeaderClassName
{
color: #945551;
}
.AnyTagClassName
{
color: #945551;
}
</style>
background-color css
<style>
a { background-color: #945551; }
a { background-color: rgb(148,85,81); }
div.DivClassName
{
background-color: #945551;
}
.BgClassName
{
background-color: #945551;
}
</style>
border-color css
<style>
span { border-color: #945551; }
span { border-color: rgb(148,85,81); }
td.TdClassName
{
border-color: #945551;
}
.TagClassName
{
border-color: #945551;
}
</style>