Shades of Copper Rust #9B534F
Tints of Copper Rust #9B534F
RGB
CMYK
RGB Variations
Color information
#9B534F (or 0x9B534F) is known color: Copper Rust. HEX triplet: 9B, 53 and 4F. RGB value is (155,83,79). Sum of RGB (Red+Green+Blue) = 155+83+79=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B534F is #64ACB0. Grayscale: #686868. Windows color (decimal): -6597809 or 5198747. OLE color: 5198747.
HSL color Cylindrical-coordinate representation of color #9B534F: hue angle of 3.16º 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 #9B534F is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 79 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.39 |
| HSL | 3.16º | 0.32% | 0.46% | - |
| HSV(B) | 3.16º | 0.49% | 0.61% | - |
| XYZ | 18.02 | 13.72 | 9.1 | - |
| YUV | 104.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 79 | 0 | 0.46 | 0.49 | 0.39 | 3.16 | 0.32 | 0.46 |
| Hex | 9B | 53 | 4F | 0 | 2E | 31 | 27 | 3 | 20 | 2E |
| Octal | 233 | 123 | 117 | 0 | 56 | 61 | 47 | 3 | 40 | 56 |
| Binary | 10011011 | 1010011 | 1001111 | 0 | 101110 | 110001 | 100111 | 11 | 100000 | 101110 |
Color Harmonies of #9B534F
Complementary color
Monochromatic Colors of #9B534F
Black with #9B534F
Text Example
Text Example
White with #9B534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B534F; }
p { color: rgb(155,83,79); }
H1.HeaderClassName
{
color: #9B534F;
}
.AnyTagClassName
{
color: #9B534F;
}
</style>
background-color css
<style>
a { background-color: #9B534F; }
a { background-color: rgb(155,83,79); }
div.DivClassName
{
background-color: #9B534F;
}
.BgClassName
{
background-color: #9B534F;
}
</style>
border-color css
<style>
span { border-color: #9B534F; }
span { border-color: rgb(155,83,79); }
td.TdClassName
{
border-color: #9B534F;
}
.TagClassName
{
border-color: #9B534F;
}
</style>