Shades of Copper Canyon #743F2F
Tints of Copper Canyon #743F2F
RGB
CMYK
RGB Variations
Color information
#743F2F (or 0x743F2F) is known color: Copper Canyon. HEX triplet: 74, 3F and 2F. RGB value is (116,63,47). Sum of RGB (Red+Green+Blue) = 116+63+47=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F2F is #8BC0D0. Grayscale: #4D4D4D. Windows color (decimal): -9158865 or 3096436. OLE color: 3096436.
HSL color Cylindrical-coordinate representation of color #743F2F: hue angle of 13.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743F2F is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 47 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.55 |
| HSL | 13.91º | 0.42% | 0.32% | - |
| HSV(B) | 13.91º | 0.59% | 0.45% | - |
| XYZ | 9.49 | 7.47 | 3.63 | - |
| YUV | 77.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 47 | 0 | 0.46 | 0.59 | 0.55 | 13.91 | 0.42 | 0.32 |
| Hex | 74 | 3F | 2F | 0 | 2E | 3B | 37 | E | 2A | 20 |
| Octal | 164 | 77 | 57 | 0 | 56 | 73 | 67 | 16 | 52 | 40 |
| Binary | 1110100 | 111111 | 101111 | 0 | 101110 | 111011 | 110111 | 1110 | 101010 | 100000 |
Color Harmonies of #743F2F
Complementary color
Monochromatic Colors of #743F2F
Black with #743F2F
Text Example
Text Example
White with #743F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F2F; }
p { color: rgb(116,63,47); }
H1.HeaderClassName
{
color: #743F2F;
}
.AnyTagClassName
{
color: #743F2F;
}
</style>
background-color css
<style>
a { background-color: #743F2F; }
a { background-color: rgb(116,63,47); }
div.DivClassName
{
background-color: #743F2F;
}
.BgClassName
{
background-color: #743F2F;
}
</style>
border-color css
<style>
span { border-color: #743F2F; }
span { border-color: rgb(116,63,47); }
td.TdClassName
{
border-color: #743F2F;
}
.TagClassName
{
border-color: #743F2F;
}
</style>