Shades of Copper Rust #915852
Tints of Copper Rust #915852
RGB
CMYK
RGB Variations
Color information
#915852 (or 0x915852) is known color: Copper Rust. HEX triplet: 91, 58 and 52. RGB value is (145,88,82). Sum of RGB (Red+Green+Blue) = 145+88+82=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #915852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915852 is #6EA7AD. Grayscale: #686868. Windows color (decimal): -7251886 or 5396625. OLE color: 5396625.
HSL color Cylindrical-coordinate representation of color #915852: hue angle of 5.71º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915852 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 82 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.43 |
| HSL | 5.71º | 0.28% | 0.45% | - |
| HSV(B) | 5.71º | 0.43% | 0.57% | - |
| XYZ | 16.69 | 13.61 | 9.73 | - |
| YUV | 104.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 82 | 0 | 0.39 | 0.43 | 0.43 | 5.71 | 0.28 | 0.45 |
| Hex | 91 | 58 | 52 | 0 | 27 | 2B | 2B | 6 | 1C | 2D |
| Octal | 221 | 130 | 122 | 0 | 47 | 53 | 53 | 6 | 34 | 55 |
| Binary | 10010001 | 1011000 | 1010010 | 0 | 100111 | 101011 | 101011 | 110 | 11100 | 101101 |
Color Harmonies of #915852
Complementary color
Monochromatic Colors of #915852
Black with #915852
Text Example
Text Example
White with #915852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915852; }
p { color: rgb(145,88,82); }
H1.HeaderClassName
{
color: #915852;
}
.AnyTagClassName
{
color: #915852;
}
</style>
background-color css
<style>
a { background-color: #915852; }
a { background-color: rgb(145,88,82); }
div.DivClassName
{
background-color: #915852;
}
.BgClassName
{
background-color: #915852;
}
</style>
border-color css
<style>
span { border-color: #915852; }
span { border-color: rgb(145,88,82); }
td.TdClassName
{
border-color: #915852;
}
.TagClassName
{
border-color: #915852;
}
</style>