Shades of Copper Canyon #723F2A
Tints of Copper Canyon #723F2A
RGB
CMYK
RGB Variations
Color information
#723F2A (or 0x723F2A) is known color: Copper Canyon. HEX triplet: 72, 3F and 2A. RGB value is (114,63,42). Sum of RGB (Red+Green+Blue) = 114+63+42=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #723F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F2A is #8DC0D5. Grayscale: #4B4B4B. Windows color (decimal): -9289942 or 2768754. OLE color: 2768754.
HSL color Cylindrical-coordinate representation of color #723F2A: hue angle of 17.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #723F2A is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 42 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.55 |
| HSL | 17.5º | 0.46% | 0.31% | - |
| HSV(B) | 17.5º | 0.63% | 0.45% | - |
| XYZ | 9.13 | 7.3 | 3.12 | - |
| YUV | 75.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 42 | 0 | 0.45 | 0.63 | 0.55 | 17.5 | 0.46 | 0.31 |
| Hex | 72 | 3F | 2A | 0 | 2D | 3F | 37 | 12 | 2E | 1F |
| Octal | 162 | 77 | 52 | 0 | 55 | 77 | 67 | 22 | 56 | 37 |
| Binary | 1110010 | 111111 | 101010 | 0 | 101101 | 111111 | 110111 | 10010 | 101110 | 11111 |
Color Harmonies of #723F2A
Complementary color
Monochromatic Colors of #723F2A
Black with #723F2A
Text Example
Text Example
White with #723F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F2A; }
p { color: rgb(114,63,42); }
H1.HeaderClassName
{
color: #723F2A;
}
.AnyTagClassName
{
color: #723F2A;
}
</style>
background-color css
<style>
a { background-color: #723F2A; }
a { background-color: rgb(114,63,42); }
div.DivClassName
{
background-color: #723F2A;
}
.BgClassName
{
background-color: #723F2A;
}
</style>
border-color css
<style>
span { border-color: #723F2A; }
span { border-color: rgb(114,63,42); }
td.TdClassName
{
border-color: #723F2A;
}
.TagClassName
{
border-color: #723F2A;
}
</style>