Shades of Copper Rust #9A554C
Tints of Copper Rust #9A554C
RGB
CMYK
RGB Variations
Color information
#9A554C (or 0x9A554C) is known color: Copper Rust. HEX triplet: 9A, 55 and 4C. RGB value is (154,85,76). Sum of RGB (Red+Green+Blue) = 154+85+76=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A554C is #65AAB3. Grayscale: #686868. Windows color (decimal): -6662836 or 5002650. OLE color: 5002650.
HSL color Cylindrical-coordinate representation of color #9A554C: hue angle of 6.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A554C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 85 | 76 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.40 |
| HSL | 6.92º | 0.34% | 0.45% | - |
| HSV(B) | 6.92º | 0.51% | 0.6% | - |
| XYZ | 17.88 | 13.89 | 8.58 | - |
| YUV | 104.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 76 | 0 | 0.45 | 0.51 | 0.40 | 6.92 | 0.34 | 0.45 |
| Hex | 9A | 55 | 4C | 0 | 2D | 33 | 28 | 7 | 22 | 2D |
| Octal | 232 | 125 | 114 | 0 | 55 | 63 | 50 | 7 | 42 | 55 |
| Binary | 10011010 | 1010101 | 1001100 | 0 | 101101 | 110011 | 101000 | 111 | 100010 | 101101 |
Color Harmonies of #9A554C
Complementary color
Monochromatic Colors of #9A554C
Black with #9A554C
Text Example
Text Example
White with #9A554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A554C; }
p { color: rgb(154,85,76); }
H1.HeaderClassName
{
color: #9A554C;
}
.AnyTagClassName
{
color: #9A554C;
}
</style>
background-color css
<style>
a { background-color: #9A554C; }
a { background-color: rgb(154,85,76); }
div.DivClassName
{
background-color: #9A554C;
}
.BgClassName
{
background-color: #9A554C;
}
</style>
border-color css
<style>
span { border-color: #9A554C; }
span { border-color: rgb(154,85,76); }
td.TdClassName
{
border-color: #9A554C;
}
.TagClassName
{
border-color: #9A554C;
}
</style>