Shades of Copper Rust #90524A
Tints of Copper Rust #90524A
RGB
CMYK
RGB Variations
Color information
#90524A (or 0x90524A) is known color: Copper Rust. HEX triplet: 90, 52 and 4A. RGB value is (144,82,74). Sum of RGB (Red+Green+Blue) = 144+82+74=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #90524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90524A is #6FADB5. Grayscale: #636363. Windows color (decimal): -7318966 or 4870800. OLE color: 4870800.
HSL color Cylindrical-coordinate representation of color #90524A: hue angle of 6.86º 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 #90524A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 74 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.44 |
| HSL | 6.86º | 0.32% | 0.43% | - |
| HSV(B) | 6.86º | 0.49% | 0.56% | - |
| XYZ | 15.75 | 12.46 | 8.05 | - |
| YUV | 99.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 74 | 0 | 0.43 | 0.49 | 0.44 | 6.86 | 0.32 | 0.43 |
| Hex | 90 | 52 | 4A | 0 | 2B | 31 | 2C | 7 | 20 | 2B |
| Octal | 220 | 122 | 112 | 0 | 53 | 61 | 54 | 7 | 40 | 53 |
| Binary | 10010000 | 1010010 | 1001010 | 0 | 101011 | 110001 | 101100 | 111 | 100000 | 101011 |
Color Harmonies of #90524A
Complementary color
Monochromatic Colors of #90524A
Black with #90524A
Text Example
Text Example
White with #90524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90524A; }
p { color: rgb(144,82,74); }
H1.HeaderClassName
{
color: #90524A;
}
.AnyTagClassName
{
color: #90524A;
}
</style>
background-color css
<style>
a { background-color: #90524A; }
a { background-color: rgb(144,82,74); }
div.DivClassName
{
background-color: #90524A;
}
.BgClassName
{
background-color: #90524A;
}
</style>
border-color css
<style>
span { border-color: #90524A; }
span { border-color: rgb(144,82,74); }
td.TdClassName
{
border-color: #90524A;
}
.TagClassName
{
border-color: #90524A;
}
</style>