Shades of Copper Rust #9B524C
Tints of Copper Rust #9B524C
RGB
CMYK
RGB Variations
Color information
#9B524C (or 0x9B524C) is known color: Copper Rust. HEX triplet: 9B, 52 and 4C. RGB value is (155,82,76). Sum of RGB (Red+Green+Blue) = 155+82+76=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B524C is #64ADB3. Grayscale: #676767. Windows color (decimal): -6598068 or 5001883. OLE color: 5001883.
HSL color Cylindrical-coordinate representation of color #9B524C: hue angle of 4.56º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B524C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 76 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.39 |
| HSL | 4.56º | 0.34% | 0.45% | - |
| HSV(B) | 4.56º | 0.51% | 0.61% | - |
| XYZ | 17.84 | 13.52 | 8.51 | - |
| YUV | 103.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 76 | 0 | 0.47 | 0.51 | 0.39 | 4.56 | 0.34 | 0.45 |
| Hex | 9B | 52 | 4C | 0 | 2F | 33 | 27 | 5 | 22 | 2D |
| Octal | 233 | 122 | 114 | 0 | 57 | 63 | 47 | 5 | 42 | 55 |
| Binary | 10011011 | 1010010 | 1001100 | 0 | 101111 | 110011 | 100111 | 101 | 100010 | 101101 |
Color Harmonies of #9B524C
Complementary color
Monochromatic Colors of #9B524C
Black with #9B524C
Text Example
Text Example
White with #9B524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B524C; }
p { color: rgb(155,82,76); }
H1.HeaderClassName
{
color: #9B524C;
}
.AnyTagClassName
{
color: #9B524C;
}
</style>
background-color css
<style>
a { background-color: #9B524C; }
a { background-color: rgb(155,82,76); }
div.DivClassName
{
background-color: #9B524C;
}
.BgClassName
{
background-color: #9B524C;
}
</style>
border-color css
<style>
span { border-color: #9B524C; }
span { border-color: rgb(155,82,76); }
td.TdClassName
{
border-color: #9B524C;
}
.TagClassName
{
border-color: #9B524C;
}
</style>