Shades of Copper Rust #905752
Tints of Copper Rust #905752
RGB
CMYK
RGB Variations
Color information
#905752 (or 0x905752) is known color: Copper Rust. HEX triplet: 90, 57 and 52. RGB value is (144,87,82). Sum of RGB (Red+Green+Blue) = 144+87+82=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #905752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905752 is #6FA8AD. Grayscale: #676767. Windows color (decimal): -7317678 or 5396368. OLE color: 5396368.
HSL color Cylindrical-coordinate representation of color #905752: hue angle of 4.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905752 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 82 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.44 |
| HSL | 4.84º | 0.27% | 0.44% | - |
| HSV(B) | 4.84º | 0.43% | 0.56% | - |
| XYZ | 16.43 | 13.35 | 9.69 | - |
| YUV | 103.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 82 | 0 | 0.40 | 0.43 | 0.44 | 4.84 | 0.27 | 0.44 |
| Hex | 90 | 57 | 52 | 0 | 28 | 2B | 2C | 5 | 1B | 2C |
| Octal | 220 | 127 | 122 | 0 | 50 | 53 | 54 | 5 | 33 | 54 |
| Binary | 10010000 | 1010111 | 1010010 | 0 | 101000 | 101011 | 101100 | 101 | 11011 | 101100 |
Color Harmonies of #905752
Complementary color
Monochromatic Colors of #905752
Black with #905752
Text Example
Text Example
White with #905752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905752; }
p { color: rgb(144,87,82); }
H1.HeaderClassName
{
color: #905752;
}
.AnyTagClassName
{
color: #905752;
}
</style>
background-color css
<style>
a { background-color: #905752; }
a { background-color: rgb(144,87,82); }
div.DivClassName
{
background-color: #905752;
}
.BgClassName
{
background-color: #905752;
}
</style>
border-color css
<style>
span { border-color: #905752; }
span { border-color: rgb(144,87,82); }
td.TdClassName
{
border-color: #905752;
}
.TagClassName
{
border-color: #905752;
}
</style>