Shades of Copper Rust #915A52
Tints of Copper Rust #915A52
RGB
CMYK
RGB Variations
Color information
#915A52 (or 0x915A52) is known color: Copper Rust. HEX triplet: 91, 5A and 52. RGB value is (145,90,82). Sum of RGB (Red+Green+Blue) = 145+90+82=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #915A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A52 is #6EA5AD. Grayscale: #696969. Windows color (decimal): -7251374 or 5397137. OLE color: 5397137.
HSL color Cylindrical-coordinate representation of color #915A52: hue angle of 7.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915A52 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 82 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.43 |
| HSL | 7.62º | 0.28% | 0.45% | - |
| HSV(B) | 7.62º | 0.43% | 0.57% | - |
| XYZ | 16.86 | 13.94 | 9.79 | - |
| YUV | 105.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 82 | 0 | 0.38 | 0.43 | 0.43 | 7.62 | 0.28 | 0.45 |
| Hex | 91 | 5A | 52 | 0 | 26 | 2B | 2B | 8 | 1C | 2D |
| Octal | 221 | 132 | 122 | 0 | 46 | 53 | 53 | 10 | 34 | 55 |
| Binary | 10010001 | 1011010 | 1010010 | 0 | 100110 | 101011 | 101011 | 1000 | 11100 | 101101 |
Color Harmonies of #915A52
Complementary color
Monochromatic Colors of #915A52
Black with #915A52
Text Example
Text Example
White with #915A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A52; }
p { color: rgb(145,90,82); }
H1.HeaderClassName
{
color: #915A52;
}
.AnyTagClassName
{
color: #915A52;
}
</style>
background-color css
<style>
a { background-color: #915A52; }
a { background-color: rgb(145,90,82); }
div.DivClassName
{
background-color: #915A52;
}
.BgClassName
{
background-color: #915A52;
}
</style>
border-color css
<style>
span { border-color: #915A52; }
span { border-color: rgb(145,90,82); }
td.TdClassName
{
border-color: #915A52;
}
.TagClassName
{
border-color: #915A52;
}
</style>