Shades of Copper Rust #995A50
Tints of Copper Rust #995A50
RGB
CMYK
RGB Variations
Color information
#995A50 (or 0x995A50) is known color: Copper Rust. HEX triplet: 99, 5A and 50. RGB value is (153,90,80). Sum of RGB (Red+Green+Blue) = 153+90+80=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A50 is #66A5AF. Grayscale: #6B6B6B. Windows color (decimal): -6727088 or 5266073. OLE color: 5266073.
HSL color Cylindrical-coordinate representation of color #995A50: hue angle of 8.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995A50 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 80 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.4 |
| HSL | 8.22º | 0.31% | 0.46% | - |
| HSV(B) | 8.22º | 0.48% | 0.6% | - |
| XYZ | 18.24 | 14.66 | 9.46 | - |
| YUV | 107.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 80 | 0 | 0.41 | 0.48 | 0.4 | 8.22 | 0.31 | 0.46 |
| Hex | 99 | 5A | 50 | 0 | 29 | 30 | 28 | 8 | 1F | 2E |
| Octal | 231 | 132 | 120 | 0 | 51 | 60 | 50 | 10 | 37 | 56 |
| Binary | 10011001 | 1011010 | 1010000 | 0 | 101001 | 110000 | 101000 | 1000 | 11111 | 101110 |
Color Harmonies of #995A50
Complementary color
Monochromatic Colors of #995A50
Black with #995A50
Text Example
Text Example
White with #995A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A50; }
p { color: rgb(153,90,80); }
H1.HeaderClassName
{
color: #995A50;
}
.AnyTagClassName
{
color: #995A50;
}
</style>
background-color css
<style>
a { background-color: #995A50; }
a { background-color: rgb(153,90,80); }
div.DivClassName
{
background-color: #995A50;
}
.BgClassName
{
background-color: #995A50;
}
</style>
border-color css
<style>
span { border-color: #995A50; }
span { border-color: rgb(153,90,80); }
td.TdClassName
{
border-color: #995A50;
}
.TagClassName
{
border-color: #995A50;
}
</style>