Shades of Copper Rust #92534A
Tints of Copper Rust #92534A
RGB
CMYK
RGB Variations
Color information
#92534A (or 0x92534A) is known color: Copper Rust. HEX triplet: 92, 53 and 4A. RGB value is (146,83,74). Sum of RGB (Red+Green+Blue) = 146+83+74=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92534A is #6DACB5. Grayscale: #646464. Windows color (decimal): -7187638 or 4871058. OLE color: 4871058.
HSL color Cylindrical-coordinate representation of color #92534A: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92534A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 74 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.43 |
| HSL | 7.5º | 0.33% | 0.43% | - |
| HSV(B) | 7.5º | 0.49% | 0.57% | - |
| XYZ | 16.18 | 12.79 | 8.09 | - |
| YUV | 100.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 74 | 0 | 0.43 | 0.49 | 0.43 | 7.5 | 0.33 | 0.43 |
| Hex | 92 | 53 | 4A | 0 | 2B | 31 | 2B | 8 | 21 | 2B |
| Octal | 222 | 123 | 112 | 0 | 53 | 61 | 53 | 10 | 41 | 53 |
| Binary | 10010010 | 1010011 | 1001010 | 0 | 101011 | 110001 | 101011 | 1000 | 100001 | 101011 |
Color Harmonies of #92534A
Complementary color
Monochromatic Colors of #92534A
Black with #92534A
Text Example
Text Example
White with #92534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92534A; }
p { color: rgb(146,83,74); }
H1.HeaderClassName
{
color: #92534A;
}
.AnyTagClassName
{
color: #92534A;
}
</style>
background-color css
<style>
a { background-color: #92534A; }
a { background-color: rgb(146,83,74); }
div.DivClassName
{
background-color: #92534A;
}
.BgClassName
{
background-color: #92534A;
}
</style>
border-color css
<style>
span { border-color: #92534A; }
span { border-color: rgb(146,83,74); }
td.TdClassName
{
border-color: #92534A;
}
.TagClassName
{
border-color: #92534A;
}
</style>