Shades of Copper Rust #9A5349
Tints of Copper Rust #9A5349
RGB
CMYK
RGB Variations
Color information
#9A5349 (or 0x9A5349) is known color: Copper Rust. HEX triplet: 9A, 53 and 49. RGB value is (154,83,73). Sum of RGB (Red+Green+Blue) = 154+83+73=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5349 is #65ACB6. Grayscale: #676767. Windows color (decimal): -6663351 or 4805530. OLE color: 4805530.
HSL color Cylindrical-coordinate representation of color #9A5349: hue angle of 7.41º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5349 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 73 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.40 |
| HSL | 7.41º | 0.36% | 0.45% | - |
| HSV(B) | 7.41º | 0.53% | 0.6% | - |
| XYZ | 17.62 | 13.54 | 7.99 | - |
| YUV | 103.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 73 | 0 | 0.46 | 0.53 | 0.40 | 7.41 | 0.36 | 0.45 |
| Hex | 9A | 53 | 49 | 0 | 2E | 35 | 28 | 7 | 24 | 2D |
| Octal | 232 | 123 | 111 | 0 | 56 | 65 | 50 | 7 | 44 | 55 |
| Binary | 10011010 | 1010011 | 1001001 | 0 | 101110 | 110101 | 101000 | 111 | 100100 | 101101 |
Color Harmonies of #9A5349
Complementary color
Monochromatic Colors of #9A5349
Black with #9A5349
Text Example
Text Example
White with #9A5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5349; }
p { color: rgb(154,83,73); }
H1.HeaderClassName
{
color: #9A5349;
}
.AnyTagClassName
{
color: #9A5349;
}
</style>
background-color css
<style>
a { background-color: #9A5349; }
a { background-color: rgb(154,83,73); }
div.DivClassName
{
background-color: #9A5349;
}
.BgClassName
{
background-color: #9A5349;
}
</style>
border-color css
<style>
span { border-color: #9A5349; }
span { border-color: rgb(154,83,73); }
td.TdClassName
{
border-color: #9A5349;
}
.TagClassName
{
border-color: #9A5349;
}
</style>