Shades of Copper Rust #9B5A51
Tints of Copper Rust #9B5A51
RGB
CMYK
RGB Variations
Color information
#9B5A51 (or 0x9B5A51) is known color: Copper Rust. HEX triplet: 9B, 5A and 51. RGB value is (155,90,81). Sum of RGB (Red+Green+Blue) = 155+90+81=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A51 is #64A5AE. Grayscale: #6C6C6C. Windows color (decimal): -6596015 or 5331611. OLE color: 5331611.
HSL color Cylindrical-coordinate representation of color #9B5A51: hue angle of 7.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5A51 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 81 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.39 |
| HSL | 7.3º | 0.31% | 0.46% | - |
| HSV(B) | 7.3º | 0.48% | 0.61% | - |
| XYZ | 18.66 | 14.87 | 9.67 | - |
| YUV | 108.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 81 | 0 | 0.42 | 0.48 | 0.39 | 7.3 | 0.31 | 0.46 |
| Hex | 9B | 5A | 51 | 0 | 2A | 30 | 27 | 7 | 1F | 2E |
| Octal | 233 | 132 | 121 | 0 | 52 | 60 | 47 | 7 | 37 | 56 |
| Binary | 10011011 | 1011010 | 1010001 | 0 | 101010 | 110000 | 100111 | 111 | 11111 | 101110 |
Color Harmonies of #9B5A51
Complementary color
Monochromatic Colors of #9B5A51
Black with #9B5A51
Text Example
Text Example
White with #9B5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A51; }
p { color: rgb(155,90,81); }
H1.HeaderClassName
{
color: #9B5A51;
}
.AnyTagClassName
{
color: #9B5A51;
}
</style>
background-color css
<style>
a { background-color: #9B5A51; }
a { background-color: rgb(155,90,81); }
div.DivClassName
{
background-color: #9B5A51;
}
.BgClassName
{
background-color: #9B5A51;
}
</style>
border-color css
<style>
span { border-color: #9B5A51; }
span { border-color: rgb(155,90,81); }
td.TdClassName
{
border-color: #9B5A51;
}
.TagClassName
{
border-color: #9B5A51;
}
</style>