Shades of Copper Rust #915C54
Tints of Copper Rust #915C54
RGB
CMYK
RGB Variations
Color information
#915C54 (or 0x915C54) is known color: Copper Rust. HEX triplet: 91, 5C and 54. RGB value is (145,92,84). Sum of RGB (Red+Green+Blue) = 145+92+84=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #915C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C54 is #6EA3AB. Grayscale: #6B6B6B. Windows color (decimal): -7250860 or 5528721. OLE color: 5528721.
HSL color Cylindrical-coordinate representation of color #915C54: hue angle of 7.87º 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 #915C54 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 84 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.43 |
| HSL | 7.87º | 0.27% | 0.45% | - |
| HSV(B) | 7.87º | 0.42% | 0.57% | - |
| XYZ | 17.1 | 14.31 | 10.25 | - |
| YUV | 106.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 84 | 0 | 0.37 | 0.42 | 0.43 | 7.87 | 0.27 | 0.45 |
| Hex | 91 | 5C | 54 | 0 | 25 | 2A | 2B | 8 | 1B | 2D |
| Octal | 221 | 134 | 124 | 0 | 45 | 52 | 53 | 10 | 33 | 55 |
| Binary | 10010001 | 1011100 | 1010100 | 0 | 100101 | 101010 | 101011 | 1000 | 11011 | 101101 |
Color Harmonies of #915C54
Complementary color
Monochromatic Colors of #915C54
Black with #915C54
Text Example
Text Example
White with #915C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C54; }
p { color: rgb(145,92,84); }
H1.HeaderClassName
{
color: #915C54;
}
.AnyTagClassName
{
color: #915C54;
}
</style>
background-color css
<style>
a { background-color: #915C54; }
a { background-color: rgb(145,92,84); }
div.DivClassName
{
background-color: #915C54;
}
.BgClassName
{
background-color: #915C54;
}
</style>
border-color css
<style>
span { border-color: #915C54; }
span { border-color: rgb(145,92,84); }
td.TdClassName
{
border-color: #915C54;
}
.TagClassName
{
border-color: #915C54;
}
</style>