Shades of Copper Canyon #743B28
Tints of Copper Canyon #743B28
RGB
CMYK
RGB Variations
Color information
#743B28 (or 0x743B28) is known color: Copper Canyon. HEX triplet: 74, 3B and 28. RGB value is (116,59,40). Sum of RGB (Red+Green+Blue) = 116+59+40=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B28 is #8BC4D7. Grayscale: #4A4A4A. Windows color (decimal): -9159896 or 2636660. OLE color: 2636660.
HSL color Cylindrical-coordinate representation of color #743B28: hue angle of 15º 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 #743B28 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 40 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.55 |
| HSL | 15º | 0.49% | 0.31% | - |
| HSV(B) | 15º | 0.66% | 0.45% | - |
| XYZ | 9.15 | 6.99 | 2.88 | - |
| YUV | 73.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 40 | 0 | 0.49 | 0.66 | 0.55 | 15 | 0.49 | 0.31 |
| Hex | 74 | 3B | 28 | 0 | 31 | 42 | 37 | F | 31 | 1F |
| Octal | 164 | 73 | 50 | 0 | 61 | 102 | 67 | 17 | 61 | 37 |
| Binary | 1110100 | 111011 | 101000 | 0 | 110001 | 1000010 | 110111 | 1111 | 110001 | 11111 |
Color Harmonies of #743B28
Complementary color
Monochromatic Colors of #743B28
Black with #743B28
Text Example
Text Example
White with #743B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B28; }
p { color: rgb(116,59,40); }
H1.HeaderClassName
{
color: #743B28;
}
.AnyTagClassName
{
color: #743B28;
}
</style>
background-color css
<style>
a { background-color: #743B28; }
a { background-color: rgb(116,59,40); }
div.DivClassName
{
background-color: #743B28;
}
.BgClassName
{
background-color: #743B28;
}
</style>
border-color css
<style>
span { border-color: #743B28; }
span { border-color: rgb(116,59,40); }
td.TdClassName
{
border-color: #743B28;
}
.TagClassName
{
border-color: #743B28;
}
</style>