Shades of Copper Rust #925754
Tints of Copper Rust #925754
RGB
CMYK
RGB Variations
Color information
#925754 (or 0x925754) is known color: Copper Rust. HEX triplet: 92, 57 and 54. RGB value is (146,87,84). Sum of RGB (Red+Green+Blue) = 146+87+84=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925754 is #6DA8AB. Grayscale: #686868. Windows color (decimal): -7186604 or 5527442. OLE color: 5527442.
HSL color Cylindrical-coordinate representation of color #925754: hue angle of 2.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925754 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 84 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.43 |
| HSL | 2.9º | 0.27% | 0.45% | - |
| HSV(B) | 2.9º | 0.42% | 0.57% | - |
| XYZ | 16.86 | 13.57 | 10.12 | - |
| YUV | 104.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 84 | 0 | 0.40 | 0.42 | 0.43 | 2.9 | 0.27 | 0.45 |
| Hex | 92 | 57 | 54 | 0 | 28 | 2A | 2B | 3 | 1B | 2D |
| Octal | 222 | 127 | 124 | 0 | 50 | 52 | 53 | 3 | 33 | 55 |
| Binary | 10010010 | 1010111 | 1010100 | 0 | 101000 | 101010 | 101011 | 11 | 11011 | 101101 |
Color Harmonies of #925754
Complementary color
Monochromatic Colors of #925754
Black with #925754
Text Example
Text Example
White with #925754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925754; }
p { color: rgb(146,87,84); }
H1.HeaderClassName
{
color: #925754;
}
.AnyTagClassName
{
color: #925754;
}
</style>
background-color css
<style>
a { background-color: #925754; }
a { background-color: rgb(146,87,84); }
div.DivClassName
{
background-color: #925754;
}
.BgClassName
{
background-color: #925754;
}
</style>
border-color css
<style>
span { border-color: #925754; }
span { border-color: rgb(146,87,84); }
td.TdClassName
{
border-color: #925754;
}
.TagClassName
{
border-color: #925754;
}
</style>