Shades of Copper Rust #9A5453
Tints of Copper Rust #9A5453
RGB
CMYK
RGB Variations
Color information
#9A5453 (or 0x9A5453) is known color: Copper Rust. HEX triplet: 9A, 54 and 53. RGB value is (154,84,83). Sum of RGB (Red+Green+Blue) = 154+84+83=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5453 is #65ABAC. Grayscale: #686868. Windows color (decimal): -6663085 or 5461146. OLE color: 5461146.
HSL color Cylindrical-coordinate representation of color #9A5453: hue angle of 0.85º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5453 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 83 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.40 |
| HSL | 0.85º | 0.3% | 0.46% | - |
| HSV(B) | 0.85º | 0.46% | 0.6% | - |
| XYZ | 18.06 | 13.84 | 9.9 | - |
| YUV | 104.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 83 | 0 | 0.45 | 0.46 | 0.40 | 0.85 | 0.3 | 0.46 |
| Hex | 9A | 54 | 53 | 0 | 2D | 2E | 28 | 1 | 1E | 2E |
| Octal | 232 | 124 | 123 | 0 | 55 | 56 | 50 | 1 | 36 | 56 |
| Binary | 10011010 | 1010100 | 1010011 | 0 | 101101 | 101110 | 101000 | 1 | 11110 | 101110 |
Color Harmonies of #9A5453
Complementary color
Monochromatic Colors of #9A5453
Black with #9A5453
Text Example
Text Example
White with #9A5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5453; }
p { color: rgb(154,84,83); }
H1.HeaderClassName
{
color: #9A5453;
}
.AnyTagClassName
{
color: #9A5453;
}
</style>
background-color css
<style>
a { background-color: #9A5453; }
a { background-color: rgb(154,84,83); }
div.DivClassName
{
background-color: #9A5453;
}
.BgClassName
{
background-color: #9A5453;
}
</style>
border-color css
<style>
span { border-color: #9A5453; }
span { border-color: rgb(154,84,83); }
td.TdClassName
{
border-color: #9A5453;
}
.TagClassName
{
border-color: #9A5453;
}
</style>