Shades of Copper Rust #905652
Tints of Copper Rust #905652
RGB
CMYK
RGB Variations
Color information
#905652 (or 0x905652) is known color: Copper Rust. HEX triplet: 90, 56 and 52. RGB value is (144,86,82). Sum of RGB (Red+Green+Blue) = 144+86+82=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #905652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905652 is #6FA9AD. Grayscale: #666666. Windows color (decimal): -7317934 or 5396112. OLE color: 5396112.
HSL color Cylindrical-coordinate representation of color #905652: hue angle of 3.87º 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 #905652 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 82 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.44 |
| HSL | 3.87º | 0.27% | 0.44% | - |
| HSV(B) | 3.87º | 0.43% | 0.56% | - |
| XYZ | 16.35 | 13.19 | 9.67 | - |
| YUV | 102.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 82 | 0 | 0.40 | 0.43 | 0.44 | 3.87 | 0.27 | 0.44 |
| Hex | 90 | 56 | 52 | 0 | 28 | 2B | 2C | 4 | 1B | 2C |
| Octal | 220 | 126 | 122 | 0 | 50 | 53 | 54 | 4 | 33 | 54 |
| Binary | 10010000 | 1010110 | 1010010 | 0 | 101000 | 101011 | 101100 | 100 | 11011 | 101100 |
Color Harmonies of #905652
Complementary color
Monochromatic Colors of #905652
Black with #905652
Text Example
Text Example
White with #905652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905652; }
p { color: rgb(144,86,82); }
H1.HeaderClassName
{
color: #905652;
}
.AnyTagClassName
{
color: #905652;
}
</style>
background-color css
<style>
a { background-color: #905652; }
a { background-color: rgb(144,86,82); }
div.DivClassName
{
background-color: #905652;
}
.BgClassName
{
background-color: #905652;
}
</style>
border-color css
<style>
span { border-color: #905652; }
span { border-color: rgb(144,86,82); }
td.TdClassName
{
border-color: #905652;
}
.TagClassName
{
border-color: #905652;
}
</style>