Shades of Copper Rust #9A5C51
Tints of Copper Rust #9A5C51
RGB
CMYK
RGB Variations
Color information
#9A5C51 (or 0x9A5C51) is known color: Copper Rust. HEX triplet: 9A, 5C and 51. RGB value is (154,92,81). Sum of RGB (Red+Green+Blue) = 154+92+81=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C51 is #65A3AE. Grayscale: #6D6D6D. Windows color (decimal): -6661039 or 5332122. OLE color: 5332122.
HSL color Cylindrical-coordinate representation of color #9A5C51: hue angle of 9.04º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5C51 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 81 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.40 |
| HSL | 9.04º | 0.31% | 0.46% | - |
| HSV(B) | 9.04º | 0.47% | 0.6% | - |
| XYZ | 18.64 | 15.12 | 9.72 | - |
| YUV | 109.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 81 | 0 | 0.40 | 0.47 | 0.40 | 9.04 | 0.31 | 0.46 |
| Hex | 9A | 5C | 51 | 0 | 28 | 2F | 28 | 9 | 1F | 2E |
| Octal | 232 | 134 | 121 | 0 | 50 | 57 | 50 | 11 | 37 | 56 |
| Binary | 10011010 | 1011100 | 1010001 | 0 | 101000 | 101111 | 101000 | 1001 | 11111 | 101110 |
Color Harmonies of #9A5C51
Complementary color
Monochromatic Colors of #9A5C51
Black with #9A5C51
Text Example
Text Example
White with #9A5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C51; }
p { color: rgb(154,92,81); }
H1.HeaderClassName
{
color: #9A5C51;
}
.AnyTagClassName
{
color: #9A5C51;
}
</style>
background-color css
<style>
a { background-color: #9A5C51; }
a { background-color: rgb(154,92,81); }
div.DivClassName
{
background-color: #9A5C51;
}
.BgClassName
{
background-color: #9A5C51;
}
</style>
border-color css
<style>
span { border-color: #9A5C51; }
span { border-color: rgb(154,92,81); }
td.TdClassName
{
border-color: #9A5C51;
}
.TagClassName
{
border-color: #9A5C51;
}
</style>