Shades of Copper Rust #915751
Tints of Copper Rust #915751
RGB
CMYK
RGB Variations
Color information
#915751 (or 0x915751) is known color: Copper Rust. HEX triplet: 91, 57 and 51. RGB value is (145,87,81). Sum of RGB (Red+Green+Blue) = 145+87+81=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915751 is #6EA8AE. Grayscale: #676767. Windows color (decimal): -7252143 or 5330833. OLE color: 5330833.
HSL color Cylindrical-coordinate representation of color #915751: hue angle of 5.62º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915751 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 81 | - |
| CMYK | 0 | 0.4 | 0.44 | 0.43 |
| HSL | 5.63º | 0.28% | 0.44% | - |
| HSV(B) | 5.63º | 0.44% | 0.57% | - |
| XYZ | 16.57 | 13.43 | 9.5 | - |
| YUV | 103.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 81 | 0 | 0.4 | 0.44 | 0.43 | 5.63 | 0.28 | 0.44 |
| Hex | 91 | 57 | 51 | 0 | 28 | 2C | 2B | 6 | 1C | 2C |
| Octal | 221 | 127 | 121 | 0 | 50 | 54 | 53 | 6 | 34 | 54 |
| Binary | 10010001 | 1010111 | 1010001 | 0 | 101000 | 101100 | 101011 | 110 | 11100 | 101100 |
Color Harmonies of #915751
Complementary color
Monochromatic Colors of #915751
Black with #915751
Text Example
Text Example
White with #915751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915751; }
p { color: rgb(145,87,81); }
H1.HeaderClassName
{
color: #915751;
}
.AnyTagClassName
{
color: #915751;
}
</style>
background-color css
<style>
a { background-color: #915751; }
a { background-color: rgb(145,87,81); }
div.DivClassName
{
background-color: #915751;
}
.BgClassName
{
background-color: #915751;
}
</style>
border-color css
<style>
span { border-color: #915751; }
span { border-color: rgb(145,87,81); }
td.TdClassName
{
border-color: #915751;
}
.TagClassName
{
border-color: #915751;
}
</style>