Shades of Copper Rust #90584D
Tints of Copper Rust #90584D
RGB
CMYK
RGB Variations
Color information
#90584D (or 0x90584D) is known color: Copper Rust. HEX triplet: 90, 58 and 4D. RGB value is (144,88,77). Sum of RGB (Red+Green+Blue) = 144+88+77=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90584D is #6FA7B2. Grayscale: #676767. Windows color (decimal): -7317427 or 5068944. OLE color: 5068944.
HSL color Cylindrical-coordinate representation of color #90584D: hue angle of 9.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90584D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 77 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.44 |
| HSL | 9.85º | 0.3% | 0.43% | - |
| HSV(B) | 9.85º | 0.47% | 0.56% | - |
| XYZ | 16.33 | 13.44 | 8.76 | - |
| YUV | 103.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 77 | 0 | 0.39 | 0.47 | 0.44 | 9.85 | 0.3 | 0.43 |
| Hex | 90 | 58 | 4D | 0 | 27 | 2F | 2C | A | 1E | 2B |
| Octal | 220 | 130 | 115 | 0 | 47 | 57 | 54 | 12 | 36 | 53 |
| Binary | 10010000 | 1011000 | 1001101 | 0 | 100111 | 101111 | 101100 | 1010 | 11110 | 101011 |
Color Harmonies of #90584D
Complementary color
Monochromatic Colors of #90584D
Black with #90584D
Text Example
Text Example
White with #90584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90584D; }
p { color: rgb(144,88,77); }
H1.HeaderClassName
{
color: #90584D;
}
.AnyTagClassName
{
color: #90584D;
}
</style>
background-color css
<style>
a { background-color: #90584D; }
a { background-color: rgb(144,88,77); }
div.DivClassName
{
background-color: #90584D;
}
.BgClassName
{
background-color: #90584D;
}
</style>
border-color css
<style>
span { border-color: #90584D; }
span { border-color: rgb(144,88,77); }
td.TdClassName
{
border-color: #90584D;
}
.TagClassName
{
border-color: #90584D;
}
</style>