Shades of Copper Rust #9B534C
Tints of Copper Rust #9B534C
RGB
CMYK
RGB Variations
Color information
#9B534C (or 0x9B534C) is known color: Copper Rust. HEX triplet: 9B, 53 and 4C. RGB value is (155,83,76). Sum of RGB (Red+Green+Blue) = 155+83+76=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B534C is #64ACB3. Grayscale: #676767. Windows color (decimal): -6597812 or 5002139. OLE color: 5002139.
HSL color Cylindrical-coordinate representation of color #9B534C: hue angle of 5.32º 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 #9B534C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 76 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.39 |
| HSL | 5.32º | 0.34% | 0.45% | - |
| HSV(B) | 5.32º | 0.51% | 0.61% | - |
| XYZ | 17.92 | 13.68 | 8.53 | - |
| YUV | 103.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 76 | 0 | 0.46 | 0.51 | 0.39 | 5.32 | 0.34 | 0.45 |
| Hex | 9B | 53 | 4C | 0 | 2E | 33 | 27 | 5 | 22 | 2D |
| Octal | 233 | 123 | 114 | 0 | 56 | 63 | 47 | 5 | 42 | 55 |
| Binary | 10011011 | 1010011 | 1001100 | 0 | 101110 | 110011 | 100111 | 101 | 100010 | 101101 |
Color Harmonies of #9B534C
Complementary color
Monochromatic Colors of #9B534C
Black with #9B534C
Text Example
Text Example
White with #9B534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B534C; }
p { color: rgb(155,83,76); }
H1.HeaderClassName
{
color: #9B534C;
}
.AnyTagClassName
{
color: #9B534C;
}
</style>
background-color css
<style>
a { background-color: #9B534C; }
a { background-color: rgb(155,83,76); }
div.DivClassName
{
background-color: #9B534C;
}
.BgClassName
{
background-color: #9B534C;
}
</style>
border-color css
<style>
span { border-color: #9B534C; }
span { border-color: rgb(155,83,76); }
td.TdClassName
{
border-color: #9B534C;
}
.TagClassName
{
border-color: #9B534C;
}
</style>