Shades of Copper Rust #915D54
Tints of Copper Rust #915D54
RGB
CMYK
RGB Variations
Color information
#915D54 (or 0x915D54) is known color: Copper Rust. HEX triplet: 91, 5D and 54. RGB value is (145,93,84). Sum of RGB (Red+Green+Blue) = 145+93+84=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #915D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D54 is #6EA2AB. Grayscale: #6B6B6B. Windows color (decimal): -7250604 or 5528977. OLE color: 5528977.
HSL color Cylindrical-coordinate representation of color #915D54: hue angle of 8.85º 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 #915D54 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 84 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.43 |
| HSL | 8.85º | 0.27% | 0.45% | - |
| HSV(B) | 8.85º | 0.42% | 0.57% | - |
| XYZ | 17.19 | 14.49 | 10.28 | - |
| YUV | 107.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 84 | 0 | 0.36 | 0.42 | 0.43 | 8.85 | 0.27 | 0.45 |
| Hex | 91 | 5D | 54 | 0 | 24 | 2A | 2B | 9 | 1B | 2D |
| Octal | 221 | 135 | 124 | 0 | 44 | 52 | 53 | 11 | 33 | 55 |
| Binary | 10010001 | 1011101 | 1010100 | 0 | 100100 | 101010 | 101011 | 1001 | 11011 | 101101 |
Color Harmonies of #915D54
Complementary color
Monochromatic Colors of #915D54
Black with #915D54
Text Example
Text Example
White with #915D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D54; }
p { color: rgb(145,93,84); }
H1.HeaderClassName
{
color: #915D54;
}
.AnyTagClassName
{
color: #915D54;
}
</style>
background-color css
<style>
a { background-color: #915D54; }
a { background-color: rgb(145,93,84); }
div.DivClassName
{
background-color: #915D54;
}
.BgClassName
{
background-color: #915D54;
}
</style>
border-color css
<style>
span { border-color: #915D54; }
span { border-color: rgb(145,93,84); }
td.TdClassName
{
border-color: #915D54;
}
.TagClassName
{
border-color: #915D54;
}
</style>