Shades of Old Copper #734D3D
Tints of Old Copper #734D3D
RGB
CMYK
RGB Variations
Color information
#734D3D (or 0x734D3D) is known color: Old Copper. HEX triplet: 73, 4D and 3D. RGB value is (115,77,61). Sum of RGB (Red+Green+Blue) = 115+77+61=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #734D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D3D is #8CB2C2. Grayscale: #565656. Windows color (decimal): -9220803 or 4017523. OLE color: 4017523.
HSL color Cylindrical-coordinate representation of color #734D3D: hue angle of 17.78º degrees, saturation: 0.31, 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 #734D3D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 61 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.55 |
| HSL | 17.78º | 0.31% | 0.35% | - |
| HSV(B) | 17.78º | 0.47% | 0.45% | - |
| XYZ | 10.57 | 9.29 | 5.65 | - |
| YUV | 86.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 61 | 0 | 0.33 | 0.47 | 0.55 | 17.78 | 0.31 | 0.35 |
| Hex | 73 | 4D | 3D | 0 | 21 | 2F | 37 | 12 | 1F | 23 |
| Octal | 163 | 115 | 75 | 0 | 41 | 57 | 67 | 22 | 37 | 43 |
| Binary | 1110011 | 1001101 | 111101 | 0 | 100001 | 101111 | 110111 | 10010 | 11111 | 100011 |
Color Harmonies of #734D3D
Complementary color
Monochromatic Colors of #734D3D
Black with #734D3D
Text Example
Text Example
White with #734D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D3D; }
p { color: rgb(115,77,61); }
H1.HeaderClassName
{
color: #734D3D;
}
.AnyTagClassName
{
color: #734D3D;
}
</style>
background-color css
<style>
a { background-color: #734D3D; }
a { background-color: rgb(115,77,61); }
div.DivClassName
{
background-color: #734D3D;
}
.BgClassName
{
background-color: #734D3D;
}
</style>
border-color css
<style>
span { border-color: #734D3D; }
span { border-color: rgb(115,77,61); }
td.TdClassName
{
border-color: #734D3D;
}
.TagClassName
{
border-color: #734D3D;
}
</style>