Shades of Copper Canyon #793C28
Tints of Copper Canyon #793C28
RGB
CMYK
RGB Variations
Color information
#793C28 (or 0x793C28) is known color: Copper Canyon. HEX triplet: 79, 3C and 28. RGB value is (121,60,40). Sum of RGB (Red+Green+Blue) = 121+60+40=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #793C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C28 is #86C3D7. Grayscale: #4C4C4C. Windows color (decimal): -8831960 or 2636921. OLE color: 2636921.
HSL color Cylindrical-coordinate representation of color #793C28: hue angle of 14.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #793C28 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 60 | 40 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.53 |
| HSL | 14.81º | 0.5% | 0.32% | - |
| HSV(B) | 14.81º | 0.67% | 0.47% | - |
| XYZ | 9.88 | 7.45 | 2.92 | - |
| YUV | 75.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 40 | 0 | 0.50 | 0.67 | 0.53 | 14.81 | 0.5 | 0.32 |
| Hex | 79 | 3C | 28 | 0 | 32 | 43 | 35 | F | 32 | 20 |
| Octal | 171 | 74 | 50 | 0 | 62 | 103 | 65 | 17 | 62 | 40 |
| Binary | 1111001 | 111100 | 101000 | 0 | 110010 | 1000011 | 110101 | 1111 | 110010 | 100000 |
Color Harmonies of #793C28
Complementary color
Monochromatic Colors of #793C28
Black with #793C28
Text Example
Text Example
White with #793C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793C28; }
p { color: rgb(121,60,40); }
H1.HeaderClassName
{
color: #793C28;
}
.AnyTagClassName
{
color: #793C28;
}
</style>
background-color css
<style>
a { background-color: #793C28; }
a { background-color: rgb(121,60,40); }
div.DivClassName
{
background-color: #793C28;
}
.BgClassName
{
background-color: #793C28;
}
</style>
border-color css
<style>
span { border-color: #793C28; }
span { border-color: rgb(121,60,40); }
td.TdClassName
{
border-color: #793C28;
}
.TagClassName
{
border-color: #793C28;
}
</style>