Shades of Copper Rust #955A50
Tints of Copper Rust #955A50
RGB
CMYK
RGB Variations
Color information
#955A50 (or 0x955A50) is known color: Copper Rust. HEX triplet: 95, 5A and 50. RGB value is (149,90,80). Sum of RGB (Red+Green+Blue) = 149+90+80=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A50 is #6AA5AF. Grayscale: #6A6A6A. Windows color (decimal): -6989232 or 5266069. OLE color: 5266069.
HSL color Cylindrical-coordinate representation of color #955A50: hue angle of 8.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955A50 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 80 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.42 |
| HSL | 8.7º | 0.3% | 0.45% | - |
| HSV(B) | 8.7º | 0.46% | 0.58% | - |
| XYZ | 17.5 | 14.28 | 9.42 | - |
| YUV | 106.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 80 | 0 | 0.40 | 0.46 | 0.42 | 8.7 | 0.3 | 0.45 |
| Hex | 95 | 5A | 50 | 0 | 28 | 2E | 2A | 9 | 1E | 2D |
| Octal | 225 | 132 | 120 | 0 | 50 | 56 | 52 | 11 | 36 | 55 |
| Binary | 10010101 | 1011010 | 1010000 | 0 | 101000 | 101110 | 101010 | 1001 | 11110 | 101101 |
Color Harmonies of #955A50
Complementary color
Monochromatic Colors of #955A50
Black with #955A50
Text Example
Text Example
White with #955A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A50; }
p { color: rgb(149,90,80); }
H1.HeaderClassName
{
color: #955A50;
}
.AnyTagClassName
{
color: #955A50;
}
</style>
background-color css
<style>
a { background-color: #955A50; }
a { background-color: rgb(149,90,80); }
div.DivClassName
{
background-color: #955A50;
}
.BgClassName
{
background-color: #955A50;
}
</style>
border-color css
<style>
span { border-color: #955A50; }
span { border-color: rgb(149,90,80); }
td.TdClassName
{
border-color: #955A50;
}
.TagClassName
{
border-color: #955A50;
}
</style>