Shades of Copper Rust #9B504B
Tints of Copper Rust #9B504B
RGB
CMYK
RGB Variations
Color information
#9B504B (or 0x9B504B) is known color: Copper Rust. HEX triplet: 9B, 50 and 4B. RGB value is (155,80,75). Sum of RGB (Red+Green+Blue) = 155+80+75=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B504B is #64AFB4. Grayscale: #656565. Windows color (decimal): -6598581 or 4935835. OLE color: 4935835.
HSL color Cylindrical-coordinate representation of color #9B504B: hue angle of 3.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B504B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 75 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.39 |
| HSL | 3.75º | 0.35% | 0.45% | - |
| HSV(B) | 3.75º | 0.52% | 0.61% | - |
| XYZ | 17.66 | 13.21 | 8.28 | - |
| YUV | 101.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 75 | 0 | 0.48 | 0.52 | 0.39 | 3.75 | 0.35 | 0.45 |
| Hex | 9B | 50 | 4B | 0 | 30 | 34 | 27 | 4 | 23 | 2D |
| Octal | 233 | 120 | 113 | 0 | 60 | 64 | 47 | 4 | 43 | 55 |
| Binary | 10011011 | 1010000 | 1001011 | 0 | 110000 | 110100 | 100111 | 100 | 100011 | 101101 |
Color Harmonies of #9B504B
Complementary color
Monochromatic Colors of #9B504B
Black with #9B504B
Text Example
Text Example
White with #9B504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B504B; }
p { color: rgb(155,80,75); }
H1.HeaderClassName
{
color: #9B504B;
}
.AnyTagClassName
{
color: #9B504B;
}
</style>
background-color css
<style>
a { background-color: #9B504B; }
a { background-color: rgb(155,80,75); }
div.DivClassName
{
background-color: #9B504B;
}
.BgClassName
{
background-color: #9B504B;
}
</style>
border-color css
<style>
span { border-color: #9B504B; }
span { border-color: rgb(155,80,75); }
td.TdClassName
{
border-color: #9B504B;
}
.TagClassName
{
border-color: #9B504B;
}
</style>