Shades of Metallic Copper #724137
Tints of Metallic Copper #724137
RGB
CMYK
RGB Variations
Color information
#724137 (or 0x724137) is known color: Metallic Copper. HEX triplet: 72, 41 and 37. RGB value is (114,65,55). Sum of RGB (Red+Green+Blue) = 114+65+55=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724137 is #8DBEC8. Grayscale: #4E4E4E. Windows color (decimal): -9289417 or 3621234. OLE color: 3621234.
HSL color Cylindrical-coordinate representation of color #724137: hue angle of 10.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724137 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 55 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.55 |
| HSL | 10.17º | 0.35% | 0.33% | - |
| HSV(B) | 10.17º | 0.52% | 0.45% | - |
| XYZ | 9.52 | 7.63 | 4.59 | - |
| YUV | 78.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 55 | 0 | 0.43 | 0.52 | 0.55 | 10.17 | 0.35 | 0.33 |
| Hex | 72 | 41 | 37 | 0 | 2B | 34 | 37 | A | 23 | 21 |
| Octal | 162 | 101 | 67 | 0 | 53 | 64 | 67 | 12 | 43 | 41 |
| Binary | 1110010 | 1000001 | 110111 | 0 | 101011 | 110100 | 110111 | 1010 | 100011 | 100001 |
Color Harmonies of #724137
Complementary color
Monochromatic Colors of #724137
Black with #724137
Text Example
Text Example
White with #724137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724137; }
p { color: rgb(114,65,55); }
H1.HeaderClassName
{
color: #724137;
}
.AnyTagClassName
{
color: #724137;
}
</style>
background-color css
<style>
a { background-color: #724137; }
a { background-color: rgb(114,65,55); }
div.DivClassName
{
background-color: #724137;
}
.BgClassName
{
background-color: #724137;
}
</style>
border-color css
<style>
span { border-color: #724137; }
span { border-color: rgb(114,65,55); }
td.TdClassName
{
border-color: #724137;
}
.TagClassName
{
border-color: #724137;
}
</style>