Shades of Copper Rust #9B5446
Tints of Copper Rust #9B5446
RGB
CMYK
RGB Variations
Color information
#9B5446 (or 0x9B5446) is known color: Copper Rust. HEX triplet: 9B, 54 and 46. RGB value is (155,84,70). Sum of RGB (Red+Green+Blue) = 155+84+70=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5446 is #64ABB9. Grayscale: #676767. Windows color (decimal): -6597562 or 4609179. OLE color: 4609179.
HSL color Cylindrical-coordinate representation of color #9B5446: hue angle of 9.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B5446 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 70 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.39 |
| HSL | 9.88º | 0.38% | 0.44% | - |
| HSV(B) | 9.88º | 0.55% | 0.61% | - |
| XYZ | 17.79 | 13.75 | 7.51 | - |
| YUV | 103.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 70 | 0 | 0.46 | 0.55 | 0.39 | 9.88 | 0.38 | 0.44 |
| Hex | 9B | 54 | 46 | 0 | 2E | 37 | 27 | A | 26 | 2C |
| Octal | 233 | 124 | 106 | 0 | 56 | 67 | 47 | 12 | 46 | 54 |
| Binary | 10011011 | 1010100 | 1000110 | 0 | 101110 | 110111 | 100111 | 1010 | 100110 | 101100 |
Color Harmonies of #9B5446
Complementary color
Monochromatic Colors of #9B5446
Black with #9B5446
Text Example
Text Example
White with #9B5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5446; }
p { color: rgb(155,84,70); }
H1.HeaderClassName
{
color: #9B5446;
}
.AnyTagClassName
{
color: #9B5446;
}
</style>
background-color css
<style>
a { background-color: #9B5446; }
a { background-color: rgb(155,84,70); }
div.DivClassName
{
background-color: #9B5446;
}
.BgClassName
{
background-color: #9B5446;
}
</style>
border-color css
<style>
span { border-color: #9B5446; }
span { border-color: rgb(155,84,70); }
td.TdClassName
{
border-color: #9B5446;
}
.TagClassName
{
border-color: #9B5446;
}
</style>