Shades of Copper Rust #9A5145
Tints of Copper Rust #9A5145
RGB
CMYK
RGB Variations
Color information
#9A5145 (or 0x9A5145) is known color: Copper Rust. HEX triplet: 9A, 51 and 45. RGB value is (154,81,69). Sum of RGB (Red+Green+Blue) = 154+81+69=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5145 is #65AEBA. Grayscale: #656565. Windows color (decimal): -6663867 or 4542874. OLE color: 4542874.
HSL color Cylindrical-coordinate representation of color #9A5145: hue angle of 8.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5145 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 69 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.40 |
| HSL | 8.47º | 0.38% | 0.44% | - |
| HSV(B) | 8.47º | 0.55% | 0.6% | - |
| XYZ | 17.34 | 13.18 | 7.26 | - |
| YUV | 101.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 69 | 0 | 0.47 | 0.55 | 0.40 | 8.47 | 0.38 | 0.44 |
| Hex | 9A | 51 | 45 | 0 | 2F | 37 | 28 | 8 | 26 | 2C |
| Octal | 232 | 121 | 105 | 0 | 57 | 67 | 50 | 10 | 46 | 54 |
| Binary | 10011010 | 1010001 | 1000101 | 0 | 101111 | 110111 | 101000 | 1000 | 100110 | 101100 |
Color Harmonies of #9A5145
Complementary color
Monochromatic Colors of #9A5145
Black with #9A5145
Text Example
Text Example
White with #9A5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5145; }
p { color: rgb(154,81,69); }
H1.HeaderClassName
{
color: #9A5145;
}
.AnyTagClassName
{
color: #9A5145;
}
</style>
background-color css
<style>
a { background-color: #9A5145; }
a { background-color: rgb(154,81,69); }
div.DivClassName
{
background-color: #9A5145;
}
.BgClassName
{
background-color: #9A5145;
}
</style>
border-color css
<style>
span { border-color: #9A5145; }
span { border-color: rgb(154,81,69); }
td.TdClassName
{
border-color: #9A5145;
}
.TagClassName
{
border-color: #9A5145;
}
</style>