Shades of Old Copper #724C3D
Tints of Old Copper #724C3D
RGB
CMYK
RGB Variations
Color information
#724C3D (or 0x724C3D) is known color: Old Copper. HEX triplet: 72, 4C and 3D. RGB value is (114,76,61). Sum of RGB (Red+Green+Blue) = 114+76+61=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C3D is #8DB3C2. Grayscale: #555555. Windows color (decimal): -9286595 or 4017266. OLE color: 4017266.
HSL color Cylindrical-coordinate representation of color #724C3D: hue angle of 16.98º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #724C3D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 61 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.55 |
| HSL | 16.98º | 0.3% | 0.34% | - |
| HSV(B) | 16.98º | 0.46% | 0.45% | - |
| XYZ | 10.37 | 9.08 | 5.62 | - |
| YUV | 85.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 61 | 0 | 0.33 | 0.46 | 0.55 | 16.98 | 0.3 | 0.34 |
| Hex | 72 | 4C | 3D | 0 | 21 | 2E | 37 | 11 | 1E | 22 |
| Octal | 162 | 114 | 75 | 0 | 41 | 56 | 67 | 21 | 36 | 42 |
| Binary | 1110010 | 1001100 | 111101 | 0 | 100001 | 101110 | 110111 | 10001 | 11110 | 100010 |
Color Harmonies of #724C3D
Complementary color
Monochromatic Colors of #724C3D
Black with #724C3D
Text Example
Text Example
White with #724C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C3D; }
p { color: rgb(114,76,61); }
H1.HeaderClassName
{
color: #724C3D;
}
.AnyTagClassName
{
color: #724C3D;
}
</style>
background-color css
<style>
a { background-color: #724C3D; }
a { background-color: rgb(114,76,61); }
div.DivClassName
{
background-color: #724C3D;
}
.BgClassName
{
background-color: #724C3D;
}
</style>
border-color css
<style>
span { border-color: #724C3D; }
span { border-color: rgb(114,76,61); }
td.TdClassName
{
border-color: #724C3D;
}
.TagClassName
{
border-color: #724C3D;
}
</style>