Shades of Copper Rust #905952
Tints of Copper Rust #905952
RGB
CMYK
RGB Variations
Color information
#905952 (or 0x905952) is known color: Copper Rust. HEX triplet: 90, 59 and 52. RGB value is (144,89,82). Sum of RGB (Red+Green+Blue) = 144+89+82=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905952 is #6FA6AD. Grayscale: #686868. Windows color (decimal): -7317166 or 5396880. OLE color: 5396880.
HSL color Cylindrical-coordinate representation of color #905952: hue angle of 6.77º 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 #905952 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 82 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.44 |
| HSL | 6.77º | 0.27% | 0.44% | - |
| HSV(B) | 6.77º | 0.43% | 0.56% | - |
| XYZ | 16.6 | 13.68 | 9.75 | - |
| YUV | 104.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 82 | 0 | 0.38 | 0.43 | 0.44 | 6.77 | 0.27 | 0.44 |
| Hex | 90 | 59 | 52 | 0 | 26 | 2B | 2C | 7 | 1B | 2C |
| Octal | 220 | 131 | 122 | 0 | 46 | 53 | 54 | 7 | 33 | 54 |
| Binary | 10010000 | 1011001 | 1010010 | 0 | 100110 | 101011 | 101100 | 111 | 11011 | 101100 |
Color Harmonies of #905952
Complementary color
Monochromatic Colors of #905952
Black with #905952
Text Example
Text Example
White with #905952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905952; }
p { color: rgb(144,89,82); }
H1.HeaderClassName
{
color: #905952;
}
.AnyTagClassName
{
color: #905952;
}
</style>
background-color css
<style>
a { background-color: #905952; }
a { background-color: rgb(144,89,82); }
div.DivClassName
{
background-color: #905952;
}
.BgClassName
{
background-color: #905952;
}
</style>
border-color css
<style>
span { border-color: #905952; }
span { border-color: rgb(144,89,82); }
td.TdClassName
{
border-color: #905952;
}
.TagClassName
{
border-color: #905952;
}
</style>