Shades of Copper Rust #92534B
Tints of Copper Rust #92534B
RGB
CMYK
RGB Variations
Color information
#92534B (or 0x92534B) is known color: Copper Rust. HEX triplet: 92, 53 and 4B. RGB value is (146,83,75). Sum of RGB (Red+Green+Blue) = 146+83+75=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92534B is #6DACB4. Grayscale: #656565. Windows color (decimal): -7187637 or 4936594. OLE color: 4936594.
HSL color Cylindrical-coordinate representation of color #92534B: hue angle of 6.76º degrees, saturation: 0.32, 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 #92534B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 75 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.43 |
| HSL | 6.76º | 0.32% | 0.43% | - |
| HSV(B) | 6.76º | 0.49% | 0.57% | - |
| XYZ | 16.22 | 12.81 | 8.27 | - |
| YUV | 100.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 75 | 0 | 0.43 | 0.49 | 0.43 | 6.76 | 0.32 | 0.43 |
| Hex | 92 | 53 | 4B | 0 | 2B | 31 | 2B | 7 | 20 | 2B |
| Octal | 222 | 123 | 113 | 0 | 53 | 61 | 53 | 7 | 40 | 53 |
| Binary | 10010010 | 1010011 | 1001011 | 0 | 101011 | 110001 | 101011 | 111 | 100000 | 101011 |
Color Harmonies of #92534B
Complementary color
Monochromatic Colors of #92534B
Black with #92534B
Text Example
Text Example
White with #92534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92534B; }
p { color: rgb(146,83,75); }
H1.HeaderClassName
{
color: #92534B;
}
.AnyTagClassName
{
color: #92534B;
}
</style>
background-color css
<style>
a { background-color: #92534B; }
a { background-color: rgb(146,83,75); }
div.DivClassName
{
background-color: #92534B;
}
.BgClassName
{
background-color: #92534B;
}
</style>
border-color css
<style>
span { border-color: #92534B; }
span { border-color: rgb(146,83,75); }
td.TdClassName
{
border-color: #92534B;
}
.TagClassName
{
border-color: #92534B;
}
</style>