Shades of Copper Rust #995045
Tints of Copper Rust #995045
RGB
CMYK
RGB Variations
Color information
#995045 (or 0x995045) is known color: Copper Rust. HEX triplet: 99, 50 and 45. RGB value is (153,80,69). Sum of RGB (Red+Green+Blue) = 153+80+69=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #995045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995045 is #66AFBA. Grayscale: #646464. Windows color (decimal): -6729659 or 4542617. OLE color: 4542617.
HSL color Cylindrical-coordinate representation of color #995045: hue angle of 7.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995045 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 69 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.4 |
| HSL | 7.86º | 0.38% | 0.44% | - |
| HSV(B) | 7.86º | 0.55% | 0.6% | - |
| XYZ | 17.08 | 12.94 | 7.23 | - |
| YUV | 100.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 69 | 0 | 0.48 | 0.55 | 0.4 | 7.86 | 0.38 | 0.44 |
| Hex | 99 | 50 | 45 | 0 | 30 | 37 | 28 | 8 | 26 | 2C |
| Octal | 231 | 120 | 105 | 0 | 60 | 67 | 50 | 10 | 46 | 54 |
| Binary | 10011001 | 1010000 | 1000101 | 0 | 110000 | 110111 | 101000 | 1000 | 100110 | 101100 |
Color Harmonies of #995045
Complementary color
Monochromatic Colors of #995045
Black with #995045
Text Example
Text Example
White with #995045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995045; }
p { color: rgb(153,80,69); }
H1.HeaderClassName
{
color: #995045;
}
.AnyTagClassName
{
color: #995045;
}
</style>
background-color css
<style>
a { background-color: #995045; }
a { background-color: rgb(153,80,69); }
div.DivClassName
{
background-color: #995045;
}
.BgClassName
{
background-color: #995045;
}
</style>
border-color css
<style>
span { border-color: #995045; }
span { border-color: rgb(153,80,69); }
td.TdClassName
{
border-color: #995045;
}
.TagClassName
{
border-color: #995045;
}
</style>