Shades of Copper Rust #9D554C
Tints of Copper Rust #9D554C
RGB
CMYK
RGB Variations
Color information
#9D554C (or 0x9D554C) is known color: Copper Rust. HEX triplet: 9D, 55 and 4C. RGB value is (157,85,76). Sum of RGB (Red+Green+Blue) = 157+85+76=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D554C is #62AAB3. Grayscale: #696969. Windows color (decimal): -6466228 or 5002653. OLE color: 5002653.
HSL color Cylindrical-coordinate representation of color #9D554C: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D554C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 76 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.38 |
| HSL | 6.67º | 0.35% | 0.46% | - |
| HSV(B) | 6.67º | 0.52% | 0.62% | - |
| XYZ | 18.46 | 14.19 | 8.6 | - |
| YUV | 105.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 76 | 0 | 0.46 | 0.52 | 0.38 | 6.67 | 0.35 | 0.46 |
| Hex | 9D | 55 | 4C | 0 | 2E | 34 | 26 | 7 | 23 | 2E |
| Octal | 235 | 125 | 114 | 0 | 56 | 64 | 46 | 7 | 43 | 56 |
| Binary | 10011101 | 1010101 | 1001100 | 0 | 101110 | 110100 | 100110 | 111 | 100011 | 101110 |
Color Harmonies of #9D554C
Complementary color
Monochromatic Colors of #9D554C
Black with #9D554C
Text Example
Text Example
White with #9D554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D554C; }
p { color: rgb(157,85,76); }
H1.HeaderClassName
{
color: #9D554C;
}
.AnyTagClassName
{
color: #9D554C;
}
</style>
background-color css
<style>
a { background-color: #9D554C; }
a { background-color: rgb(157,85,76); }
div.DivClassName
{
background-color: #9D554C;
}
.BgClassName
{
background-color: #9D554C;
}
</style>
border-color css
<style>
span { border-color: #9D554C; }
span { border-color: rgb(157,85,76); }
td.TdClassName
{
border-color: #9D554C;
}
.TagClassName
{
border-color: #9D554C;
}
</style>