Shades of Copper Rust #9C4D4D
Tints of Copper Rust #9C4D4D
RGB
CMYK
RGB Variations
Color information
#9C4D4D (or 0x9C4D4D) is known color: Copper Rust. HEX triplet: 9C, 4D and 4D. RGB value is (156,77,77). Sum of RGB (Red+Green+Blue) = 156+77+77=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D4D is #63B2B2. Grayscale: #646464. Windows color (decimal): -6533811 or 5066140. OLE color: 5066140.
HSL color Cylindrical-coordinate representation of color #9C4D4D: hue angle of 0º 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 #9C4D4D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 77 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.39 |
| HSL | 0º | 0.34% | 0.46% | - |
| HSV(B) | 0º | 0.51% | 0.61% | - |
| XYZ | 17.7 | 12.91 | 8.58 | - |
| YUV | 100.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 77 | 0 | 0.51 | 0.51 | 0.39 | 0 | 0.34 | 0.46 |
| Hex | 9C | 4D | 4D | 0 | 33 | 33 | 27 | 0 | 22 | 2E |
| Octal | 234 | 115 | 115 | 0 | 63 | 63 | 47 | 0 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1001101 | 0 | 110011 | 110011 | 100111 | 0 | 100010 | 101110 |
Color Harmonies of #9C4D4D
Complementary color
Monochromatic Colors of #9C4D4D
Black with #9C4D4D
Text Example
Text Example
White with #9C4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D4D; }
p { color: rgb(156,77,77); }
H1.HeaderClassName
{
color: #9C4D4D;
}
.AnyTagClassName
{
color: #9C4D4D;
}
</style>
background-color css
<style>
a { background-color: #9C4D4D; }
a { background-color: rgb(156,77,77); }
div.DivClassName
{
background-color: #9C4D4D;
}
.BgClassName
{
background-color: #9C4D4D;
}
</style>
border-color css
<style>
span { border-color: #9C4D4D; }
span { border-color: rgb(156,77,77); }
td.TdClassName
{
border-color: #9C4D4D;
}
.TagClassName
{
border-color: #9C4D4D;
}
</style>