Shades of Copper Canyon #743C28
Tints of Copper Canyon #743C28
RGB
CMYK
RGB Variations
Color information
#743C28 (or 0x743C28) is known color: Copper Canyon. HEX triplet: 74, 3C and 28. RGB value is (116,60,40). Sum of RGB (Red+Green+Blue) = 116+60+40=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C28 is #8BC3D7. Grayscale: #4A4A4A. Windows color (decimal): -9159640 or 2636916. OLE color: 2636916.
HSL color Cylindrical-coordinate representation of color #743C28: hue angle of 15.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743C28 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 40 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.55 |
| HSL | 15.79º | 0.49% | 0.31% | - |
| HSV(B) | 15.79º | 0.66% | 0.45% | - |
| XYZ | 9.2 | 7.1 | 2.89 | - |
| YUV | 74.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 40 | 0 | 0.48 | 0.66 | 0.55 | 15.79 | 0.49 | 0.31 |
| Hex | 74 | 3C | 28 | 0 | 30 | 42 | 37 | 10 | 31 | 1F |
| Octal | 164 | 74 | 50 | 0 | 60 | 102 | 67 | 20 | 61 | 37 |
| Binary | 1110100 | 111100 | 101000 | 0 | 110000 | 1000010 | 110111 | 10000 | 110001 | 11111 |
Color Harmonies of #743C28
Complementary color
Monochromatic Colors of #743C28
Black with #743C28
Text Example
Text Example
White with #743C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C28; }
p { color: rgb(116,60,40); }
H1.HeaderClassName
{
color: #743C28;
}
.AnyTagClassName
{
color: #743C28;
}
</style>
background-color css
<style>
a { background-color: #743C28; }
a { background-color: rgb(116,60,40); }
div.DivClassName
{
background-color: #743C28;
}
.BgClassName
{
background-color: #743C28;
}
</style>
border-color css
<style>
span { border-color: #743C28; }
span { border-color: rgb(116,60,40); }
td.TdClassName
{
border-color: #743C28;
}
.TagClassName
{
border-color: #743C28;
}
</style>