Shades of Copper Rust #905850
Tints of Copper Rust #905850
RGB
CMYK
RGB Variations
Color information
#905850 (or 0x905850) is known color: Copper Rust. HEX triplet: 90, 58 and 50. RGB value is (144,88,80). Sum of RGB (Red+Green+Blue) = 144+88+80=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #905850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905850 is #6FA7AF. Grayscale: #676767. Windows color (decimal): -7317424 or 5265552. OLE color: 5265552.
HSL color Cylindrical-coordinate representation of color #905850: hue angle of 7.5º 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 #905850 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 80 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.44 |
| HSL | 7.5º | 0.29% | 0.44% | - |
| HSV(B) | 7.5º | 0.44% | 0.56% | - |
| XYZ | 16.44 | 13.49 | 9.33 | - |
| YUV | 103.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 80 | 0 | 0.39 | 0.44 | 0.44 | 7.5 | 0.29 | 0.44 |
| Hex | 90 | 58 | 50 | 0 | 27 | 2C | 2C | 8 | 1D | 2C |
| Octal | 220 | 130 | 120 | 0 | 47 | 54 | 54 | 10 | 35 | 54 |
| Binary | 10010000 | 1011000 | 1010000 | 0 | 100111 | 101100 | 101100 | 1000 | 11101 | 101100 |
Color Harmonies of #905850
Complementary color
Monochromatic Colors of #905850
Black with #905850
Text Example
Text Example
White with #905850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905850; }
p { color: rgb(144,88,80); }
H1.HeaderClassName
{
color: #905850;
}
.AnyTagClassName
{
color: #905850;
}
</style>
background-color css
<style>
a { background-color: #905850; }
a { background-color: rgb(144,88,80); }
div.DivClassName
{
background-color: #905850;
}
.BgClassName
{
background-color: #905850;
}
</style>
border-color css
<style>
span { border-color: #905850; }
span { border-color: rgb(144,88,80); }
td.TdClassName
{
border-color: #905850;
}
.TagClassName
{
border-color: #905850;
}
</style>