Shades of Copper Rust #9A5351
Tints of Copper Rust #9A5351
RGB
CMYK
RGB Variations
Color information
#9A5351 (or 0x9A5351) is known color: Copper Rust. HEX triplet: 9A, 53 and 51. RGB value is (154,83,81). Sum of RGB (Red+Green+Blue) = 154+83+81=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5351 is #65ACAE. Grayscale: #686868. Windows color (decimal): -6663343 or 5329818. OLE color: 5329818.
HSL color Cylindrical-coordinate representation of color #9A5351: hue angle of 1.64º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5351 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 81 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.40 |
| HSL | 1.64º | 0.31% | 0.46% | - |
| HSV(B) | 1.64º | 0.47% | 0.6% | - |
| XYZ | 17.9 | 13.65 | 9.48 | - |
| YUV | 104 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 81 | 0 | 0.46 | 0.47 | 0.40 | 1.64 | 0.31 | 0.46 |
| Hex | 9A | 53 | 51 | 0 | 2E | 2F | 28 | 2 | 1F | 2E |
| Octal | 232 | 123 | 121 | 0 | 56 | 57 | 50 | 2 | 37 | 56 |
| Binary | 10011010 | 1010011 | 1010001 | 0 | 101110 | 101111 | 101000 | 10 | 11111 | 101110 |
Color Harmonies of #9A5351
Complementary color
Monochromatic Colors of #9A5351
Black with #9A5351
Text Example
Text Example
White with #9A5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5351; }
p { color: rgb(154,83,81); }
H1.HeaderClassName
{
color: #9A5351;
}
.AnyTagClassName
{
color: #9A5351;
}
</style>
background-color css
<style>
a { background-color: #9A5351; }
a { background-color: rgb(154,83,81); }
div.DivClassName
{
background-color: #9A5351;
}
.BgClassName
{
background-color: #9A5351;
}
</style>
border-color css
<style>
span { border-color: #9A5351; }
span { border-color: rgb(154,83,81); }
td.TdClassName
{
border-color: #9A5351;
}
.TagClassName
{
border-color: #9A5351;
}
</style>