Shades of Copper Rust #935348
Tints of Copper Rust #935348
RGB
CMYK
RGB Variations
Color information
#935348 (or 0x935348) is known color: Copper Rust. HEX triplet: 93, 53 and 48. RGB value is (147,83,72). Sum of RGB (Red+Green+Blue) = 147+83+72=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #935348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935348 is #6CACB7. Grayscale: #646464. Windows color (decimal): -7122104 or 4739987. OLE color: 4739987.
HSL color Cylindrical-coordinate representation of color #935348: hue angle of 8.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935348 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 72 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.42 |
| HSL | 8.8º | 0.34% | 0.43% | - |
| HSV(B) | 8.8º | 0.51% | 0.58% | - |
| XYZ | 16.3 | 12.86 | 7.75 | - |
| YUV | 100.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 72 | 0 | 0.44 | 0.51 | 0.42 | 8.8 | 0.34 | 0.43 |
| Hex | 93 | 53 | 48 | 0 | 2C | 33 | 2A | 9 | 22 | 2B |
| Octal | 223 | 123 | 110 | 0 | 54 | 63 | 52 | 11 | 42 | 53 |
| Binary | 10010011 | 1010011 | 1001000 | 0 | 101100 | 110011 | 101010 | 1001 | 100010 | 101011 |
Color Harmonies of #935348
Complementary color
Monochromatic Colors of #935348
Black with #935348
Text Example
Text Example
White with #935348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935348; }
p { color: rgb(147,83,72); }
H1.HeaderClassName
{
color: #935348;
}
.AnyTagClassName
{
color: #935348;
}
</style>
background-color css
<style>
a { background-color: #935348; }
a { background-color: rgb(147,83,72); }
div.DivClassName
{
background-color: #935348;
}
.BgClassName
{
background-color: #935348;
}
</style>
border-color css
<style>
span { border-color: #935348; }
span { border-color: rgb(147,83,72); }
td.TdClassName
{
border-color: #935348;
}
.TagClassName
{
border-color: #935348;
}
</style>