Shades of Copper Rust #9B524F
Tints of Copper Rust #9B524F
RGB
CMYK
RGB Variations
Color information
#9B524F (or 0x9B524F) is known color: Copper Rust. HEX triplet: 9B, 52 and 4F. RGB value is (155,82,79). Sum of RGB (Red+Green+Blue) = 155+82+79=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B524F is #64ADB0. Grayscale: #676767. Windows color (decimal): -6598065 or 5198491. OLE color: 5198491.
HSL color Cylindrical-coordinate representation of color #9B524F: hue angle of 2.37º 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 #9B524F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 79 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.39 |
| HSL | 2.37º | 0.32% | 0.46% | - |
| HSV(B) | 2.37º | 0.49% | 0.61% | - |
| XYZ | 17.95 | 13.57 | 9.07 | - |
| YUV | 103.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 79 | 0 | 0.47 | 0.49 | 0.39 | 2.37 | 0.32 | 0.46 |
| Hex | 9B | 52 | 4F | 0 | 2F | 31 | 27 | 2 | 20 | 2E |
| Octal | 233 | 122 | 117 | 0 | 57 | 61 | 47 | 2 | 40 | 56 |
| Binary | 10011011 | 1010010 | 1001111 | 0 | 101111 | 110001 | 100111 | 10 | 100000 | 101110 |
Color Harmonies of #9B524F
Complementary color
Monochromatic Colors of #9B524F
Black with #9B524F
Text Example
Text Example
White with #9B524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B524F; }
p { color: rgb(155,82,79); }
H1.HeaderClassName
{
color: #9B524F;
}
.AnyTagClassName
{
color: #9B524F;
}
</style>
background-color css
<style>
a { background-color: #9B524F; }
a { background-color: rgb(155,82,79); }
div.DivClassName
{
background-color: #9B524F;
}
.BgClassName
{
background-color: #9B524F;
}
</style>
border-color css
<style>
span { border-color: #9B524F; }
span { border-color: rgb(155,82,79); }
td.TdClassName
{
border-color: #9B524F;
}
.TagClassName
{
border-color: #9B524F;
}
</style>