Shades of Copper Rust #92534F
Tints of Copper Rust #92534F
RGB
CMYK
RGB Variations
Color information
#92534F (or 0x92534F) is known color: Copper Rust. HEX triplet: 92, 53 and 4F. RGB value is (146,83,79). Sum of RGB (Red+Green+Blue) = 146+83+79=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92534F is #6DACB0. Grayscale: #656565. Windows color (decimal): -7187633 or 5198738. OLE color: 5198738.
HSL color Cylindrical-coordinate representation of color #92534F: hue angle of 3.58º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92534F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 79 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.43 |
| HSL | 3.58º | 0.3% | 0.44% | - |
| HSV(B) | 3.58º | 0.46% | 0.57% | - |
| XYZ | 16.36 | 12.86 | 9.02 | - |
| YUV | 101.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 79 | 0 | 0.43 | 0.46 | 0.43 | 3.58 | 0.3 | 0.44 |
| Hex | 92 | 53 | 4F | 0 | 2B | 2E | 2B | 4 | 1E | 2C |
| Octal | 222 | 123 | 117 | 0 | 53 | 56 | 53 | 4 | 36 | 54 |
| Binary | 10010010 | 1010011 | 1001111 | 0 | 101011 | 101110 | 101011 | 100 | 11110 | 101100 |
Color Harmonies of #92534F
Complementary color
Monochromatic Colors of #92534F
Black with #92534F
Text Example
Text Example
White with #92534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92534F; }
p { color: rgb(146,83,79); }
H1.HeaderClassName
{
color: #92534F;
}
.AnyTagClassName
{
color: #92534F;
}
</style>
background-color css
<style>
a { background-color: #92534F; }
a { background-color: rgb(146,83,79); }
div.DivClassName
{
background-color: #92534F;
}
.BgClassName
{
background-color: #92534F;
}
</style>
border-color css
<style>
span { border-color: #92534F; }
span { border-color: rgb(146,83,79); }
td.TdClassName
{
border-color: #92534F;
}
.TagClassName
{
border-color: #92534F;
}
</style>