Shades of Old Copper #785235
Tints of Old Copper #785235
RGB
CMYK
RGB Variations
Color information
#785235 (or 0x785235) is known color: Old Copper. HEX triplet: 78, 52 and 35. RGB value is (120,82,53). Sum of RGB (Red+Green+Blue) = 120+82+53=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #785235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785235 is #87ADCA. Grayscale: #5A5A5A. Windows color (decimal): -8891851 or 3494520. OLE color: 3494520.
HSL color Cylindrical-coordinate representation of color #785235: hue angle of 25.97º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785235 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 53 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.53 |
| HSL | 25.97º | 0.39% | 0.34% | - |
| HSV(B) | 25.97º | 0.56% | 0.47% | - |
| XYZ | 11.41 | 10.28 | 4.75 | - |
| YUV | 90.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 53 | 0 | 0.32 | 0.56 | 0.53 | 25.97 | 0.39 | 0.34 |
| Hex | 78 | 52 | 35 | 0 | 20 | 38 | 35 | 1A | 27 | 22 |
| Octal | 170 | 122 | 65 | 0 | 40 | 70 | 65 | 32 | 47 | 42 |
| Binary | 1111000 | 1010010 | 110101 | 0 | 100000 | 111000 | 110101 | 11010 | 100111 | 100010 |
Color Harmonies of #785235
Complementary color
Monochromatic Colors of #785235
Black with #785235
Text Example
Text Example
White with #785235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785235; }
p { color: rgb(120,82,53); }
H1.HeaderClassName
{
color: #785235;
}
.AnyTagClassName
{
color: #785235;
}
</style>
background-color css
<style>
a { background-color: #785235; }
a { background-color: rgb(120,82,53); }
div.DivClassName
{
background-color: #785235;
}
.BgClassName
{
background-color: #785235;
}
</style>
border-color css
<style>
span { border-color: #785235; }
span { border-color: rgb(120,82,53); }
td.TdClassName
{
border-color: #785235;
}
.TagClassName
{
border-color: #785235;
}
</style>