Shades of Old Copper #74533C
Tints of Old Copper #74533C
RGB
CMYK
RGB Variations
Color information
#74533C (or 0x74533C) is known color: Old Copper. HEX triplet: 74, 53 and 3C. RGB value is (116,83,60). Sum of RGB (Red+Green+Blue) = 116+83+60=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74533C is #8BACC3. Grayscale: #5A5A5A. Windows color (decimal): -9153732 or 3953524. OLE color: 3953524.
HSL color Cylindrical-coordinate representation of color #74533C: hue angle of 24.64º 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 #74533C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 60 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.55 |
| HSL | 24.64º | 0.32% | 0.35% | - |
| HSV(B) | 24.64º | 0.48% | 0.45% | - |
| XYZ | 11.11 | 10.23 | 5.66 | - |
| YUV | 90.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 60 | 0 | 0.28 | 0.48 | 0.55 | 24.64 | 0.32 | 0.35 |
| Hex | 74 | 53 | 3C | 0 | 1C | 30 | 37 | 19 | 20 | 23 |
| Octal | 164 | 123 | 74 | 0 | 34 | 60 | 67 | 31 | 40 | 43 |
| Binary | 1110100 | 1010011 | 111100 | 0 | 11100 | 110000 | 110111 | 11001 | 100000 | 100011 |
Color Harmonies of #74533C
Complementary color
Monochromatic Colors of #74533C
Black with #74533C
Text Example
Text Example
White with #74533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74533C; }
p { color: rgb(116,83,60); }
H1.HeaderClassName
{
color: #74533C;
}
.AnyTagClassName
{
color: #74533C;
}
</style>
background-color css
<style>
a { background-color: #74533C; }
a { background-color: rgb(116,83,60); }
div.DivClassName
{
background-color: #74533C;
}
.BgClassName
{
background-color: #74533C;
}
</style>
border-color css
<style>
span { border-color: #74533C; }
span { border-color: rgb(116,83,60); }
td.TdClassName
{
border-color: #74533C;
}
.TagClassName
{
border-color: #74533C;
}
</style>