Shades of Copper Rust #9B5B4E
Tints of Copper Rust #9B5B4E
RGB
CMYK
RGB Variations
Color information
#9B5B4E (or 0x9B5B4E) is known color: Copper Rust. HEX triplet: 9B, 5B and 4E. RGB value is (155,91,78). Sum of RGB (Red+Green+Blue) = 155+91+78=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B4E is #64A4B1. Grayscale: #6C6C6C. Windows color (decimal): -6595762 or 5135259. OLE color: 5135259.
HSL color Cylindrical-coordinate representation of color #9B5B4E: hue angle of 10.13º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5B4E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 91 | 78 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.39 |
| HSL | 10.13º | 0.33% | 0.46% | - |
| HSV(B) | 10.13º | 0.5% | 0.61% | - |
| XYZ | 18.63 | 15 | 9.12 | - |
| YUV | 108.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 78 | 0 | 0.41 | 0.50 | 0.39 | 10.13 | 0.33 | 0.46 |
| Hex | 9B | 5B | 4E | 0 | 29 | 32 | 27 | A | 21 | 2E |
| Octal | 233 | 133 | 116 | 0 | 51 | 62 | 47 | 12 | 41 | 56 |
| Binary | 10011011 | 1011011 | 1001110 | 0 | 101001 | 110010 | 100111 | 1010 | 100001 | 101110 |
Color Harmonies of #9B5B4E
Complementary color
Monochromatic Colors of #9B5B4E
Black with #9B5B4E
Text Example
Text Example
White with #9B5B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5B4E; }
p { color: rgb(155,91,78); }
H1.HeaderClassName
{
color: #9B5B4E;
}
.AnyTagClassName
{
color: #9B5B4E;
}
</style>
background-color css
<style>
a { background-color: #9B5B4E; }
a { background-color: rgb(155,91,78); }
div.DivClassName
{
background-color: #9B5B4E;
}
.BgClassName
{
background-color: #9B5B4E;
}
</style>
border-color css
<style>
span { border-color: #9B5B4E; }
span { border-color: rgb(155,91,78); }
td.TdClassName
{
border-color: #9B5B4E;
}
.TagClassName
{
border-color: #9B5B4E;
}
</style>