Shades of Copper Rust #995452
Tints of Copper Rust #995452
RGB
CMYK
RGB Variations
Color information
#995452 (or 0x995452) is known color: Copper Rust. HEX triplet: 99, 54 and 52. RGB value is (153,84,82). Sum of RGB (Red+Green+Blue) = 153+84+82=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995452 is #66ABAD. Grayscale: #686868. Windows color (decimal): -6728622 or 5395609. OLE color: 5395609.
HSL color Cylindrical-coordinate representation of color #995452: hue angle of 1.69º 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 #995452 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 82 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.4 |
| HSL | 1.69º | 0.3% | 0.46% | - |
| HSV(B) | 1.69º | 0.46% | 0.6% | - |
| XYZ | 17.83 | 13.72 | 9.69 | - |
| YUV | 104.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 82 | 0 | 0.45 | 0.46 | 0.4 | 1.69 | 0.3 | 0.46 |
| Hex | 99 | 54 | 52 | 0 | 2D | 2E | 28 | 2 | 1E | 2E |
| Octal | 231 | 124 | 122 | 0 | 55 | 56 | 50 | 2 | 36 | 56 |
| Binary | 10011001 | 1010100 | 1010010 | 0 | 101101 | 101110 | 101000 | 10 | 11110 | 101110 |
Color Harmonies of #995452
Complementary color
Monochromatic Colors of #995452
Black with #995452
Text Example
Text Example
White with #995452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995452; }
p { color: rgb(153,84,82); }
H1.HeaderClassName
{
color: #995452;
}
.AnyTagClassName
{
color: #995452;
}
</style>
background-color css
<style>
a { background-color: #995452; }
a { background-color: rgb(153,84,82); }
div.DivClassName
{
background-color: #995452;
}
.BgClassName
{
background-color: #995452;
}
</style>
border-color css
<style>
span { border-color: #995452; }
span { border-color: rgb(153,84,82); }
td.TdClassName
{
border-color: #995452;
}
.TagClassName
{
border-color: #995452;
}
</style>