Shades of Copper Rust #9C554D
Tints of Copper Rust #9C554D
RGB
CMYK
RGB Variations
Color information
#9C554D (or 0x9C554D) is known color: Copper Rust. HEX triplet: 9C, 55 and 4D. RGB value is (156,85,77). Sum of RGB (Red+Green+Blue) = 156+85+77=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C554D is #63AAB2. Grayscale: #696969. Windows color (decimal): -6531763 or 5068188. OLE color: 5068188.
HSL color Cylindrical-coordinate representation of color #9C554D: hue angle of 6.08º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C554D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 77 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.39 |
| HSL | 6.08º | 0.34% | 0.46% | - |
| HSV(B) | 6.08º | 0.51% | 0.61% | - |
| XYZ | 18.3 | 14.1 | 8.78 | - |
| YUV | 105.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 77 | 0 | 0.46 | 0.51 | 0.39 | 6.08 | 0.34 | 0.46 |
| Hex | 9C | 55 | 4D | 0 | 2E | 33 | 27 | 6 | 22 | 2E |
| Octal | 234 | 125 | 115 | 0 | 56 | 63 | 47 | 6 | 42 | 56 |
| Binary | 10011100 | 1010101 | 1001101 | 0 | 101110 | 110011 | 100111 | 110 | 100010 | 101110 |
Color Harmonies of #9C554D
Complementary color
Monochromatic Colors of #9C554D
Black with #9C554D
Text Example
Text Example
White with #9C554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C554D; }
p { color: rgb(156,85,77); }
H1.HeaderClassName
{
color: #9C554D;
}
.AnyTagClassName
{
color: #9C554D;
}
</style>
background-color css
<style>
a { background-color: #9C554D; }
a { background-color: rgb(156,85,77); }
div.DivClassName
{
background-color: #9C554D;
}
.BgClassName
{
background-color: #9C554D;
}
</style>
border-color css
<style>
span { border-color: #9C554D; }
span { border-color: rgb(156,85,77); }
td.TdClassName
{
border-color: #9C554D;
}
.TagClassName
{
border-color: #9C554D;
}
</style>