Shades of Copper Rust #9A584B
Tints of Copper Rust #9A584B
RGB
CMYK
RGB Variations
Color information
#9A584B (or 0x9A584B) is known color: Copper Rust. HEX triplet: 9A, 58 and 4B. RGB value is (154,88,75). Sum of RGB (Red+Green+Blue) = 154+88+75=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A584B is #65A7B4. Grayscale: #6A6A6A. Windows color (decimal): -6662069 or 4937882. OLE color: 4937882.
HSL color Cylindrical-coordinate representation of color #9A584B: hue angle of 9.87º 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 #9A584B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 75 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.40 |
| HSL | 9.87º | 0.34% | 0.45% | - |
| HSV(B) | 9.87º | 0.51% | 0.6% | - |
| XYZ | 18.09 | 14.36 | 8.47 | - |
| YUV | 106.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 75 | 0 | 0.43 | 0.51 | 0.40 | 9.87 | 0.34 | 0.45 |
| Hex | 9A | 58 | 4B | 0 | 2B | 33 | 28 | A | 22 | 2D |
| Octal | 232 | 130 | 113 | 0 | 53 | 63 | 50 | 12 | 42 | 55 |
| Binary | 10011010 | 1011000 | 1001011 | 0 | 101011 | 110011 | 101000 | 1010 | 100010 | 101101 |
Color Harmonies of #9A584B
Complementary color
Monochromatic Colors of #9A584B
Black with #9A584B
Text Example
Text Example
White with #9A584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A584B; }
p { color: rgb(154,88,75); }
H1.HeaderClassName
{
color: #9A584B;
}
.AnyTagClassName
{
color: #9A584B;
}
</style>
background-color css
<style>
a { background-color: #9A584B; }
a { background-color: rgb(154,88,75); }
div.DivClassName
{
background-color: #9A584B;
}
.BgClassName
{
background-color: #9A584B;
}
</style>
border-color css
<style>
span { border-color: #9A584B; }
span { border-color: rgb(154,88,75); }
td.TdClassName
{
border-color: #9A584B;
}
.TagClassName
{
border-color: #9A584B;
}
</style>