Shades of Copper Rust #925752
Tints of Copper Rust #925752
RGB
CMYK
RGB Variations
Color information
#925752 (or 0x925752) is known color: Copper Rust. HEX triplet: 92, 57 and 52. RGB value is (146,87,82). Sum of RGB (Red+Green+Blue) = 146+87+82=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925752 is #6DA8AD. Grayscale: #686868. Windows color (decimal): -7186606 or 5396370. OLE color: 5396370.
HSL color Cylindrical-coordinate representation of color #925752: hue angle of 4.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925752 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 82 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.43 |
| HSL | 4.69º | 0.28% | 0.45% | - |
| HSV(B) | 4.69º | 0.44% | 0.57% | - |
| XYZ | 16.79 | 13.54 | 9.71 | - |
| YUV | 104.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 82 | 0 | 0.40 | 0.44 | 0.43 | 4.69 | 0.28 | 0.45 |
| Hex | 92 | 57 | 52 | 0 | 28 | 2C | 2B | 5 | 1C | 2D |
| Octal | 222 | 127 | 122 | 0 | 50 | 54 | 53 | 5 | 34 | 55 |
| Binary | 10010010 | 1010111 | 1010010 | 0 | 101000 | 101100 | 101011 | 101 | 11100 | 101101 |
Color Harmonies of #925752
Complementary color
Monochromatic Colors of #925752
Black with #925752
Text Example
Text Example
White with #925752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925752; }
p { color: rgb(146,87,82); }
H1.HeaderClassName
{
color: #925752;
}
.AnyTagClassName
{
color: #925752;
}
</style>
background-color css
<style>
a { background-color: #925752; }
a { background-color: rgb(146,87,82); }
div.DivClassName
{
background-color: #925752;
}
.BgClassName
{
background-color: #925752;
}
</style>
border-color css
<style>
span { border-color: #925752; }
span { border-color: rgb(146,87,82); }
td.TdClassName
{
border-color: #925752;
}
.TagClassName
{
border-color: #925752;
}
</style>