Shades of Copper Rust #9A584C
Tints of Copper Rust #9A584C
RGB
CMYK
RGB Variations
Color information
#9A584C (or 0x9A584C) is known color: Copper Rust. HEX triplet: 9A, 58 and 4C. RGB value is (154,88,76). Sum of RGB (Red+Green+Blue) = 154+88+76=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A584C is #65A7B3. Grayscale: #6A6A6A. Windows color (decimal): -6662068 or 5003418. OLE color: 5003418.
HSL color Cylindrical-coordinate representation of color #9A584C: hue angle of 9.23º 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 #9A584C is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 76 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.40 |
| HSL | 9.23º | 0.34% | 0.45% | - |
| HSV(B) | 9.23º | 0.51% | 0.6% | - |
| XYZ | 18.12 | 14.37 | 8.66 | - |
| YUV | 106.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 76 | 0 | 0.43 | 0.51 | 0.40 | 9.23 | 0.34 | 0.45 |
| Hex | 9A | 58 | 4C | 0 | 2B | 33 | 28 | 9 | 22 | 2D |
| Octal | 232 | 130 | 114 | 0 | 53 | 63 | 50 | 11 | 42 | 55 |
| Binary | 10011010 | 1011000 | 1001100 | 0 | 101011 | 110011 | 101000 | 1001 | 100010 | 101101 |
Color Harmonies of #9A584C
Complementary color
Monochromatic Colors of #9A584C
Black with #9A584C
Text Example
Text Example
White with #9A584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A584C; }
p { color: rgb(154,88,76); }
H1.HeaderClassName
{
color: #9A584C;
}
.AnyTagClassName
{
color: #9A584C;
}
</style>
background-color css
<style>
a { background-color: #9A584C; }
a { background-color: rgb(154,88,76); }
div.DivClassName
{
background-color: #9A584C;
}
.BgClassName
{
background-color: #9A584C;
}
</style>
border-color css
<style>
span { border-color: #9A584C; }
span { border-color: rgb(154,88,76); }
td.TdClassName
{
border-color: #9A584C;
}
.TagClassName
{
border-color: #9A584C;
}
</style>