Shades of Copper Rust #935652
Tints of Copper Rust #935652
RGB
CMYK
RGB Variations
Color information
#935652 (or 0x935652) is known color: Copper Rust. HEX triplet: 93, 56 and 52. RGB value is (147,86,82). Sum of RGB (Red+Green+Blue) = 147+86+82=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #935652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935652 is #6CA9AD. Grayscale: #676767. Windows color (decimal): -7121326 or 5396115. OLE color: 5396115.
HSL color Cylindrical-coordinate representation of color #935652: hue angle of 3.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935652 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 82 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.42 |
| HSL | 3.69º | 0.28% | 0.45% | - |
| HSV(B) | 3.69º | 0.44% | 0.58% | - |
| XYZ | 16.88 | 13.47 | 9.69 | - |
| YUV | 103.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 82 | 0 | 0.41 | 0.44 | 0.42 | 3.69 | 0.28 | 0.45 |
| Hex | 93 | 56 | 52 | 0 | 29 | 2C | 2A | 4 | 1C | 2D |
| Octal | 223 | 126 | 122 | 0 | 51 | 54 | 52 | 4 | 34 | 55 |
| Binary | 10010011 | 1010110 | 1010010 | 0 | 101001 | 101100 | 101010 | 100 | 11100 | 101101 |
Color Harmonies of #935652
Complementary color
Monochromatic Colors of #935652
Black with #935652
Text Example
Text Example
White with #935652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935652; }
p { color: rgb(147,86,82); }
H1.HeaderClassName
{
color: #935652;
}
.AnyTagClassName
{
color: #935652;
}
</style>
background-color css
<style>
a { background-color: #935652; }
a { background-color: rgb(147,86,82); }
div.DivClassName
{
background-color: #935652;
}
.BgClassName
{
background-color: #935652;
}
</style>
border-color css
<style>
span { border-color: #935652; }
span { border-color: rgb(147,86,82); }
td.TdClassName
{
border-color: #935652;
}
.TagClassName
{
border-color: #935652;
}
</style>