Shades of Copper Rust #905753
Tints of Copper Rust #905753
RGB
CMYK
RGB Variations
Color information
#905753 (or 0x905753) is known color: Copper Rust. HEX triplet: 90, 57 and 53. RGB value is (144,87,83). Sum of RGB (Red+Green+Blue) = 144+87+83=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #905753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905753 is #6FA8AC. Grayscale: #676767. Windows color (decimal): -7317677 or 5461904. OLE color: 5461904.
HSL color Cylindrical-coordinate representation of color #905753: hue angle of 3.93º degrees, saturation: 0.27, 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 #905753 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 83 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.44 |
| HSL | 3.93º | 0.27% | 0.45% | - |
| HSV(B) | 3.93º | 0.42% | 0.56% | - |
| XYZ | 16.47 | 13.37 | 9.9 | - |
| YUV | 103.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 83 | 0 | 0.40 | 0.42 | 0.44 | 3.93 | 0.27 | 0.45 |
| Hex | 90 | 57 | 53 | 0 | 28 | 2A | 2C | 4 | 1B | 2D |
| Octal | 220 | 127 | 123 | 0 | 50 | 52 | 54 | 4 | 33 | 55 |
| Binary | 10010000 | 1010111 | 1010011 | 0 | 101000 | 101010 | 101100 | 100 | 11011 | 101101 |
Color Harmonies of #905753
Complementary color
Monochromatic Colors of #905753
Black with #905753
Text Example
Text Example
White with #905753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905753; }
p { color: rgb(144,87,83); }
H1.HeaderClassName
{
color: #905753;
}
.AnyTagClassName
{
color: #905753;
}
</style>
background-color css
<style>
a { background-color: #905753; }
a { background-color: rgb(144,87,83); }
div.DivClassName
{
background-color: #905753;
}
.BgClassName
{
background-color: #905753;
}
</style>
border-color css
<style>
span { border-color: #905753; }
span { border-color: rgb(144,87,83); }
td.TdClassName
{
border-color: #905753;
}
.TagClassName
{
border-color: #905753;
}
</style>