Shades of Copper Rust #905451
Tints of Copper Rust #905451
RGB
CMYK
RGB Variations
Color information
#905451 (or 0x905451) is known color: Copper Rust. HEX triplet: 90, 54 and 51. RGB value is (144,84,81). Sum of RGB (Red+Green+Blue) = 144+84+81=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #905451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905451 is #6FABAE. Grayscale: #656565. Windows color (decimal): -7318447 or 5330064. OLE color: 5330064.
HSL color Cylindrical-coordinate representation of color #905451: hue angle of 2.86º degrees, saturation: 0.28, 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 #905451 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 81 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.44 |
| HSL | 2.86º | 0.28% | 0.44% | - |
| HSV(B) | 2.86º | 0.44% | 0.56% | - |
| XYZ | 16.16 | 12.86 | 9.42 | - |
| YUV | 101.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 81 | 0 | 0.42 | 0.44 | 0.44 | 2.86 | 0.28 | 0.44 |
| Hex | 90 | 54 | 51 | 0 | 2A | 2C | 2C | 3 | 1C | 2C |
| Octal | 220 | 124 | 121 | 0 | 52 | 54 | 54 | 3 | 34 | 54 |
| Binary | 10010000 | 1010100 | 1010001 | 0 | 101010 | 101100 | 101100 | 11 | 11100 | 101100 |
Color Harmonies of #905451
Complementary color
Monochromatic Colors of #905451
Black with #905451
Text Example
Text Example
White with #905451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905451; }
p { color: rgb(144,84,81); }
H1.HeaderClassName
{
color: #905451;
}
.AnyTagClassName
{
color: #905451;
}
</style>
background-color css
<style>
a { background-color: #905451; }
a { background-color: rgb(144,84,81); }
div.DivClassName
{
background-color: #905451;
}
.BgClassName
{
background-color: #905451;
}
</style>
border-color css
<style>
span { border-color: #905451; }
span { border-color: rgb(144,84,81); }
td.TdClassName
{
border-color: #905451;
}
.TagClassName
{
border-color: #905451;
}
</style>