Shades of Metallic Copper #724134
Tints of Metallic Copper #724134
RGB
CMYK
RGB Variations
Color information
#724134 (or 0x724134) is known color: Metallic Copper. HEX triplet: 72, 41 and 34. RGB value is (114,65,52). Sum of RGB (Red+Green+Blue) = 114+65+52=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #724134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724134 is #8DBECB. Grayscale: #4E4E4E. Windows color (decimal): -9289420 or 3424626. OLE color: 3424626.
HSL color Cylindrical-coordinate representation of color #724134: hue angle of 12.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724134 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 52 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.55 |
| HSL | 12.58º | 0.37% | 0.33% | - |
| HSV(B) | 12.58º | 0.54% | 0.45% | - |
| XYZ | 9.45 | 7.61 | 4.22 | - |
| YUV | 78.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 52 | 0 | 0.43 | 0.54 | 0.55 | 12.58 | 0.37 | 0.33 |
| Hex | 72 | 41 | 34 | 0 | 2B | 36 | 37 | D | 25 | 21 |
| Octal | 162 | 101 | 64 | 0 | 53 | 66 | 67 | 15 | 45 | 41 |
| Binary | 1110010 | 1000001 | 110100 | 0 | 101011 | 110110 | 110111 | 1101 | 100101 | 100001 |
Color Harmonies of #724134
Complementary color
Monochromatic Colors of #724134
Black with #724134
Text Example
Text Example
White with #724134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724134; }
p { color: rgb(114,65,52); }
H1.HeaderClassName
{
color: #724134;
}
.AnyTagClassName
{
color: #724134;
}
</style>
background-color css
<style>
a { background-color: #724134; }
a { background-color: rgb(114,65,52); }
div.DivClassName
{
background-color: #724134;
}
.BgClassName
{
background-color: #724134;
}
</style>
border-color css
<style>
span { border-color: #724134; }
span { border-color: rgb(114,65,52); }
td.TdClassName
{
border-color: #724134;
}
.TagClassName
{
border-color: #724134;
}
</style>