Shades of Copper Rust #925553
Tints of Copper Rust #925553
RGB
CMYK
RGB Variations
Color information
#925553 (or 0x925553) is known color: Copper Rust. HEX triplet: 92, 55 and 53. RGB value is (146,85,83). Sum of RGB (Red+Green+Blue) = 146+85+83=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #925553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925553 is #6DAAAC. Grayscale: #676767. Windows color (decimal): -7187117 or 5461394. OLE color: 5461394.
HSL color Cylindrical-coordinate representation of color #925553: hue angle of 1.9º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #925553 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 83 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.43 |
| HSL | 1.9º | 0.28% | 0.45% | - |
| HSV(B) | 1.9º | 0.43% | 0.57% | - |
| XYZ | 16.66 | 13.23 | 9.86 | - |
| YUV | 103.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 83 | 0 | 0.42 | 0.43 | 0.43 | 1.9 | 0.28 | 0.45 |
| Hex | 92 | 55 | 53 | 0 | 2A | 2B | 2B | 2 | 1C | 2D |
| Octal | 222 | 125 | 123 | 0 | 52 | 53 | 53 | 2 | 34 | 55 |
| Binary | 10010010 | 1010101 | 1010011 | 0 | 101010 | 101011 | 101011 | 10 | 11100 | 101101 |
Color Harmonies of #925553
Complementary color
Monochromatic Colors of #925553
Black with #925553
Text Example
Text Example
White with #925553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925553; }
p { color: rgb(146,85,83); }
H1.HeaderClassName
{
color: #925553;
}
.AnyTagClassName
{
color: #925553;
}
</style>
background-color css
<style>
a { background-color: #925553; }
a { background-color: rgb(146,85,83); }
div.DivClassName
{
background-color: #925553;
}
.BgClassName
{
background-color: #925553;
}
</style>
border-color css
<style>
span { border-color: #925553; }
span { border-color: rgb(146,85,83); }
td.TdClassName
{
border-color: #925553;
}
.TagClassName
{
border-color: #925553;
}
</style>