Shades of Copper Rust #915854
Tints of Copper Rust #915854
RGB
CMYK
RGB Variations
Color information
#915854 (or 0x915854) is known color: Copper Rust. HEX triplet: 91, 58 and 54. RGB value is (145,88,84). Sum of RGB (Red+Green+Blue) = 145+88+84=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #915854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915854 is #6EA7AB. Grayscale: #686868. Windows color (decimal): -7251884 or 5527697. OLE color: 5527697.
HSL color Cylindrical-coordinate representation of color #915854: hue angle of 3.93º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915854 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 84 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.43 |
| HSL | 3.93º | 0.27% | 0.45% | - |
| HSV(B) | 3.93º | 0.42% | 0.57% | - |
| XYZ | 16.77 | 13.64 | 10.14 | - |
| YUV | 104.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 84 | 0 | 0.39 | 0.42 | 0.43 | 3.93 | 0.27 | 0.45 |
| Hex | 91 | 58 | 54 | 0 | 27 | 2A | 2B | 4 | 1B | 2D |
| Octal | 221 | 130 | 124 | 0 | 47 | 52 | 53 | 4 | 33 | 55 |
| Binary | 10010001 | 1011000 | 1010100 | 0 | 100111 | 101010 | 101011 | 100 | 11011 | 101101 |
Color Harmonies of #915854
Complementary color
Monochromatic Colors of #915854
Black with #915854
Text Example
Text Example
White with #915854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915854; }
p { color: rgb(145,88,84); }
H1.HeaderClassName
{
color: #915854;
}
.AnyTagClassName
{
color: #915854;
}
</style>
background-color css
<style>
a { background-color: #915854; }
a { background-color: rgb(145,88,84); }
div.DivClassName
{
background-color: #915854;
}
.BgClassName
{
background-color: #915854;
}
</style>
border-color css
<style>
span { border-color: #915854; }
span { border-color: rgb(145,88,84); }
td.TdClassName
{
border-color: #915854;
}
.TagClassName
{
border-color: #915854;
}
</style>