Shades of Copper Canyon #723F2B
Tints of Copper Canyon #723F2B
RGB
CMYK
RGB Variations
Color information
#723F2B (or 0x723F2B) is known color: Copper Canyon. HEX triplet: 72, 3F and 2B. RGB value is (114,63,43). Sum of RGB (Red+Green+Blue) = 114+63+43=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #723F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F2B is #8DC0D4. Grayscale: #4C4C4C. Windows color (decimal): -9289941 or 2834290. OLE color: 2834290.
HSL color Cylindrical-coordinate representation of color #723F2B: hue angle of 16.9º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #723F2B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 43 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.55 |
| HSL | 16.9º | 0.45% | 0.31% | - |
| HSV(B) | 16.9º | 0.62% | 0.45% | - |
| XYZ | 9.15 | 7.31 | 3.21 | - |
| YUV | 75.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 43 | 0 | 0.45 | 0.62 | 0.55 | 16.9 | 0.45 | 0.31 |
| Hex | 72 | 3F | 2B | 0 | 2D | 3E | 37 | 11 | 2D | 1F |
| Octal | 162 | 77 | 53 | 0 | 55 | 76 | 67 | 21 | 55 | 37 |
| Binary | 1110010 | 111111 | 101011 | 0 | 101101 | 111110 | 110111 | 10001 | 101101 | 11111 |
Color Harmonies of #723F2B
Complementary color
Monochromatic Colors of #723F2B
Black with #723F2B
Text Example
Text Example
White with #723F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F2B; }
p { color: rgb(114,63,43); }
H1.HeaderClassName
{
color: #723F2B;
}
.AnyTagClassName
{
color: #723F2B;
}
</style>
background-color css
<style>
a { background-color: #723F2B; }
a { background-color: rgb(114,63,43); }
div.DivClassName
{
background-color: #723F2B;
}
.BgClassName
{
background-color: #723F2B;
}
</style>
border-color css
<style>
span { border-color: #723F2B; }
span { border-color: rgb(114,63,43); }
td.TdClassName
{
border-color: #723F2B;
}
.TagClassName
{
border-color: #723F2B;
}
</style>