Shades of Copper Rust #955850
Tints of Copper Rust #955850
RGB
CMYK
RGB Variations
Color information
#955850 (or 0x955850) is known color: Copper Rust. HEX triplet: 95, 58 and 50. RGB value is (149,88,80). Sum of RGB (Red+Green+Blue) = 149+88+80=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955850 is #6AA7AF. Grayscale: #696969. Windows color (decimal): -6989744 or 5265557. OLE color: 5265557.
HSL color Cylindrical-coordinate representation of color #955850: hue angle of 6.96º 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 #955850 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 80 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.42 |
| HSL | 6.96º | 0.3% | 0.45% | - |
| HSV(B) | 6.96º | 0.46% | 0.58% | - |
| XYZ | 17.33 | 13.95 | 9.37 | - |
| YUV | 105.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 80 | 0 | 0.41 | 0.46 | 0.42 | 6.96 | 0.3 | 0.45 |
| Hex | 95 | 58 | 50 | 0 | 29 | 2E | 2A | 7 | 1E | 2D |
| Octal | 225 | 130 | 120 | 0 | 51 | 56 | 52 | 7 | 36 | 55 |
| Binary | 10010101 | 1011000 | 1010000 | 0 | 101001 | 101110 | 101010 | 111 | 11110 | 101101 |
Color Harmonies of #955850
Complementary color
Monochromatic Colors of #955850
Black with #955850
Text Example
Text Example
White with #955850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955850; }
p { color: rgb(149,88,80); }
H1.HeaderClassName
{
color: #955850;
}
.AnyTagClassName
{
color: #955850;
}
</style>
background-color css
<style>
a { background-color: #955850; }
a { background-color: rgb(149,88,80); }
div.DivClassName
{
background-color: #955850;
}
.BgClassName
{
background-color: #955850;
}
</style>
border-color css
<style>
span { border-color: #955850; }
span { border-color: rgb(149,88,80); }
td.TdClassName
{
border-color: #955850;
}
.TagClassName
{
border-color: #955850;
}
</style>