Shades of Copper Rust #925951
Tints of Copper Rust #925951
RGB
CMYK
RGB Variations
Color information
#925951 (or 0x925951) is known color: Copper Rust. HEX triplet: 92, 59 and 51. RGB value is (146,89,81). Sum of RGB (Red+Green+Blue) = 146+89+81=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925951 is #6DA6AE. Grayscale: #696969. Windows color (decimal): -7186095 or 5331346. OLE color: 5331346.
HSL color Cylindrical-coordinate representation of color #925951: hue angle of 7.38º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925951 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 81 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.43 |
| HSL | 7.38º | 0.29% | 0.45% | - |
| HSV(B) | 7.38º | 0.45% | 0.57% | - |
| XYZ | 16.91 | 13.85 | 9.57 | - |
| YUV | 105.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 81 | 0 | 0.39 | 0.45 | 0.43 | 7.38 | 0.29 | 0.45 |
| Hex | 92 | 59 | 51 | 0 | 27 | 2D | 2B | 7 | 1D | 2D |
| Octal | 222 | 131 | 121 | 0 | 47 | 55 | 53 | 7 | 35 | 55 |
| Binary | 10010010 | 1011001 | 1010001 | 0 | 100111 | 101101 | 101011 | 111 | 11101 | 101101 |
Color Harmonies of #925951
Complementary color
Monochromatic Colors of #925951
Black with #925951
Text Example
Text Example
White with #925951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925951; }
p { color: rgb(146,89,81); }
H1.HeaderClassName
{
color: #925951;
}
.AnyTagClassName
{
color: #925951;
}
</style>
background-color css
<style>
a { background-color: #925951; }
a { background-color: rgb(146,89,81); }
div.DivClassName
{
background-color: #925951;
}
.BgClassName
{
background-color: #925951;
}
</style>
border-color css
<style>
span { border-color: #925951; }
span { border-color: rgb(146,89,81); }
td.TdClassName
{
border-color: #925951;
}
.TagClassName
{
border-color: #925951;
}
</style>