Shades of Copper Rust #905750
Tints of Copper Rust #905750
RGB
CMYK
RGB Variations
Color information
#905750 (or 0x905750) is known color: Copper Rust. HEX triplet: 90, 57 and 50. RGB value is (144,87,80). Sum of RGB (Red+Green+Blue) = 144+87+80=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #905750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905750 is #6FA8AF. Grayscale: #676767. Windows color (decimal): -7317680 or 5265296. OLE color: 5265296.
HSL color Cylindrical-coordinate representation of color #905750: hue angle of 6.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905750 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 80 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.44 |
| HSL | 6.56º | 0.29% | 0.44% | - |
| HSV(B) | 6.56º | 0.44% | 0.56% | - |
| XYZ | 16.36 | 13.32 | 9.3 | - |
| YUV | 103.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 80 | 0 | 0.40 | 0.44 | 0.44 | 6.56 | 0.29 | 0.44 |
| Hex | 90 | 57 | 50 | 0 | 28 | 2C | 2C | 7 | 1D | 2C |
| Octal | 220 | 127 | 120 | 0 | 50 | 54 | 54 | 7 | 35 | 54 |
| Binary | 10010000 | 1010111 | 1010000 | 0 | 101000 | 101100 | 101100 | 111 | 11101 | 101100 |
Color Harmonies of #905750
Complementary color
Monochromatic Colors of #905750
Black with #905750
Text Example
Text Example
White with #905750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905750; }
p { color: rgb(144,87,80); }
H1.HeaderClassName
{
color: #905750;
}
.AnyTagClassName
{
color: #905750;
}
</style>
background-color css
<style>
a { background-color: #905750; }
a { background-color: rgb(144,87,80); }
div.DivClassName
{
background-color: #905750;
}
.BgClassName
{
background-color: #905750;
}
</style>
border-color css
<style>
span { border-color: #905750; }
span { border-color: rgb(144,87,80); }
td.TdClassName
{
border-color: #905750;
}
.TagClassName
{
border-color: #905750;
}
</style>