Shades of Copper Rust #9B5047
Tints of Copper Rust #9B5047
RGB
CMYK
RGB Variations
Color information
#9B5047 (or 0x9B5047) is known color: Copper Rust. HEX triplet: 9B, 50 and 47. RGB value is (155,80,71). Sum of RGB (Red+Green+Blue) = 155+80+71=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5047 is #64AFB8. Grayscale: #656565. Windows color (decimal): -6598585 or 4673691. OLE color: 4673691.
HSL color Cylindrical-coordinate representation of color #9B5047: hue angle of 6.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B5047 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 71 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.39 |
| HSL | 6.43º | 0.37% | 0.44% | - |
| HSV(B) | 6.43º | 0.54% | 0.61% | - |
| XYZ | 17.52 | 13.16 | 7.58 | - |
| YUV | 101.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 71 | 0 | 0.48 | 0.54 | 0.39 | 6.43 | 0.37 | 0.44 |
| Hex | 9B | 50 | 47 | 0 | 30 | 36 | 27 | 6 | 25 | 2C |
| Octal | 233 | 120 | 107 | 0 | 60 | 66 | 47 | 6 | 45 | 54 |
| Binary | 10011011 | 1010000 | 1000111 | 0 | 110000 | 110110 | 100111 | 110 | 100101 | 101100 |
Color Harmonies of #9B5047
Complementary color
Monochromatic Colors of #9B5047
Black with #9B5047
Text Example
Text Example
White with #9B5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5047; }
p { color: rgb(155,80,71); }
H1.HeaderClassName
{
color: #9B5047;
}
.AnyTagClassName
{
color: #9B5047;
}
</style>
background-color css
<style>
a { background-color: #9B5047; }
a { background-color: rgb(155,80,71); }
div.DivClassName
{
background-color: #9B5047;
}
.BgClassName
{
background-color: #9B5047;
}
</style>
border-color css
<style>
span { border-color: #9B5047; }
span { border-color: rgb(155,80,71); }
td.TdClassName
{
border-color: #9B5047;
}
.TagClassName
{
border-color: #9B5047;
}
</style>