Shades of Copper Rust #955C51
Tints of Copper Rust #955C51
RGB
CMYK
RGB Variations
Color information
#955C51 (or 0x955C51) is known color: Copper Rust. HEX triplet: 95, 5C and 51. RGB value is (149,92,81). Sum of RGB (Red+Green+Blue) = 149+92+81=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #955C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C51 is #6AA3AE. Grayscale: #6B6B6B. Windows color (decimal): -6988719 or 5332117. OLE color: 5332117.
HSL color Cylindrical-coordinate representation of color #955C51: hue angle of 9.71º 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 #955C51 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 81 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.42 |
| HSL | 9.71º | 0.3% | 0.45% | - |
| HSV(B) | 9.71º | 0.46% | 0.58% | - |
| XYZ | 17.71 | 14.64 | 9.68 | - |
| YUV | 107.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 81 | 0 | 0.38 | 0.46 | 0.42 | 9.71 | 0.3 | 0.45 |
| Hex | 95 | 5C | 51 | 0 | 26 | 2E | 2A | A | 1E | 2D |
| Octal | 225 | 134 | 121 | 0 | 46 | 56 | 52 | 12 | 36 | 55 |
| Binary | 10010101 | 1011100 | 1010001 | 0 | 100110 | 101110 | 101010 | 1010 | 11110 | 101101 |
Color Harmonies of #955C51
Complementary color
Monochromatic Colors of #955C51
Black with #955C51
Text Example
Text Example
White with #955C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C51; }
p { color: rgb(149,92,81); }
H1.HeaderClassName
{
color: #955C51;
}
.AnyTagClassName
{
color: #955C51;
}
</style>
background-color css
<style>
a { background-color: #955C51; }
a { background-color: rgb(149,92,81); }
div.DivClassName
{
background-color: #955C51;
}
.BgClassName
{
background-color: #955C51;
}
</style>
border-color css
<style>
span { border-color: #955C51; }
span { border-color: rgb(149,92,81); }
td.TdClassName
{
border-color: #955C51;
}
.TagClassName
{
border-color: #955C51;
}
</style>