Shades of Copper Rust #925349
Tints of Copper Rust #925349
RGB
CMYK
RGB Variations
Color information
#925349 (or 0x925349) is known color: Copper Rust. HEX triplet: 92, 53 and 49. RGB value is (146,83,73). Sum of RGB (Red+Green+Blue) = 146+83+73=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #925349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925349 is #6DACB6. Grayscale: #646464. Windows color (decimal): -7187639 or 4805522. OLE color: 4805522.
HSL color Cylindrical-coordinate representation of color #925349: hue angle of 8.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925349 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 73 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.43 |
| HSL | 8.22º | 0.33% | 0.43% | - |
| HSV(B) | 8.22º | 0.5% | 0.57% | - |
| XYZ | 16.15 | 12.78 | 7.92 | - |
| YUV | 100.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 73 | 0 | 0.43 | 0.5 | 0.43 | 8.22 | 0.33 | 0.43 |
| Hex | 92 | 53 | 49 | 0 | 2B | 32 | 2B | 8 | 21 | 2B |
| Octal | 222 | 123 | 111 | 0 | 53 | 62 | 53 | 10 | 41 | 53 |
| Binary | 10010010 | 1010011 | 1001001 | 0 | 101011 | 110010 | 101011 | 1000 | 100001 | 101011 |
Color Harmonies of #925349
Complementary color
Monochromatic Colors of #925349
Black with #925349
Text Example
Text Example
White with #925349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925349; }
p { color: rgb(146,83,73); }
H1.HeaderClassName
{
color: #925349;
}
.AnyTagClassName
{
color: #925349;
}
</style>
background-color css
<style>
a { background-color: #925349; }
a { background-color: rgb(146,83,73); }
div.DivClassName
{
background-color: #925349;
}
.BgClassName
{
background-color: #925349;
}
</style>
border-color css
<style>
span { border-color: #925349; }
span { border-color: rgb(146,83,73); }
td.TdClassName
{
border-color: #925349;
}
.TagClassName
{
border-color: #925349;
}
</style>