Shades of Old Copper #74503E
Tints of Old Copper #74503E
RGB
CMYK
RGB Variations
Color information
#74503E (or 0x74503E) is known color: Old Copper. HEX triplet: 74, 50 and 3E. RGB value is (116,80,62). Sum of RGB (Red+Green+Blue) = 116+80+62=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74503E is #8BAFC1. Grayscale: #585858. Windows color (decimal): -9154498 or 4083828. OLE color: 4083828.
HSL color Cylindrical-coordinate representation of color #74503E: hue angle of 20º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74503E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 62 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.55 |
| HSL | 20º | 0.3% | 0.35% | - |
| HSV(B) | 20º | 0.47% | 0.45% | - |
| XYZ | 10.94 | 9.8 | 5.87 | - |
| YUV | 88.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 62 | 0 | 0.31 | 0.47 | 0.55 | 20 | 0.3 | 0.35 |
| Hex | 74 | 50 | 3E | 0 | 1F | 2F | 37 | 14 | 1E | 23 |
| Octal | 164 | 120 | 76 | 0 | 37 | 57 | 67 | 24 | 36 | 43 |
| Binary | 1110100 | 1010000 | 111110 | 0 | 11111 | 101111 | 110111 | 10100 | 11110 | 100011 |
Color Harmonies of #74503E
Complementary color
Monochromatic Colors of #74503E
Black with #74503E
Text Example
Text Example
White with #74503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74503E; }
p { color: rgb(116,80,62); }
H1.HeaderClassName
{
color: #74503E;
}
.AnyTagClassName
{
color: #74503E;
}
</style>
background-color css
<style>
a { background-color: #74503E; }
a { background-color: rgb(116,80,62); }
div.DivClassName
{
background-color: #74503E;
}
.BgClassName
{
background-color: #74503E;
}
</style>
border-color css
<style>
span { border-color: #74503E; }
span { border-color: rgb(116,80,62); }
td.TdClassName
{
border-color: #74503E;
}
.TagClassName
{
border-color: #74503E;
}
</style>