Shades of Copper Canyon #743F2D
Tints of Copper Canyon #743F2D
RGB
CMYK
RGB Variations
Color information
#743F2D (or 0x743F2D) is known color: Copper Canyon. HEX triplet: 74, 3F and 2D. RGB value is (116,63,45). Sum of RGB (Red+Green+Blue) = 116+63+45=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F2D is #8BC0D2. Grayscale: #4C4C4C. Windows color (decimal): -9158867 or 2965364. OLE color: 2965364.
HSL color Cylindrical-coordinate representation of color #743F2D: hue angle of 15.21º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743F2D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 45 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.55 |
| HSL | 15.21º | 0.44% | 0.32% | - |
| HSV(B) | 15.21º | 0.61% | 0.45% | - |
| XYZ | 9.45 | 7.46 | 3.42 | - |
| YUV | 76.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 45 | 0 | 0.46 | 0.61 | 0.55 | 15.21 | 0.44 | 0.32 |
| Hex | 74 | 3F | 2D | 0 | 2E | 3D | 37 | F | 2C | 20 |
| Octal | 164 | 77 | 55 | 0 | 56 | 75 | 67 | 17 | 54 | 40 |
| Binary | 1110100 | 111111 | 101101 | 0 | 101110 | 111101 | 110111 | 1111 | 101100 | 100000 |
Color Harmonies of #743F2D
Complementary color
Monochromatic Colors of #743F2D
Black with #743F2D
Text Example
Text Example
White with #743F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F2D; }
p { color: rgb(116,63,45); }
H1.HeaderClassName
{
color: #743F2D;
}
.AnyTagClassName
{
color: #743F2D;
}
</style>
background-color css
<style>
a { background-color: #743F2D; }
a { background-color: rgb(116,63,45); }
div.DivClassName
{
background-color: #743F2D;
}
.BgClassName
{
background-color: #743F2D;
}
</style>
border-color css
<style>
span { border-color: #743F2D; }
span { border-color: rgb(116,63,45); }
td.TdClassName
{
border-color: #743F2D;
}
.TagClassName
{
border-color: #743F2D;
}
</style>