Shades of Copper Canyon #743F2B
Tints of Copper Canyon #743F2B
RGB
CMYK
RGB Variations
Color information
#743F2B (or 0x743F2B) is known color: Copper Canyon. HEX triplet: 74, 3F and 2B. RGB value is (116,63,43). Sum of RGB (Red+Green+Blue) = 116+63+43=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F2B is #8BC0D4. Grayscale: #4C4C4C. Windows color (decimal): -9158869 or 2834292. OLE color: 2834292.
HSL color Cylindrical-coordinate representation of color #743F2B: hue angle of 16.44º 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 #743F2B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 43 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.55 |
| HSL | 16.44º | 0.46% | 0.31% | - |
| HSV(B) | 16.44º | 0.63% | 0.45% | - |
| XYZ | 9.42 | 7.44 | 3.23 | - |
| YUV | 76.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 43 | 0 | 0.46 | 0.63 | 0.55 | 16.44 | 0.46 | 0.31 |
| Hex | 74 | 3F | 2B | 0 | 2E | 3F | 37 | 10 | 2E | 1F |
| Octal | 164 | 77 | 53 | 0 | 56 | 77 | 67 | 20 | 56 | 37 |
| Binary | 1110100 | 111111 | 101011 | 0 | 101110 | 111111 | 110111 | 10000 | 101110 | 11111 |
Color Harmonies of #743F2B
Complementary color
Monochromatic Colors of #743F2B
Black with #743F2B
Text Example
Text Example
White with #743F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F2B; }
p { color: rgb(116,63,43); }
H1.HeaderClassName
{
color: #743F2B;
}
.AnyTagClassName
{
color: #743F2B;
}
</style>
background-color css
<style>
a { background-color: #743F2B; }
a { background-color: rgb(116,63,43); }
div.DivClassName
{
background-color: #743F2B;
}
.BgClassName
{
background-color: #743F2B;
}
</style>
border-color css
<style>
span { border-color: #743F2B; }
span { border-color: rgb(116,63,43); }
td.TdClassName
{
border-color: #743F2B;
}
.TagClassName
{
border-color: #743F2B;
}
</style>