Shades of Copper Rust #9A5348
Tints of Copper Rust #9A5348
RGB
CMYK
RGB Variations
Color information
#9A5348 (or 0x9A5348) is known color: Copper Rust. HEX triplet: 9A, 53 and 48. RGB value is (154,83,72). Sum of RGB (Red+Green+Blue) = 154+83+72=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5348 is #65ACB7. Grayscale: #676767. Windows color (decimal): -6663352 or 4739994. OLE color: 4739994.
HSL color Cylindrical-coordinate representation of color #9A5348: hue angle of 8.05º 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 #9A5348 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 72 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.40 |
| HSL | 8.05º | 0.36% | 0.44% | - |
| HSV(B) | 8.05º | 0.53% | 0.6% | - |
| XYZ | 17.59 | 13.52 | 7.81 | - |
| YUV | 102.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 72 | 0 | 0.46 | 0.53 | 0.40 | 8.05 | 0.36 | 0.44 |
| Hex | 9A | 53 | 48 | 0 | 2E | 35 | 28 | 8 | 24 | 2C |
| Octal | 232 | 123 | 110 | 0 | 56 | 65 | 50 | 10 | 44 | 54 |
| Binary | 10011010 | 1010011 | 1001000 | 0 | 101110 | 110101 | 101000 | 1000 | 100100 | 101100 |
Color Harmonies of #9A5348
Complementary color
Monochromatic Colors of #9A5348
Black with #9A5348
Text Example
Text Example
White with #9A5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5348; }
p { color: rgb(154,83,72); }
H1.HeaderClassName
{
color: #9A5348;
}
.AnyTagClassName
{
color: #9A5348;
}
</style>
background-color css
<style>
a { background-color: #9A5348; }
a { background-color: rgb(154,83,72); }
div.DivClassName
{
background-color: #9A5348;
}
.BgClassName
{
background-color: #9A5348;
}
</style>
border-color css
<style>
span { border-color: #9A5348; }
span { border-color: rgb(154,83,72); }
td.TdClassName
{
border-color: #9A5348;
}
.TagClassName
{
border-color: #9A5348;
}
</style>