Shades of Copper Rust #925351
Tints of Copper Rust #925351
RGB
CMYK
RGB Variations
Color information
#925351 (or 0x925351) is known color: Copper Rust. HEX triplet: 92, 53 and 51. RGB value is (146,83,81). Sum of RGB (Red+Green+Blue) = 146+83+81=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #925351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925351 is #6DACAE. Grayscale: #656565. Windows color (decimal): -7187631 or 5329810. OLE color: 5329810.
HSL color Cylindrical-coordinate representation of color #925351: hue angle of 1.85º 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 #925351 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 81 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.43 |
| HSL | 1.85º | 0.29% | 0.45% | - |
| HSV(B) | 1.85º | 0.45% | 0.57% | - |
| XYZ | 16.43 | 12.89 | 9.41 | - |
| YUV | 101.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 81 | 0 | 0.43 | 0.45 | 0.43 | 1.85 | 0.29 | 0.45 |
| Hex | 92 | 53 | 51 | 0 | 2B | 2D | 2B | 2 | 1D | 2D |
| Octal | 222 | 123 | 121 | 0 | 53 | 55 | 53 | 2 | 35 | 55 |
| Binary | 10010010 | 1010011 | 1010001 | 0 | 101011 | 101101 | 101011 | 10 | 11101 | 101101 |
Color Harmonies of #925351
Complementary color
Monochromatic Colors of #925351
Black with #925351
Text Example
Text Example
White with #925351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925351; }
p { color: rgb(146,83,81); }
H1.HeaderClassName
{
color: #925351;
}
.AnyTagClassName
{
color: #925351;
}
</style>
background-color css
<style>
a { background-color: #925351; }
a { background-color: rgb(146,83,81); }
div.DivClassName
{
background-color: #925351;
}
.BgClassName
{
background-color: #925351;
}
</style>
border-color css
<style>
span { border-color: #925351; }
span { border-color: rgb(146,83,81); }
td.TdClassName
{
border-color: #925351;
}
.TagClassName
{
border-color: #925351;
}
</style>