Shades of Metallic Copper #723D32
Tints of Metallic Copper #723D32
RGB
CMYK
RGB Variations
Color information
#723D32 (or 0x723D32) is known color: Metallic Copper. HEX triplet: 72, 3D and 32. RGB value is (114,61,50). Sum of RGB (Red+Green+Blue) = 114+61+50=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #723D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D32 is #8DC2CD. Grayscale: #4B4B4B. Windows color (decimal): -9290446 or 3292530. OLE color: 3292530.
HSL color Cylindrical-coordinate representation of color #723D32: hue angle of 10.31º 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 #723D32 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 50 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.55 |
| HSL | 10.31º | 0.39% | 0.32% | - |
| HSV(B) | 10.31º | 0.56% | 0.45% | - |
| XYZ | 9.18 | 7.15 | 3.91 | - |
| YUV | 75.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 50 | 0 | 0.46 | 0.56 | 0.55 | 10.31 | 0.39 | 0.32 |
| Hex | 72 | 3D | 32 | 0 | 2E | 38 | 37 | A | 27 | 20 |
| Octal | 162 | 75 | 62 | 0 | 56 | 70 | 67 | 12 | 47 | 40 |
| Binary | 1110010 | 111101 | 110010 | 0 | 101110 | 111000 | 110111 | 1010 | 100111 | 100000 |
Color Harmonies of #723D32
Complementary color
Monochromatic Colors of #723D32
Black with #723D32
Text Example
Text Example
White with #723D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D32; }
p { color: rgb(114,61,50); }
H1.HeaderClassName
{
color: #723D32;
}
.AnyTagClassName
{
color: #723D32;
}
</style>
background-color css
<style>
a { background-color: #723D32; }
a { background-color: rgb(114,61,50); }
div.DivClassName
{
background-color: #723D32;
}
.BgClassName
{
background-color: #723D32;
}
</style>
border-color css
<style>
span { border-color: #723D32; }
span { border-color: rgb(114,61,50); }
td.TdClassName
{
border-color: #723D32;
}
.TagClassName
{
border-color: #723D32;
}
</style>