Shades of Copper Rust #945753
Tints of Copper Rust #945753
RGB
CMYK
RGB Variations
Color information
#945753 (or 0x945753) is known color: Copper Rust. HEX triplet: 94, 57 and 53. RGB value is (148,87,83). Sum of RGB (Red+Green+Blue) = 148+87+83=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945753 is #6BA8AC. Grayscale: #686868. Windows color (decimal): -7055533 or 5461908. OLE color: 5461908.
HSL color Cylindrical-coordinate representation of color #945753: hue angle of 3.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945753 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 83 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.42 |
| HSL | 3.69º | 0.28% | 0.45% | - |
| HSV(B) | 3.69º | 0.44% | 0.58% | - |
| XYZ | 17.18 | 13.74 | 9.93 | - |
| YUV | 104.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 83 | 0 | 0.41 | 0.44 | 0.42 | 3.69 | 0.28 | 0.45 |
| Hex | 94 | 57 | 53 | 0 | 29 | 2C | 2A | 4 | 1C | 2D |
| Octal | 224 | 127 | 123 | 0 | 51 | 54 | 52 | 4 | 34 | 55 |
| Binary | 10010100 | 1010111 | 1010011 | 0 | 101001 | 101100 | 101010 | 100 | 11100 | 101101 |
Color Harmonies of #945753
Complementary color
Monochromatic Colors of #945753
Black with #945753
Text Example
Text Example
White with #945753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945753; }
p { color: rgb(148,87,83); }
H1.HeaderClassName
{
color: #945753;
}
.AnyTagClassName
{
color: #945753;
}
</style>
background-color css
<style>
a { background-color: #945753; }
a { background-color: rgb(148,87,83); }
div.DivClassName
{
background-color: #945753;
}
.BgClassName
{
background-color: #945753;
}
</style>
border-color css
<style>
span { border-color: #945753; }
span { border-color: rgb(148,87,83); }
td.TdClassName
{
border-color: #945753;
}
.TagClassName
{
border-color: #945753;
}
</style>