Shades of Copper Rust #9C504F
Tints of Copper Rust #9C504F
RGB
CMYK
RGB Variations
Color information
#9C504F (or 0x9C504F) is known color: Copper Rust. HEX triplet: 9C, 50 and 4F. RGB value is (156,80,79). Sum of RGB (Red+Green+Blue) = 156+80+79=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C504F is #63AFB0. Grayscale: #666666. Windows color (decimal): -6533041 or 5197980. OLE color: 5197980.
HSL color Cylindrical-coordinate representation of color #9C504F: hue angle of 0.78º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C504F is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 79 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.39 |
| HSL | 0.78º | 0.33% | 0.46% | - |
| HSV(B) | 0.78º | 0.49% | 0.61% | - |
| XYZ | 17.99 | 13.37 | 9.03 | - |
| YUV | 102.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 79 | 0 | 0.49 | 0.49 | 0.39 | 0.78 | 0.33 | 0.46 |
| Hex | 9C | 50 | 4F | 0 | 31 | 31 | 27 | 1 | 21 | 2E |
| Octal | 234 | 120 | 117 | 0 | 61 | 61 | 47 | 1 | 41 | 56 |
| Binary | 10011100 | 1010000 | 1001111 | 0 | 110001 | 110001 | 100111 | 1 | 100001 | 101110 |
Color Harmonies of #9C504F
Complementary color
Monochromatic Colors of #9C504F
Black with #9C504F
Text Example
Text Example
White with #9C504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C504F; }
p { color: rgb(156,80,79); }
H1.HeaderClassName
{
color: #9C504F;
}
.AnyTagClassName
{
color: #9C504F;
}
</style>
background-color css
<style>
a { background-color: #9C504F; }
a { background-color: rgb(156,80,79); }
div.DivClassName
{
background-color: #9C504F;
}
.BgClassName
{
background-color: #9C504F;
}
</style>
border-color css
<style>
span { border-color: #9C504F; }
span { border-color: rgb(156,80,79); }
td.TdClassName
{
border-color: #9C504F;
}
.TagClassName
{
border-color: #9C504F;
}
</style>