Shades of Copper Rust #9A5448
Tints of Copper Rust #9A5448
RGB
CMYK
RGB Variations
Color information
#9A5448 (or 0x9A5448) is known color: Copper Rust. HEX triplet: 9A, 54 and 48. RGB value is (154,84,72). Sum of RGB (Red+Green+Blue) = 154+84+72=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5448 is #65ABB7. Grayscale: #676767. Windows color (decimal): -6663096 or 4740250. OLE color: 4740250.
HSL color Cylindrical-coordinate representation of color #9A5448: hue angle of 8.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5448 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 72 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.40 |
| HSL | 8.78º | 0.36% | 0.44% | - |
| HSV(B) | 8.78º | 0.53% | 0.6% | - |
| XYZ | 17.67 | 13.68 | 7.84 | - |
| YUV | 103.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 72 | 0 | 0.45 | 0.53 | 0.40 | 8.78 | 0.36 | 0.44 |
| Hex | 9A | 54 | 48 | 0 | 2D | 35 | 28 | 9 | 24 | 2C |
| Octal | 232 | 124 | 110 | 0 | 55 | 65 | 50 | 11 | 44 | 54 |
| Binary | 10011010 | 1010100 | 1001000 | 0 | 101101 | 110101 | 101000 | 1001 | 100100 | 101100 |
Color Harmonies of #9A5448
Complementary color
Monochromatic Colors of #9A5448
Black with #9A5448
Text Example
Text Example
White with #9A5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5448; }
p { color: rgb(154,84,72); }
H1.HeaderClassName
{
color: #9A5448;
}
.AnyTagClassName
{
color: #9A5448;
}
</style>
background-color css
<style>
a { background-color: #9A5448; }
a { background-color: rgb(154,84,72); }
div.DivClassName
{
background-color: #9A5448;
}
.BgClassName
{
background-color: #9A5448;
}
</style>
border-color css
<style>
span { border-color: #9A5448; }
span { border-color: rgb(154,84,72); }
td.TdClassName
{
border-color: #9A5448;
}
.TagClassName
{
border-color: #9A5448;
}
</style>