Shades of Copper Rust #915A50
Tints of Copper Rust #915A50
RGB
CMYK
RGB Variations
Color information
#915A50 (or 0x915A50) is known color: Copper Rust. HEX triplet: 91, 5A and 50. RGB value is (145,90,80). Sum of RGB (Red+Green+Blue) = 145+90+80=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #915A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A50 is #6EA5AF. Grayscale: #696969. Windows color (decimal): -7251376 or 5266065. OLE color: 5266065.
HSL color Cylindrical-coordinate representation of color #915A50: hue angle of 9.23º 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 #915A50 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 80 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.43 |
| HSL | 9.23º | 0.29% | 0.44% | - |
| HSV(B) | 9.23º | 0.45% | 0.57% | - |
| XYZ | 16.78 | 13.91 | 9.39 | - |
| YUV | 105.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 80 | 0 | 0.38 | 0.45 | 0.43 | 9.23 | 0.29 | 0.44 |
| Hex | 91 | 5A | 50 | 0 | 26 | 2D | 2B | 9 | 1D | 2C |
| Octal | 221 | 132 | 120 | 0 | 46 | 55 | 53 | 11 | 35 | 54 |
| Binary | 10010001 | 1011010 | 1010000 | 0 | 100110 | 101101 | 101011 | 1001 | 11101 | 101100 |
Color Harmonies of #915A50
Complementary color
Monochromatic Colors of #915A50
Black with #915A50
Text Example
Text Example
White with #915A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A50; }
p { color: rgb(145,90,80); }
H1.HeaderClassName
{
color: #915A50;
}
.AnyTagClassName
{
color: #915A50;
}
</style>
background-color css
<style>
a { background-color: #915A50; }
a { background-color: rgb(145,90,80); }
div.DivClassName
{
background-color: #915A50;
}
.BgClassName
{
background-color: #915A50;
}
</style>
border-color css
<style>
span { border-color: #915A50; }
span { border-color: rgb(145,90,80); }
td.TdClassName
{
border-color: #915A50;
}
.TagClassName
{
border-color: #915A50;
}
</style>