Shades of Copper Rust #915850
Tints of Copper Rust #915850
RGB
CMYK
RGB Variations
Color information
#915850 (or 0x915850) is known color: Copper Rust. HEX triplet: 91, 58 and 50. RGB value is (145,88,80). Sum of RGB (Red+Green+Blue) = 145+88+80=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915850 is #6EA7AF. Grayscale: #686868. Windows color (decimal): -7251888 or 5265553. OLE color: 5265553.
HSL color Cylindrical-coordinate representation of color #915850: hue angle of 7.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915850 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 80 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.43 |
| HSL | 7.38º | 0.29% | 0.44% | - |
| HSV(B) | 7.38º | 0.45% | 0.57% | - |
| XYZ | 16.61 | 13.58 | 9.33 | - |
| YUV | 104.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 80 | 0 | 0.39 | 0.45 | 0.43 | 7.38 | 0.29 | 0.44 |
| Hex | 91 | 58 | 50 | 0 | 27 | 2D | 2B | 7 | 1D | 2C |
| Octal | 221 | 130 | 120 | 0 | 47 | 55 | 53 | 7 | 35 | 54 |
| Binary | 10010001 | 1011000 | 1010000 | 0 | 100111 | 101101 | 101011 | 111 | 11101 | 101100 |
Color Harmonies of #915850
Complementary color
Monochromatic Colors of #915850
Black with #915850
Text Example
Text Example
White with #915850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915850; }
p { color: rgb(145,88,80); }
H1.HeaderClassName
{
color: #915850;
}
.AnyTagClassName
{
color: #915850;
}
</style>
background-color css
<style>
a { background-color: #915850; }
a { background-color: rgb(145,88,80); }
div.DivClassName
{
background-color: #915850;
}
.BgClassName
{
background-color: #915850;
}
</style>
border-color css
<style>
span { border-color: #915850; }
span { border-color: rgb(145,88,80); }
td.TdClassName
{
border-color: #915850;
}
.TagClassName
{
border-color: #915850;
}
</style>