Shades of Copper Rust #995753
Tints of Copper Rust #995753
RGB
CMYK
RGB Variations
Color information
#995753 (or 0x995753) is known color: Copper Rust. HEX triplet: 99, 57 and 53. RGB value is (153,87,83). Sum of RGB (Red+Green+Blue) = 153+87+83=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995753 is #66A8AC. Grayscale: #6A6A6A. Windows color (decimal): -6727853 or 5461913. OLE color: 5461913.
HSL color Cylindrical-coordinate representation of color #995753: hue angle of 3.43º 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 #995753 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 83 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.4 |
| HSL | 3.43º | 0.3% | 0.46% | - |
| HSV(B) | 3.43º | 0.46% | 0.6% | - |
| XYZ | 18.11 | 14.21 | 9.97 | - |
| YUV | 106.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 83 | 0 | 0.43 | 0.46 | 0.4 | 3.43 | 0.3 | 0.46 |
| Hex | 99 | 57 | 53 | 0 | 2B | 2E | 28 | 3 | 1E | 2E |
| Octal | 231 | 127 | 123 | 0 | 53 | 56 | 50 | 3 | 36 | 56 |
| Binary | 10011001 | 1010111 | 1010011 | 0 | 101011 | 101110 | 101000 | 11 | 11110 | 101110 |
Color Harmonies of #995753
Complementary color
Monochromatic Colors of #995753
Black with #995753
Text Example
Text Example
White with #995753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995753; }
p { color: rgb(153,87,83); }
H1.HeaderClassName
{
color: #995753;
}
.AnyTagClassName
{
color: #995753;
}
</style>
background-color css
<style>
a { background-color: #995753; }
a { background-color: rgb(153,87,83); }
div.DivClassName
{
background-color: #995753;
}
.BgClassName
{
background-color: #995753;
}
</style>
border-color css
<style>
span { border-color: #995753; }
span { border-color: rgb(153,87,83); }
td.TdClassName
{
border-color: #995753;
}
.TagClassName
{
border-color: #995753;
}
</style>