Shades of Copper Canyon #723F2C
Tints of Copper Canyon #723F2C
RGB
CMYK
RGB Variations
Color information
#723F2C (or 0x723F2C) is known color: Copper Canyon. HEX triplet: 72, 3F and 2C. RGB value is (114,63,44). Sum of RGB (Red+Green+Blue) = 114+63+44=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #723F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F2C is #8DC0D3. Grayscale: #4C4C4C. Windows color (decimal): -9289940 or 2899826. OLE color: 2899826.
HSL color Cylindrical-coordinate representation of color #723F2C: hue angle of 16.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #723F2C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 44 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.55 |
| HSL | 16.29º | 0.44% | 0.31% | - |
| HSV(B) | 16.29º | 0.61% | 0.45% | - |
| XYZ | 9.17 | 7.31 | 3.31 | - |
| YUV | 76.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 44 | 0 | 0.45 | 0.61 | 0.55 | 16.29 | 0.44 | 0.31 |
| Hex | 72 | 3F | 2C | 0 | 2D | 3D | 37 | 10 | 2C | 1F |
| Octal | 162 | 77 | 54 | 0 | 55 | 75 | 67 | 20 | 54 | 37 |
| Binary | 1110010 | 111111 | 101100 | 0 | 101101 | 111101 | 110111 | 10000 | 101100 | 11111 |
Color Harmonies of #723F2C
Complementary color
Monochromatic Colors of #723F2C
Black with #723F2C
Text Example
Text Example
White with #723F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F2C; }
p { color: rgb(114,63,44); }
H1.HeaderClassName
{
color: #723F2C;
}
.AnyTagClassName
{
color: #723F2C;
}
</style>
background-color css
<style>
a { background-color: #723F2C; }
a { background-color: rgb(114,63,44); }
div.DivClassName
{
background-color: #723F2C;
}
.BgClassName
{
background-color: #723F2C;
}
</style>
border-color css
<style>
span { border-color: #723F2C; }
span { border-color: rgb(114,63,44); }
td.TdClassName
{
border-color: #723F2C;
}
.TagClassName
{
border-color: #723F2C;
}
</style>