Shades of Copper Rust #9B554D
Tints of Copper Rust #9B554D
RGB
CMYK
RGB Variations
Color information
#9B554D (or 0x9B554D) is known color: Copper Rust. HEX triplet: 9B, 55 and 4D. RGB value is (155,85,77). Sum of RGB (Red+Green+Blue) = 155+85+77=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B554D is #64AAB2. Grayscale: #696969. Windows color (decimal): -6597299 or 5068187. OLE color: 5068187.
HSL color Cylindrical-coordinate representation of color #9B554D: hue angle of 6.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B554D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 77 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.39 |
| HSL | 6.15º | 0.34% | 0.45% | - |
| HSV(B) | 6.15º | 0.5% | 0.61% | - |
| XYZ | 18.11 | 14 | 8.77 | - |
| YUV | 105.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 77 | 0 | 0.45 | 0.50 | 0.39 | 6.15 | 0.34 | 0.45 |
| Hex | 9B | 55 | 4D | 0 | 2D | 32 | 27 | 6 | 22 | 2D |
| Octal | 233 | 125 | 115 | 0 | 55 | 62 | 47 | 6 | 42 | 55 |
| Binary | 10011011 | 1010101 | 1001101 | 0 | 101101 | 110010 | 100111 | 110 | 100010 | 101101 |
Color Harmonies of #9B554D
Complementary color
Monochromatic Colors of #9B554D
Black with #9B554D
Text Example
Text Example
White with #9B554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B554D; }
p { color: rgb(155,85,77); }
H1.HeaderClassName
{
color: #9B554D;
}
.AnyTagClassName
{
color: #9B554D;
}
</style>
background-color css
<style>
a { background-color: #9B554D; }
a { background-color: rgb(155,85,77); }
div.DivClassName
{
background-color: #9B554D;
}
.BgClassName
{
background-color: #9B554D;
}
</style>
border-color css
<style>
span { border-color: #9B554D; }
span { border-color: rgb(155,85,77); }
td.TdClassName
{
border-color: #9B554D;
}
.TagClassName
{
border-color: #9B554D;
}
</style>