Shades of Copper Rust #945C51
Tints of Copper Rust #945C51
RGB
CMYK
RGB Variations
Color information
#945C51 (or 0x945C51) is known color: Copper Rust. HEX triplet: 94, 5C and 51. RGB value is (148,92,81). Sum of RGB (Red+Green+Blue) = 148+92+81=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #945C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C51 is #6BA3AE. Grayscale: #6B6B6B. Windows color (decimal): -7054255 or 5332116. OLE color: 5332116.
HSL color Cylindrical-coordinate representation of color #945C51: hue angle of 9.85º 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 #945C51 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 81 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.42 |
| HSL | 9.85º | 0.29% | 0.45% | - |
| HSV(B) | 9.85º | 0.45% | 0.58% | - |
| XYZ | 17.53 | 14.54 | 9.67 | - |
| YUV | 107.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 81 | 0 | 0.38 | 0.45 | 0.42 | 9.85 | 0.29 | 0.45 |
| Hex | 94 | 5C | 51 | 0 | 26 | 2D | 2A | A | 1D | 2D |
| Octal | 224 | 134 | 121 | 0 | 46 | 55 | 52 | 12 | 35 | 55 |
| Binary | 10010100 | 1011100 | 1010001 | 0 | 100110 | 101101 | 101010 | 1010 | 11101 | 101101 |
Color Harmonies of #945C51
Complementary color
Monochromatic Colors of #945C51
Black with #945C51
Text Example
Text Example
White with #945C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C51; }
p { color: rgb(148,92,81); }
H1.HeaderClassName
{
color: #945C51;
}
.AnyTagClassName
{
color: #945C51;
}
</style>
background-color css
<style>
a { background-color: #945C51; }
a { background-color: rgb(148,92,81); }
div.DivClassName
{
background-color: #945C51;
}
.BgClassName
{
background-color: #945C51;
}
</style>
border-color css
<style>
span { border-color: #945C51; }
span { border-color: rgb(148,92,81); }
td.TdClassName
{
border-color: #945C51;
}
.TagClassName
{
border-color: #945C51;
}
</style>