Shades of Copper Rust #90584C
Tints of Copper Rust #90584C
RGB
CMYK
RGB Variations
Color information
#90584C (or 0x90584C) is known color: Copper Rust. HEX triplet: 90, 58 and 4C. RGB value is (144,88,76). Sum of RGB (Red+Green+Blue) = 144+88+76=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90584C is #6FA7B3. Grayscale: #676767. Windows color (decimal): -7317428 or 5003408. OLE color: 5003408.
HSL color Cylindrical-coordinate representation of color #90584C: hue angle of 10.59º degrees, saturation: 0.31, 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 #90584C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 76 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.44 |
| HSL | 10.59º | 0.31% | 0.43% | - |
| HSV(B) | 10.59º | 0.47% | 0.56% | - |
| XYZ | 16.3 | 13.43 | 8.57 | - |
| YUV | 103.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 76 | 0 | 0.39 | 0.47 | 0.44 | 10.59 | 0.31 | 0.43 |
| Hex | 90 | 58 | 4C | 0 | 27 | 2F | 2C | B | 1F | 2B |
| Octal | 220 | 130 | 114 | 0 | 47 | 57 | 54 | 13 | 37 | 53 |
| Binary | 10010000 | 1011000 | 1001100 | 0 | 100111 | 101111 | 101100 | 1011 | 11111 | 101011 |
Color Harmonies of #90584C
Complementary color
Monochromatic Colors of #90584C
Black with #90584C
Text Example
Text Example
White with #90584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90584C; }
p { color: rgb(144,88,76); }
H1.HeaderClassName
{
color: #90584C;
}
.AnyTagClassName
{
color: #90584C;
}
</style>
background-color css
<style>
a { background-color: #90584C; }
a { background-color: rgb(144,88,76); }
div.DivClassName
{
background-color: #90584C;
}
.BgClassName
{
background-color: #90584C;
}
</style>
border-color css
<style>
span { border-color: #90584C; }
span { border-color: rgb(144,88,76); }
td.TdClassName
{
border-color: #90584C;
}
.TagClassName
{
border-color: #90584C;
}
</style>