Shades of Old Copper #734F3D
Tints of Old Copper #734F3D
RGB
CMYK
RGB Variations
Color information
#734F3D (or 0x734F3D) is known color: Old Copper. HEX triplet: 73, 4F and 3D. RGB value is (115,79,61). Sum of RGB (Red+Green+Blue) = 115+79+61=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F3D is #8CB0C2. Grayscale: #575757. Windows color (decimal): -9220291 or 4018035. OLE color: 4018035.
HSL color Cylindrical-coordinate representation of color #734F3D: hue angle of 20º 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 #734F3D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 61 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.55 |
| HSL | 20º | 0.31% | 0.35% | - |
| HSV(B) | 20º | 0.47% | 0.45% | - |
| XYZ | 10.71 | 9.57 | 5.7 | - |
| YUV | 87.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 61 | 0 | 0.31 | 0.47 | 0.55 | 20 | 0.31 | 0.35 |
| Hex | 73 | 4F | 3D | 0 | 1F | 2F | 37 | 14 | 1F | 23 |
| Octal | 163 | 117 | 75 | 0 | 37 | 57 | 67 | 24 | 37 | 43 |
| Binary | 1110011 | 1001111 | 111101 | 0 | 11111 | 101111 | 110111 | 10100 | 11111 | 100011 |
Color Harmonies of #734F3D
Complementary color
Monochromatic Colors of #734F3D
Black with #734F3D
Text Example
Text Example
White with #734F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F3D; }
p { color: rgb(115,79,61); }
H1.HeaderClassName
{
color: #734F3D;
}
.AnyTagClassName
{
color: #734F3D;
}
</style>
background-color css
<style>
a { background-color: #734F3D; }
a { background-color: rgb(115,79,61); }
div.DivClassName
{
background-color: #734F3D;
}
.BgClassName
{
background-color: #734F3D;
}
</style>
border-color css
<style>
span { border-color: #734F3D; }
span { border-color: rgb(115,79,61); }
td.TdClassName
{
border-color: #734F3D;
}
.TagClassName
{
border-color: #734F3D;
}
</style>