Shades of Copper Rust #995C53
Tints of Copper Rust #995C53
RGB
CMYK
RGB Variations
Color information
#995C53 (or 0x995C53) is known color: Copper Rust. HEX triplet: 99, 5C and 53. RGB value is (153,92,83). Sum of RGB (Red+Green+Blue) = 153+92+83=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #995C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C53 is #66A3AC. Grayscale: #6D6D6D. Windows color (decimal): -6726573 or 5463193. OLE color: 5463193.
HSL color Cylindrical-coordinate representation of color #995C53: hue angle of 7.71º 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 #995C53 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 83 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.4 |
| HSL | 7.71º | 0.3% | 0.46% | - |
| HSV(B) | 7.71º | 0.46% | 0.6% | - |
| XYZ | 18.53 | 15.05 | 10.11 | - |
| YUV | 109.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 83 | 0 | 0.40 | 0.46 | 0.4 | 7.71 | 0.3 | 0.46 |
| Hex | 99 | 5C | 53 | 0 | 28 | 2E | 28 | 8 | 1E | 2E |
| Octal | 231 | 134 | 123 | 0 | 50 | 56 | 50 | 10 | 36 | 56 |
| Binary | 10011001 | 1011100 | 1010011 | 0 | 101000 | 101110 | 101000 | 1000 | 11110 | 101110 |
Color Harmonies of #995C53
Complementary color
Monochromatic Colors of #995C53
Black with #995C53
Text Example
Text Example
White with #995C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C53; }
p { color: rgb(153,92,83); }
H1.HeaderClassName
{
color: #995C53;
}
.AnyTagClassName
{
color: #995C53;
}
</style>
background-color css
<style>
a { background-color: #995C53; }
a { background-color: rgb(153,92,83); }
div.DivClassName
{
background-color: #995C53;
}
.BgClassName
{
background-color: #995C53;
}
</style>
border-color css
<style>
span { border-color: #995C53; }
span { border-color: rgb(153,92,83); }
td.TdClassName
{
border-color: #995C53;
}
.TagClassName
{
border-color: #995C53;
}
</style>