Shades of Old Copper #74553E
Tints of Old Copper #74553E
RGB
CMYK
RGB Variations
Color information
#74553E (or 0x74553E) is known color: Old Copper. HEX triplet: 74, 55 and 3E. RGB value is (116,85,62). Sum of RGB (Red+Green+Blue) = 116+85+62=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74553E is #8BAAC1. Grayscale: #5B5B5B. Windows color (decimal): -9153218 or 4085108. OLE color: 4085108.
HSL color Cylindrical-coordinate representation of color #74553E: hue angle of 25.56º 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 #74553E is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 62 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.55 |
| HSL | 25.56º | 0.3% | 0.35% | - |
| HSV(B) | 25.56º | 0.47% | 0.45% | - |
| XYZ | 11.32 | 10.56 | 6 | - |
| YUV | 91.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 62 | 0 | 0.27 | 0.47 | 0.55 | 25.56 | 0.3 | 0.35 |
| Hex | 74 | 55 | 3E | 0 | 1B | 2F | 37 | 1A | 1E | 23 |
| Octal | 164 | 125 | 76 | 0 | 33 | 57 | 67 | 32 | 36 | 43 |
| Binary | 1110100 | 1010101 | 111110 | 0 | 11011 | 101111 | 110111 | 11010 | 11110 | 100011 |
Color Harmonies of #74553E
Complementary color
Monochromatic Colors of #74553E
Black with #74553E
Text Example
Text Example
White with #74553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74553E; }
p { color: rgb(116,85,62); }
H1.HeaderClassName
{
color: #74553E;
}
.AnyTagClassName
{
color: #74553E;
}
</style>
background-color css
<style>
a { background-color: #74553E; }
a { background-color: rgb(116,85,62); }
div.DivClassName
{
background-color: #74553E;
}
.BgClassName
{
background-color: #74553E;
}
</style>
border-color css
<style>
span { border-color: #74553E; }
span { border-color: rgb(116,85,62); }
td.TdClassName
{
border-color: #74553E;
}
.TagClassName
{
border-color: #74553E;
}
</style>