Shades of Metallic Copper #723E36
Tints of Metallic Copper #723E36
RGB
CMYK
RGB Variations
Color information
#723E36 (or 0x723E36) is known color: Metallic Copper. HEX triplet: 72, 3E and 36. RGB value is (114,62,54). Sum of RGB (Red+Green+Blue) = 114+62+54=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #723E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723E36 is #8DC1C9. Grayscale: #4C4C4C. Windows color (decimal): -9290186 or 3554930. OLE color: 3554930.
HSL color Cylindrical-coordinate representation of color #723E36: hue angle of 8º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #723E36 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 54 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.55 |
| HSL | 8º | 0.36% | 0.33% | - |
| HSV(B) | 8º | 0.53% | 0.45% | - |
| XYZ | 9.33 | 7.29 | 4.41 | - |
| YUV | 76.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 54 | 0 | 0.46 | 0.53 | 0.55 | 8 | 0.36 | 0.33 |
| Hex | 72 | 3E | 36 | 0 | 2E | 35 | 37 | 8 | 24 | 21 |
| Octal | 162 | 76 | 66 | 0 | 56 | 65 | 67 | 10 | 44 | 41 |
| Binary | 1110010 | 111110 | 110110 | 0 | 101110 | 110101 | 110111 | 1000 | 100100 | 100001 |
Color Harmonies of #723E36
Complementary color
Monochromatic Colors of #723E36
Black with #723E36
Text Example
Text Example
White with #723E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E36; }
p { color: rgb(114,62,54); }
H1.HeaderClassName
{
color: #723E36;
}
.AnyTagClassName
{
color: #723E36;
}
</style>
background-color css
<style>
a { background-color: #723E36; }
a { background-color: rgb(114,62,54); }
div.DivClassName
{
background-color: #723E36;
}
.BgClassName
{
background-color: #723E36;
}
</style>
border-color css
<style>
span { border-color: #723E36; }
span { border-color: rgb(114,62,54); }
td.TdClassName
{
border-color: #723E36;
}
.TagClassName
{
border-color: #723E36;
}
</style>