Shades of Copper Rust #92534E
Tints of Copper Rust #92534E
RGB
CMYK
RGB Variations
Color information
#92534E (or 0x92534E) is known color: Copper Rust. HEX triplet: 92, 53 and 4E. RGB value is (146,83,78). Sum of RGB (Red+Green+Blue) = 146+83+78=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92534E is #6DACB1. Grayscale: #656565. Windows color (decimal): -7187634 or 5133202. OLE color: 5133202.
HSL color Cylindrical-coordinate representation of color #92534E: hue angle of 4.41º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92534E is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 78 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.43 |
| HSL | 4.41º | 0.3% | 0.44% | - |
| HSV(B) | 4.41º | 0.47% | 0.57% | - |
| XYZ | 16.32 | 12.85 | 8.83 | - |
| YUV | 101.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 78 | 0 | 0.43 | 0.47 | 0.43 | 4.41 | 0.3 | 0.44 |
| Hex | 92 | 53 | 4E | 0 | 2B | 2F | 2B | 4 | 1E | 2C |
| Octal | 222 | 123 | 116 | 0 | 53 | 57 | 53 | 4 | 36 | 54 |
| Binary | 10010010 | 1010011 | 1001110 | 0 | 101011 | 101111 | 101011 | 100 | 11110 | 101100 |
Color Harmonies of #92534E
Complementary color
Monochromatic Colors of #92534E
Black with #92534E
Text Example
Text Example
White with #92534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92534E; }
p { color: rgb(146,83,78); }
H1.HeaderClassName
{
color: #92534E;
}
.AnyTagClassName
{
color: #92534E;
}
</style>
background-color css
<style>
a { background-color: #92534E; }
a { background-color: rgb(146,83,78); }
div.DivClassName
{
background-color: #92534E;
}
.BgClassName
{
background-color: #92534E;
}
</style>
border-color css
<style>
span { border-color: #92534E; }
span { border-color: rgb(146,83,78); }
td.TdClassName
{
border-color: #92534E;
}
.TagClassName
{
border-color: #92534E;
}
</style>