Shades of Copper Rust #955A51
Tints of Copper Rust #955A51
RGB
CMYK
RGB Variations
Color information
#955A51 (or 0x955A51) is known color: Copper Rust. HEX triplet: 95, 5A and 51. RGB value is (149,90,81). Sum of RGB (Red+Green+Blue) = 149+90+81=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A51 is #6AA5AE. Grayscale: #6A6A6A. Windows color (decimal): -6989231 or 5331605. OLE color: 5331605.
HSL color Cylindrical-coordinate representation of color #955A51: hue angle of 7.94º 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 #955A51 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 81 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.42 |
| HSL | 7.94º | 0.3% | 0.45% | - |
| HSV(B) | 7.94º | 0.46% | 0.58% | - |
| XYZ | 17.54 | 14.3 | 9.62 | - |
| YUV | 106.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 81 | 0 | 0.40 | 0.46 | 0.42 | 7.94 | 0.3 | 0.45 |
| Hex | 95 | 5A | 51 | 0 | 28 | 2E | 2A | 8 | 1E | 2D |
| Octal | 225 | 132 | 121 | 0 | 50 | 56 | 52 | 10 | 36 | 55 |
| Binary | 10010101 | 1011010 | 1010001 | 0 | 101000 | 101110 | 101010 | 1000 | 11110 | 101101 |
Color Harmonies of #955A51
Complementary color
Monochromatic Colors of #955A51
Black with #955A51
Text Example
Text Example
White with #955A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A51; }
p { color: rgb(149,90,81); }
H1.HeaderClassName
{
color: #955A51;
}
.AnyTagClassName
{
color: #955A51;
}
</style>
background-color css
<style>
a { background-color: #955A51; }
a { background-color: rgb(149,90,81); }
div.DivClassName
{
background-color: #955A51;
}
.BgClassName
{
background-color: #955A51;
}
</style>
border-color css
<style>
span { border-color: #955A51; }
span { border-color: rgb(149,90,81); }
td.TdClassName
{
border-color: #955A51;
}
.TagClassName
{
border-color: #955A51;
}
</style>