Shades of Copper Rust #9B594D
Tints of Copper Rust #9B594D
RGB
CMYK
RGB Variations
Color information
#9B594D (or 0x9B594D) is known color: Copper Rust. HEX triplet: 9B, 59 and 4D. RGB value is (155,89,77). Sum of RGB (Red+Green+Blue) = 155+89+77=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B594D is #64A6B2. Grayscale: #6B6B6B. Windows color (decimal): -6596275 or 5069211. OLE color: 5069211.
HSL color Cylindrical-coordinate representation of color #9B594D: hue angle of 9.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B594D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 77 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.39 |
| HSL | 9.23º | 0.34% | 0.45% | - |
| HSV(B) | 9.23º | 0.5% | 0.61% | - |
| XYZ | 18.43 | 14.65 | 8.88 | - |
| YUV | 107.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 77 | 0 | 0.43 | 0.50 | 0.39 | 9.23 | 0.34 | 0.45 |
| Hex | 9B | 59 | 4D | 0 | 2B | 32 | 27 | 9 | 22 | 2D |
| Octal | 233 | 131 | 115 | 0 | 53 | 62 | 47 | 11 | 42 | 55 |
| Binary | 10011011 | 1011001 | 1001101 | 0 | 101011 | 110010 | 100111 | 1001 | 100010 | 101101 |
Color Harmonies of #9B594D
Complementary color
Monochromatic Colors of #9B594D
Black with #9B594D
Text Example
Text Example
White with #9B594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B594D; }
p { color: rgb(155,89,77); }
H1.HeaderClassName
{
color: #9B594D;
}
.AnyTagClassName
{
color: #9B594D;
}
</style>
background-color css
<style>
a { background-color: #9B594D; }
a { background-color: rgb(155,89,77); }
div.DivClassName
{
background-color: #9B594D;
}
.BgClassName
{
background-color: #9B594D;
}
</style>
border-color css
<style>
span { border-color: #9B594D; }
span { border-color: rgb(155,89,77); }
td.TdClassName
{
border-color: #9B594D;
}
.TagClassName
{
border-color: #9B594D;
}
</style>