Shades of Old Copper #74513C
Tints of Old Copper #74513C
RGB
CMYK
RGB Variations
Color information
#74513C (or 0x74513C) is known color: Old Copper. HEX triplet: 74, 51 and 3C. RGB value is (116,81,60). Sum of RGB (Red+Green+Blue) = 116+81+60=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74513C is #8BAEC3. Grayscale: #595959. Windows color (decimal): -9154244 or 3953012. OLE color: 3953012.
HSL color Cylindrical-coordinate representation of color #74513C: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74513C is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 60 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.55 |
| HSL | 22.5º | 0.32% | 0.35% | - |
| HSV(B) | 22.5º | 0.48% | 0.45% | - |
| XYZ | 10.96 | 9.92 | 5.61 | - |
| YUV | 89.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 60 | 0 | 0.30 | 0.48 | 0.55 | 22.5 | 0.32 | 0.35 |
| Hex | 74 | 51 | 3C | 0 | 1E | 30 | 37 | 16 | 20 | 23 |
| Octal | 164 | 121 | 74 | 0 | 36 | 60 | 67 | 26 | 40 | 43 |
| Binary | 1110100 | 1010001 | 111100 | 0 | 11110 | 110000 | 110111 | 10110 | 100000 | 100011 |
Color Harmonies of #74513C
Complementary color
Monochromatic Colors of #74513C
Black with #74513C
Text Example
Text Example
White with #74513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74513C; }
p { color: rgb(116,81,60); }
H1.HeaderClassName
{
color: #74513C;
}
.AnyTagClassName
{
color: #74513C;
}
</style>
background-color css
<style>
a { background-color: #74513C; }
a { background-color: rgb(116,81,60); }
div.DivClassName
{
background-color: #74513C;
}
.BgClassName
{
background-color: #74513C;
}
</style>
border-color css
<style>
span { border-color: #74513C; }
span { border-color: rgb(116,81,60); }
td.TdClassName
{
border-color: #74513C;
}
.TagClassName
{
border-color: #74513C;
}
</style>