Shades of Copper Rust #905450
Tints of Copper Rust #905450
RGB
CMYK
RGB Variations
Color information
#905450 (or 0x905450) is known color: Copper Rust. HEX triplet: 90, 54 and 50. RGB value is (144,84,80). Sum of RGB (Red+Green+Blue) = 144+84+80=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #905450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905450 is #6FABAF. Grayscale: #656565. Windows color (decimal): -7318448 or 5264528. OLE color: 5264528.
HSL color Cylindrical-coordinate representation of color #905450: hue angle of 3.75º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905450 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 80 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.44 |
| HSL | 3.75º | 0.29% | 0.44% | - |
| HSV(B) | 3.75º | 0.44% | 0.56% | - |
| XYZ | 16.12 | 12.85 | 9.22 | - |
| YUV | 101.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 80 | 0 | 0.42 | 0.44 | 0.44 | 3.75 | 0.29 | 0.44 |
| Hex | 90 | 54 | 50 | 0 | 2A | 2C | 2C | 4 | 1D | 2C |
| Octal | 220 | 124 | 120 | 0 | 52 | 54 | 54 | 4 | 35 | 54 |
| Binary | 10010000 | 1010100 | 1010000 | 0 | 101010 | 101100 | 101100 | 100 | 11101 | 101100 |
Color Harmonies of #905450
Complementary color
Monochromatic Colors of #905450
Black with #905450
Text Example
Text Example
White with #905450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905450; }
p { color: rgb(144,84,80); }
H1.HeaderClassName
{
color: #905450;
}
.AnyTagClassName
{
color: #905450;
}
</style>
background-color css
<style>
a { background-color: #905450; }
a { background-color: rgb(144,84,80); }
div.DivClassName
{
background-color: #905450;
}
.BgClassName
{
background-color: #905450;
}
</style>
border-color css
<style>
span { border-color: #905450; }
span { border-color: rgb(144,84,80); }
td.TdClassName
{
border-color: #905450;
}
.TagClassName
{
border-color: #905450;
}
</style>