Shades of Copper Rust #9A5B51
Tints of Copper Rust #9A5B51
RGB
CMYK
RGB Variations
Color information
#9A5B51 (or 0x9A5B51) is known color: Copper Rust. HEX triplet: 9A, 5B and 51. RGB value is (154,91,81). Sum of RGB (Red+Green+Blue) = 154+91+81=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5B51 is #65A4AE. Grayscale: #6C6C6C. Windows color (decimal): -6661295 or 5331866. OLE color: 5331866.
HSL color Cylindrical-coordinate representation of color #9A5B51: hue angle of 8.22º 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 #9A5B51 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 91 | 81 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.40 |
| HSL | 8.22º | 0.31% | 0.46% | - |
| HSV(B) | 8.22º | 0.47% | 0.6% | - |
| XYZ | 18.55 | 14.95 | 9.69 | - |
| YUV | 108.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 81 | 0 | 0.41 | 0.47 | 0.40 | 8.22 | 0.31 | 0.46 |
| Hex | 9A | 5B | 51 | 0 | 29 | 2F | 28 | 8 | 1F | 2E |
| Octal | 232 | 133 | 121 | 0 | 51 | 57 | 50 | 10 | 37 | 56 |
| Binary | 10011010 | 1011011 | 1010001 | 0 | 101001 | 101111 | 101000 | 1000 | 11111 | 101110 |
Color Harmonies of #9A5B51
Complementary color
Monochromatic Colors of #9A5B51
Black with #9A5B51
Text Example
Text Example
White with #9A5B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5B51; }
p { color: rgb(154,91,81); }
H1.HeaderClassName
{
color: #9A5B51;
}
.AnyTagClassName
{
color: #9A5B51;
}
</style>
background-color css
<style>
a { background-color: #9A5B51; }
a { background-color: rgb(154,91,81); }
div.DivClassName
{
background-color: #9A5B51;
}
.BgClassName
{
background-color: #9A5B51;
}
</style>
border-color css
<style>
span { border-color: #9A5B51; }
span { border-color: rgb(154,91,81); }
td.TdClassName
{
border-color: #9A5B51;
}
.TagClassName
{
border-color: #9A5B51;
}
</style>