Shades of Copper Rust #935748
Tints of Copper Rust #935748
RGB
CMYK
RGB Variations
Color information
#935748 (or 0x935748) is known color: Copper Rust. HEX triplet: 93, 57 and 48. RGB value is (147,87,72). Sum of RGB (Red+Green+Blue) = 147+87+72=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #935748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935748 is #6CA8B7. Grayscale: #676767. Windows color (decimal): -7121080 or 4741011. OLE color: 4741011.
HSL color Cylindrical-coordinate representation of color #935748: hue angle of 12º 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 #935748 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 72 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.42 |
| HSL | 12º | 0.34% | 0.43% | - |
| HSV(B) | 12º | 0.51% | 0.58% | - |
| XYZ | 16.61 | 13.49 | 7.86 | - |
| YUV | 103.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 72 | 0 | 0.41 | 0.51 | 0.42 | 12 | 0.34 | 0.43 |
| Hex | 93 | 57 | 48 | 0 | 29 | 33 | 2A | C | 22 | 2B |
| Octal | 223 | 127 | 110 | 0 | 51 | 63 | 52 | 14 | 42 | 53 |
| Binary | 10010011 | 1010111 | 1001000 | 0 | 101001 | 110011 | 101010 | 1100 | 100010 | 101011 |
Color Harmonies of #935748
Complementary color
Monochromatic Colors of #935748
Black with #935748
Text Example
Text Example
White with #935748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935748; }
p { color: rgb(147,87,72); }
H1.HeaderClassName
{
color: #935748;
}
.AnyTagClassName
{
color: #935748;
}
</style>
background-color css
<style>
a { background-color: #935748; }
a { background-color: rgb(147,87,72); }
div.DivClassName
{
background-color: #935748;
}
.BgClassName
{
background-color: #935748;
}
</style>
border-color css
<style>
span { border-color: #935748; }
span { border-color: rgb(147,87,72); }
td.TdClassName
{
border-color: #935748;
}
.TagClassName
{
border-color: #935748;
}
</style>