Shades of Copper Rust #9A4E49
Tints of Copper Rust #9A4E49
RGB
CMYK
RGB Variations
Color information
#9A4E49 (or 0x9A4E49) is known color: Copper Rust. HEX triplet: 9A, 4E and 49. RGB value is (154,78,73). Sum of RGB (Red+Green+Blue) = 154+78+73=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4E49 is #65B1B6. Grayscale: #646464. Windows color (decimal): -6664631 or 4804250. OLE color: 4804250.
HSL color Cylindrical-coordinate representation of color #9A4E49: hue angle of 3.7º 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 #9A4E49 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 73 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.40 |
| HSL | 3.7º | 0.36% | 0.45% | - |
| HSV(B) | 3.7º | 0.53% | 0.6% | - |
| XYZ | 17.25 | 12.8 | 7.86 | - |
| YUV | 100.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 73 | 0 | 0.49 | 0.53 | 0.40 | 3.7 | 0.36 | 0.45 |
| Hex | 9A | 4E | 49 | 0 | 31 | 35 | 28 | 4 | 24 | 2D |
| Octal | 232 | 116 | 111 | 0 | 61 | 65 | 50 | 4 | 44 | 55 |
| Binary | 10011010 | 1001110 | 1001001 | 0 | 110001 | 110101 | 101000 | 100 | 100100 | 101101 |
Color Harmonies of #9A4E49
Complementary color
Monochromatic Colors of #9A4E49
Black with #9A4E49
Text Example
Text Example
White with #9A4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E49; }
p { color: rgb(154,78,73); }
H1.HeaderClassName
{
color: #9A4E49;
}
.AnyTagClassName
{
color: #9A4E49;
}
</style>
background-color css
<style>
a { background-color: #9A4E49; }
a { background-color: rgb(154,78,73); }
div.DivClassName
{
background-color: #9A4E49;
}
.BgClassName
{
background-color: #9A4E49;
}
</style>
border-color css
<style>
span { border-color: #9A4E49; }
span { border-color: rgb(154,78,73); }
td.TdClassName
{
border-color: #9A4E49;
}
.TagClassName
{
border-color: #9A4E49;
}
</style>