Shades of Copper Rust #9B5248
Tints of Copper Rust #9B5248
RGB
CMYK
RGB Variations
Color information
#9B5248 (or 0x9B5248) is known color: Copper Rust. HEX triplet: 9B, 52 and 48. RGB value is (155,82,72). Sum of RGB (Red+Green+Blue) = 155+82+72=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5248 is #64ADB7. Grayscale: #666666. Windows color (decimal): -6598072 or 4739739. OLE color: 4739739.
HSL color Cylindrical-coordinate representation of color #9B5248: hue angle of 7.23º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B5248 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 72 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.39 |
| HSL | 7.23º | 0.37% | 0.45% | - |
| HSV(B) | 7.23º | 0.54% | 0.61% | - |
| XYZ | 17.7 | 13.47 | 7.8 | - |
| YUV | 102.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 72 | 0 | 0.47 | 0.54 | 0.39 | 7.23 | 0.37 | 0.45 |
| Hex | 9B | 52 | 48 | 0 | 2F | 36 | 27 | 7 | 25 | 2D |
| Octal | 233 | 122 | 110 | 0 | 57 | 66 | 47 | 7 | 45 | 55 |
| Binary | 10011011 | 1010010 | 1001000 | 0 | 101111 | 110110 | 100111 | 111 | 100101 | 101101 |
Color Harmonies of #9B5248
Complementary color
Monochromatic Colors of #9B5248
Black with #9B5248
Text Example
Text Example
White with #9B5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5248; }
p { color: rgb(155,82,72); }
H1.HeaderClassName
{
color: #9B5248;
}
.AnyTagClassName
{
color: #9B5248;
}
</style>
background-color css
<style>
a { background-color: #9B5248; }
a { background-color: rgb(155,82,72); }
div.DivClassName
{
background-color: #9B5248;
}
.BgClassName
{
background-color: #9B5248;
}
</style>
border-color css
<style>
span { border-color: #9B5248; }
span { border-color: rgb(155,82,72); }
td.TdClassName
{
border-color: #9B5248;
}
.TagClassName
{
border-color: #9B5248;
}
</style>