Shades of Copper Rust #9A594B
Tints of Copper Rust #9A594B
RGB
CMYK
RGB Variations
Color information
#9A594B (or 0x9A594B) is known color: Copper Rust. HEX triplet: 9A, 59 and 4B. RGB value is (154,89,75). Sum of RGB (Red+Green+Blue) = 154+89+75=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A594B is #65A6B4. Grayscale: #6A6A6A. Windows color (decimal): -6661813 or 4938138. OLE color: 4938138.
HSL color Cylindrical-coordinate representation of color #9A594B: hue angle of 10.63º 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 #9A594B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 75 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.40 |
| HSL | 10.63º | 0.34% | 0.45% | - |
| HSV(B) | 10.63º | 0.51% | 0.6% | - |
| XYZ | 18.17 | 14.52 | 8.5 | - |
| YUV | 106.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 75 | 0 | 0.42 | 0.51 | 0.40 | 10.63 | 0.34 | 0.45 |
| Hex | 9A | 59 | 4B | 0 | 2A | 33 | 28 | B | 22 | 2D |
| Octal | 232 | 131 | 113 | 0 | 52 | 63 | 50 | 13 | 42 | 55 |
| Binary | 10011010 | 1011001 | 1001011 | 0 | 101010 | 110011 | 101000 | 1011 | 100010 | 101101 |
Color Harmonies of #9A594B
Complementary color
Monochromatic Colors of #9A594B
Black with #9A594B
Text Example
Text Example
White with #9A594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A594B; }
p { color: rgb(154,89,75); }
H1.HeaderClassName
{
color: #9A594B;
}
.AnyTagClassName
{
color: #9A594B;
}
</style>
background-color css
<style>
a { background-color: #9A594B; }
a { background-color: rgb(154,89,75); }
div.DivClassName
{
background-color: #9A594B;
}
.BgClassName
{
background-color: #9A594B;
}
</style>
border-color css
<style>
span { border-color: #9A594B; }
span { border-color: rgb(154,89,75); }
td.TdClassName
{
border-color: #9A594B;
}
.TagClassName
{
border-color: #9A594B;
}
</style>