Shades of Copper Rust #905754
Tints of Copper Rust #905754
RGB
CMYK
RGB Variations
Color information
#905754 (or 0x905754) is known color: Copper Rust. HEX triplet: 90, 57 and 54. RGB value is (144,87,84). Sum of RGB (Red+Green+Blue) = 144+87+84=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905754 is #6FA8AB. Grayscale: #676767. Windows color (decimal): -7317676 or 5527440. OLE color: 5527440.
HSL color Cylindrical-coordinate representation of color #905754: hue angle of 3º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905754 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 84 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.44 |
| HSL | 3º | 0.26% | 0.45% | - |
| HSV(B) | 3º | 0.42% | 0.56% | - |
| XYZ | 16.51 | 13.39 | 10.1 | - |
| YUV | 103.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 84 | 0 | 0.40 | 0.42 | 0.44 | 3 | 0.26 | 0.45 |
| Hex | 90 | 57 | 54 | 0 | 28 | 2A | 2C | 3 | 1A | 2D |
| Octal | 220 | 127 | 124 | 0 | 50 | 52 | 54 | 3 | 32 | 55 |
| Binary | 10010000 | 1010111 | 1010100 | 0 | 101000 | 101010 | 101100 | 11 | 11010 | 101101 |
Color Harmonies of #905754
Complementary color
Monochromatic Colors of #905754
Black with #905754
Text Example
Text Example
White with #905754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905754; }
p { color: rgb(144,87,84); }
H1.HeaderClassName
{
color: #905754;
}
.AnyTagClassName
{
color: #905754;
}
</style>
background-color css
<style>
a { background-color: #905754; }
a { background-color: rgb(144,87,84); }
div.DivClassName
{
background-color: #905754;
}
.BgClassName
{
background-color: #905754;
}
</style>
border-color css
<style>
span { border-color: #905754; }
span { border-color: rgb(144,87,84); }
td.TdClassName
{
border-color: #905754;
}
.TagClassName
{
border-color: #905754;
}
</style>