Shades of Copper Rust #9B594F
Tints of Copper Rust #9B594F
RGB
CMYK
RGB Variations
Color information
#9B594F (or 0x9B594F) is known color: Copper Rust. HEX triplet: 9B, 59 and 4F. RGB value is (155,89,79). Sum of RGB (Red+Green+Blue) = 155+89+79=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B594F is #64A6B0. Grayscale: #6B6B6B. Windows color (decimal): -6596273 or 5200283. OLE color: 5200283.
HSL color Cylindrical-coordinate representation of color #9B594F: hue angle of 7.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B594F is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 79 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.39 |
| HSL | 7.89º | 0.32% | 0.46% | - |
| HSV(B) | 7.89º | 0.49% | 0.61% | - |
| XYZ | 18.5 | 14.68 | 9.26 | - |
| YUV | 107.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 79 | 0 | 0.43 | 0.49 | 0.39 | 7.89 | 0.32 | 0.46 |
| Hex | 9B | 59 | 4F | 0 | 2B | 31 | 27 | 8 | 20 | 2E |
| Octal | 233 | 131 | 117 | 0 | 53 | 61 | 47 | 10 | 40 | 56 |
| Binary | 10011011 | 1011001 | 1001111 | 0 | 101011 | 110001 | 100111 | 1000 | 100000 | 101110 |
Color Harmonies of #9B594F
Complementary color
Monochromatic Colors of #9B594F
Black with #9B594F
Text Example
Text Example
White with #9B594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B594F; }
p { color: rgb(155,89,79); }
H1.HeaderClassName
{
color: #9B594F;
}
.AnyTagClassName
{
color: #9B594F;
}
</style>
background-color css
<style>
a { background-color: #9B594F; }
a { background-color: rgb(155,89,79); }
div.DivClassName
{
background-color: #9B594F;
}
.BgClassName
{
background-color: #9B594F;
}
</style>
border-color css
<style>
span { border-color: #9B594F; }
span { border-color: rgb(155,89,79); }
td.TdClassName
{
border-color: #9B594F;
}
.TagClassName
{
border-color: #9B594F;
}
</style>