Shades of Copper Canyon #743C2A
Tints of Copper Canyon #743C2A
RGB
CMYK
RGB Variations
Color information
#743C2A (or 0x743C2A) is known color: Copper Canyon. HEX triplet: 74, 3C and 2A. RGB value is (116,60,42). Sum of RGB (Red+Green+Blue) = 116+60+42=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C2A is #8BC3D5. Grayscale: #4A4A4A. Windows color (decimal): -9159638 or 2767988. OLE color: 2767988.
HSL color Cylindrical-coordinate representation of color #743C2A: hue angle of 14.59º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743C2A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 42 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.55 |
| HSL | 14.59º | 0.47% | 0.31% | - |
| HSV(B) | 14.59º | 0.64% | 0.45% | - |
| XYZ | 9.24 | 7.11 | 3.08 | - |
| YUV | 74.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 42 | 0 | 0.48 | 0.64 | 0.55 | 14.59 | 0.47 | 0.31 |
| Hex | 74 | 3C | 2A | 0 | 30 | 40 | 37 | F | 2F | 1F |
| Octal | 164 | 74 | 52 | 0 | 60 | 100 | 67 | 17 | 57 | 37 |
| Binary | 1110100 | 111100 | 101010 | 0 | 110000 | 1000000 | 110111 | 1111 | 101111 | 11111 |
Color Harmonies of #743C2A
Complementary color
Monochromatic Colors of #743C2A
Black with #743C2A
Text Example
Text Example
White with #743C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C2A; }
p { color: rgb(116,60,42); }
H1.HeaderClassName
{
color: #743C2A;
}
.AnyTagClassName
{
color: #743C2A;
}
</style>
background-color css
<style>
a { background-color: #743C2A; }
a { background-color: rgb(116,60,42); }
div.DivClassName
{
background-color: #743C2A;
}
.BgClassName
{
background-color: #743C2A;
}
</style>
border-color css
<style>
span { border-color: #743C2A; }
span { border-color: rgb(116,60,42); }
td.TdClassName
{
border-color: #743C2A;
}
.TagClassName
{
border-color: #743C2A;
}
</style>