Shades of Copper Rust #90534A
Tints of Copper Rust #90534A
RGB
CMYK
RGB Variations
Color information
#90534A (or 0x90534A) is known color: Copper Rust. HEX triplet: 90, 53 and 4A. RGB value is (144,83,74). Sum of RGB (Red+Green+Blue) = 144+83+74=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90534A is #6FACB5. Grayscale: #646464. Windows color (decimal): -7318710 or 4871056. OLE color: 4871056.
HSL color Cylindrical-coordinate representation of color #90534A: hue angle of 7.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90534A is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 74 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.44 |
| HSL | 7.71º | 0.32% | 0.43% | - |
| HSV(B) | 7.71º | 0.49% | 0.56% | - |
| XYZ | 15.83 | 12.61 | 8.08 | - |
| YUV | 100.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 74 | 0 | 0.42 | 0.49 | 0.44 | 7.71 | 0.32 | 0.43 |
| Hex | 90 | 53 | 4A | 0 | 2A | 31 | 2C | 8 | 20 | 2B |
| Octal | 220 | 123 | 112 | 0 | 52 | 61 | 54 | 10 | 40 | 53 |
| Binary | 10010000 | 1010011 | 1001010 | 0 | 101010 | 110001 | 101100 | 1000 | 100000 | 101011 |
Color Harmonies of #90534A
Complementary color
Monochromatic Colors of #90534A
Black with #90534A
Text Example
Text Example
White with #90534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90534A; }
p { color: rgb(144,83,74); }
H1.HeaderClassName
{
color: #90534A;
}
.AnyTagClassName
{
color: #90534A;
}
</style>
background-color css
<style>
a { background-color: #90534A; }
a { background-color: rgb(144,83,74); }
div.DivClassName
{
background-color: #90534A;
}
.BgClassName
{
background-color: #90534A;
}
</style>
border-color css
<style>
span { border-color: #90534A; }
span { border-color: rgb(144,83,74); }
td.TdClassName
{
border-color: #90534A;
}
.TagClassName
{
border-color: #90534A;
}
</style>