Shades of Copper Rust #9A514B
Tints of Copper Rust #9A514B
RGB
CMYK
RGB Variations
Color information
#9A514B (or 0x9A514B) is known color: Copper Rust. HEX triplet: 9A, 51 and 4B. RGB value is (154,81,75). Sum of RGB (Red+Green+Blue) = 154+81+75=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A514B is #65AEB4. Grayscale: #666666. Windows color (decimal): -6663861 or 4936090. OLE color: 4936090.
HSL color Cylindrical-coordinate representation of color #9A514B: hue angle of 4.56º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A514B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 75 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.40 |
| HSL | 4.56º | 0.34% | 0.45% | - |
| HSV(B) | 4.56º | 0.51% | 0.6% | - |
| XYZ | 17.54 | 13.26 | 8.29 | - |
| YUV | 102.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 75 | 0 | 0.47 | 0.51 | 0.40 | 4.56 | 0.34 | 0.45 |
| Hex | 9A | 51 | 4B | 0 | 2F | 33 | 28 | 5 | 22 | 2D |
| Octal | 232 | 121 | 113 | 0 | 57 | 63 | 50 | 5 | 42 | 55 |
| Binary | 10011010 | 1010001 | 1001011 | 0 | 101111 | 110011 | 101000 | 101 | 100010 | 101101 |
Color Harmonies of #9A514B
Complementary color
Monochromatic Colors of #9A514B
Black with #9A514B
Text Example
Text Example
White with #9A514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A514B; }
p { color: rgb(154,81,75); }
H1.HeaderClassName
{
color: #9A514B;
}
.AnyTagClassName
{
color: #9A514B;
}
</style>
background-color css
<style>
a { background-color: #9A514B; }
a { background-color: rgb(154,81,75); }
div.DivClassName
{
background-color: #9A514B;
}
.BgClassName
{
background-color: #9A514B;
}
</style>
border-color css
<style>
span { border-color: #9A514B; }
span { border-color: rgb(154,81,75); }
td.TdClassName
{
border-color: #9A514B;
}
.TagClassName
{
border-color: #9A514B;
}
</style>