Shades of Metallic Copper #723F32
Tints of Metallic Copper #723F32
RGB
CMYK
RGB Variations
Color information
#723F32 (or 0x723F32) is known color: Metallic Copper. HEX triplet: 72, 3F and 32. RGB value is (114,63,50). Sum of RGB (Red+Green+Blue) = 114+63+50=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #723F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F32 is #8DC0CD. Grayscale: #4C4C4C. Windows color (decimal): -9289934 or 3293042. OLE color: 3293042.
HSL color Cylindrical-coordinate representation of color #723F32: hue angle of 12.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723F32 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 50 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.55 |
| HSL | 12.19º | 0.39% | 0.32% | - |
| HSV(B) | 12.19º | 0.56% | 0.45% | - |
| XYZ | 9.29 | 7.36 | 3.95 | - |
| YUV | 76.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 50 | 0 | 0.45 | 0.56 | 0.55 | 12.19 | 0.39 | 0.32 |
| Hex | 72 | 3F | 32 | 0 | 2D | 38 | 37 | C | 27 | 20 |
| Octal | 162 | 77 | 62 | 0 | 55 | 70 | 67 | 14 | 47 | 40 |
| Binary | 1110010 | 111111 | 110010 | 0 | 101101 | 111000 | 110111 | 1100 | 100111 | 100000 |
Color Harmonies of #723F32
Complementary color
Monochromatic Colors of #723F32
Black with #723F32
Text Example
Text Example
White with #723F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F32; }
p { color: rgb(114,63,50); }
H1.HeaderClassName
{
color: #723F32;
}
.AnyTagClassName
{
color: #723F32;
}
</style>
background-color css
<style>
a { background-color: #723F32; }
a { background-color: rgb(114,63,50); }
div.DivClassName
{
background-color: #723F32;
}
.BgClassName
{
background-color: #723F32;
}
</style>
border-color css
<style>
span { border-color: #723F32; }
span { border-color: rgb(114,63,50); }
td.TdClassName
{
border-color: #723F32;
}
.TagClassName
{
border-color: #723F32;
}
</style>