Shades of Copper Rust #90554D
Tints of Copper Rust #90554D
RGB
CMYK
RGB Variations
Color information
#90554D (or 0x90554D) is known color: Copper Rust. HEX triplet: 90, 55 and 4D. RGB value is (144,85,77). Sum of RGB (Red+Green+Blue) = 144+85+77=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90554D is #6FAAB2. Grayscale: #656565. Windows color (decimal): -7318195 or 5068176. OLE color: 5068176.
HSL color Cylindrical-coordinate representation of color #90554D: hue angle of 7.16º 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 #90554D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 77 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.44 |
| HSL | 7.16º | 0.3% | 0.43% | - |
| HSV(B) | 7.16º | 0.47% | 0.56% | - |
| XYZ | 16.09 | 12.96 | 8.68 | - |
| YUV | 101.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 77 | 0 | 0.41 | 0.47 | 0.44 | 7.16 | 0.3 | 0.43 |
| Hex | 90 | 55 | 4D | 0 | 29 | 2F | 2C | 7 | 1E | 2B |
| Octal | 220 | 125 | 115 | 0 | 51 | 57 | 54 | 7 | 36 | 53 |
| Binary | 10010000 | 1010101 | 1001101 | 0 | 101001 | 101111 | 101100 | 111 | 11110 | 101011 |
Color Harmonies of #90554D
Complementary color
Monochromatic Colors of #90554D
Black with #90554D
Text Example
Text Example
White with #90554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90554D; }
p { color: rgb(144,85,77); }
H1.HeaderClassName
{
color: #90554D;
}
.AnyTagClassName
{
color: #90554D;
}
</style>
background-color css
<style>
a { background-color: #90554D; }
a { background-color: rgb(144,85,77); }
div.DivClassName
{
background-color: #90554D;
}
.BgClassName
{
background-color: #90554D;
}
</style>
border-color css
<style>
span { border-color: #90554D; }
span { border-color: rgb(144,85,77); }
td.TdClassName
{
border-color: #90554D;
}
.TagClassName
{
border-color: #90554D;
}
</style>