Shades of Copper Canyon #793A26
Tints of Copper Canyon #793A26
RGB
CMYK
RGB Variations
Color information
#793A26 (or 0x793A26) is known color: Copper Canyon. HEX triplet: 79, 3A and 26. RGB value is (121,58,38). Sum of RGB (Red+Green+Blue) = 121+58+38=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #793A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A26 is #86C5D9. Grayscale: #4A4A4A. Windows color (decimal): -8832474 or 2505337. OLE color: 2505337.
HSL color Cylindrical-coordinate representation of color #793A26: hue angle of 14.46º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793A26 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 38 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.53 |
| HSL | 14.46º | 0.52% | 0.31% | - |
| HSV(B) | 14.46º | 0.69% | 0.47% | - |
| XYZ | 9.75 | 7.23 | 2.72 | - |
| YUV | 74.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 38 | 0 | 0.52 | 0.69 | 0.53 | 14.46 | 0.52 | 0.31 |
| Hex | 79 | 3A | 26 | 0 | 34 | 45 | 35 | E | 34 | 1F |
| Octal | 171 | 72 | 46 | 0 | 64 | 105 | 65 | 16 | 64 | 37 |
| Binary | 1111001 | 111010 | 100110 | 0 | 110100 | 1000101 | 110101 | 1110 | 110100 | 11111 |
Color Harmonies of #793A26
Complementary color
Monochromatic Colors of #793A26
Black with #793A26
Text Example
Text Example
White with #793A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A26; }
p { color: rgb(121,58,38); }
H1.HeaderClassName
{
color: #793A26;
}
.AnyTagClassName
{
color: #793A26;
}
</style>
background-color css
<style>
a { background-color: #793A26; }
a { background-color: rgb(121,58,38); }
div.DivClassName
{
background-color: #793A26;
}
.BgClassName
{
background-color: #793A26;
}
</style>
border-color css
<style>
span { border-color: #793A26; }
span { border-color: rgb(121,58,38); }
td.TdClassName
{
border-color: #793A26;
}
.TagClassName
{
border-color: #793A26;
}
</style>