Shades of Old Copper #74503F
Tints of Old Copper #74503F
RGB
CMYK
RGB Variations
Color information
#74503F (or 0x74503F) is known color: Old Copper. HEX triplet: 74, 50 and 3F. RGB value is (116,80,63). Sum of RGB (Red+Green+Blue) = 116+80+63=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74503F is #8BAFC0. Grayscale: #585858. Windows color (decimal): -9154497 or 4149364. OLE color: 4149364.
HSL color Cylindrical-coordinate representation of color #74503F: hue angle of 19.25º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74503F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 63 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.55 |
| HSL | 19.25º | 0.3% | 0.35% | - |
| HSV(B) | 19.25º | 0.46% | 0.45% | - |
| XYZ | 10.97 | 9.81 | 6.02 | - |
| YUV | 88.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 63 | 0 | 0.31 | 0.46 | 0.55 | 19.25 | 0.3 | 0.35 |
| Hex | 74 | 50 | 3F | 0 | 1F | 2E | 37 | 13 | 1E | 23 |
| Octal | 164 | 120 | 77 | 0 | 37 | 56 | 67 | 23 | 36 | 43 |
| Binary | 1110100 | 1010000 | 111111 | 0 | 11111 | 101110 | 110111 | 10011 | 11110 | 100011 |
Color Harmonies of #74503F
Complementary color
Monochromatic Colors of #74503F
Black with #74503F
Text Example
Text Example
White with #74503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74503F; }
p { color: rgb(116,80,63); }
H1.HeaderClassName
{
color: #74503F;
}
.AnyTagClassName
{
color: #74503F;
}
</style>
background-color css
<style>
a { background-color: #74503F; }
a { background-color: rgb(116,80,63); }
div.DivClassName
{
background-color: #74503F;
}
.BgClassName
{
background-color: #74503F;
}
</style>
border-color css
<style>
span { border-color: #74503F; }
span { border-color: rgb(116,80,63); }
td.TdClassName
{
border-color: #74503F;
}
.TagClassName
{
border-color: #74503F;
}
</style>