Shades of Copper Rust #9A5149
Tints of Copper Rust #9A5149
RGB
CMYK
RGB Variations
Color information
#9A5149 (or 0x9A5149) is known color: Copper Rust. HEX triplet: 9A, 51 and 49. RGB value is (154,81,73). Sum of RGB (Red+Green+Blue) = 154+81+73=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5149 is #65AEB6. Grayscale: #666666. Windows color (decimal): -6663863 or 4805018. OLE color: 4805018.
HSL color Cylindrical-coordinate representation of color #9A5149: hue angle of 5.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5149 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 73 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.40 |
| HSL | 5.93º | 0.36% | 0.45% | - |
| HSV(B) | 5.93º | 0.53% | 0.6% | - |
| XYZ | 17.47 | 13.24 | 7.94 | - |
| YUV | 101.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 73 | 0 | 0.47 | 0.53 | 0.40 | 5.93 | 0.36 | 0.45 |
| Hex | 9A | 51 | 49 | 0 | 2F | 35 | 28 | 6 | 24 | 2D |
| Octal | 232 | 121 | 111 | 0 | 57 | 65 | 50 | 6 | 44 | 55 |
| Binary | 10011010 | 1010001 | 1001001 | 0 | 101111 | 110101 | 101000 | 110 | 100100 | 101101 |
Color Harmonies of #9A5149
Complementary color
Monochromatic Colors of #9A5149
Black with #9A5149
Text Example
Text Example
White with #9A5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5149; }
p { color: rgb(154,81,73); }
H1.HeaderClassName
{
color: #9A5149;
}
.AnyTagClassName
{
color: #9A5149;
}
</style>
background-color css
<style>
a { background-color: #9A5149; }
a { background-color: rgb(154,81,73); }
div.DivClassName
{
background-color: #9A5149;
}
.BgClassName
{
background-color: #9A5149;
}
</style>
border-color css
<style>
span { border-color: #9A5149; }
span { border-color: rgb(154,81,73); }
td.TdClassName
{
border-color: #9A5149;
}
.TagClassName
{
border-color: #9A5149;
}
</style>