Shades of Old Copper #745135
Tints of Old Copper #745135
RGB
CMYK
RGB Variations
Color information
#745135 (or 0x745135) is known color: Old Copper. HEX triplet: 74, 51 and 35. RGB value is (116,81,53). Sum of RGB (Red+Green+Blue) = 116+81+53=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745135 is #8BAECA. Grayscale: #585858. Windows color (decimal): -9154251 or 3494260. OLE color: 3494260.
HSL color Cylindrical-coordinate representation of color #745135: hue angle of 26.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745135 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 53 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.55 |
| HSL | 26.67º | 0.37% | 0.33% | - |
| HSV(B) | 26.67º | 0.54% | 0.45% | - |
| XYZ | 10.79 | 9.85 | 4.7 | - |
| YUV | 88.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 53 | 0 | 0.30 | 0.54 | 0.55 | 26.67 | 0.37 | 0.33 |
| Hex | 74 | 51 | 35 | 0 | 1E | 36 | 37 | 1B | 25 | 21 |
| Octal | 164 | 121 | 65 | 0 | 36 | 66 | 67 | 33 | 45 | 41 |
| Binary | 1110100 | 1010001 | 110101 | 0 | 11110 | 110110 | 110111 | 11011 | 100101 | 100001 |
Color Harmonies of #745135
Complementary color
Monochromatic Colors of #745135
Black with #745135
Text Example
Text Example
White with #745135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745135; }
p { color: rgb(116,81,53); }
H1.HeaderClassName
{
color: #745135;
}
.AnyTagClassName
{
color: #745135;
}
</style>
background-color css
<style>
a { background-color: #745135; }
a { background-color: rgb(116,81,53); }
div.DivClassName
{
background-color: #745135;
}
.BgClassName
{
background-color: #745135;
}
</style>
border-color css
<style>
span { border-color: #745135; }
span { border-color: rgb(116,81,53); }
td.TdClassName
{
border-color: #745135;
}
.TagClassName
{
border-color: #745135;
}
</style>