Shades of Old Copper #74503B
Tints of Old Copper #74503B
RGB
CMYK
RGB Variations
Color information
#74503B (or 0x74503B) is known color: Old Copper. HEX triplet: 74, 50 and 3B. RGB value is (116,80,59). Sum of RGB (Red+Green+Blue) = 116+80+59=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #74503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74503B is #8BAFC4. Grayscale: #585858. Windows color (decimal): -9154501 or 3887220. OLE color: 3887220.
HSL color Cylindrical-coordinate representation of color #74503B: hue angle of 22.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74503B is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 59 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.55 |
| HSL | 22.11º | 0.33% | 0.34% | - |
| HSV(B) | 22.11º | 0.49% | 0.45% | - |
| XYZ | 10.86 | 9.77 | 5.45 | - |
| YUV | 88.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 59 | 0 | 0.31 | 0.49 | 0.55 | 22.11 | 0.33 | 0.34 |
| Hex | 74 | 50 | 3B | 0 | 1F | 31 | 37 | 16 | 21 | 22 |
| Octal | 164 | 120 | 73 | 0 | 37 | 61 | 67 | 26 | 41 | 42 |
| Binary | 1110100 | 1010000 | 111011 | 0 | 11111 | 110001 | 110111 | 10110 | 100001 | 100010 |
Color Harmonies of #74503B
Complementary color
Monochromatic Colors of #74503B
Black with #74503B
Text Example
Text Example
White with #74503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74503B; }
p { color: rgb(116,80,59); }
H1.HeaderClassName
{
color: #74503B;
}
.AnyTagClassName
{
color: #74503B;
}
</style>
background-color css
<style>
a { background-color: #74503B; }
a { background-color: rgb(116,80,59); }
div.DivClassName
{
background-color: #74503B;
}
.BgClassName
{
background-color: #74503B;
}
</style>
border-color css
<style>
span { border-color: #74503B; }
span { border-color: rgb(116,80,59); }
td.TdClassName
{
border-color: #74503B;
}
.TagClassName
{
border-color: #74503B;
}
</style>