Shades of Copper Canyon #793B2B
Tints of Copper Canyon #793B2B
RGB
CMYK
RGB Variations
Color information
#793B2B (or 0x793B2B) is known color: Copper Canyon. HEX triplet: 79, 3B and 2B. RGB value is (121,59,43). Sum of RGB (Red+Green+Blue) = 121+59+43=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #793B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B2B is #86C4D4. Grayscale: #4B4B4B. Windows color (decimal): -8832213 or 2833273. OLE color: 2833273.
HSL color Cylindrical-coordinate representation of color #793B2B: hue angle of 12.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #793B2B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 43 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.53 |
| HSL | 12.31º | 0.48% | 0.32% | - |
| HSV(B) | 12.31º | 0.64% | 0.47% | - |
| XYZ | 9.89 | 7.37 | 3.19 | - |
| YUV | 75.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 43 | 0 | 0.51 | 0.64 | 0.53 | 12.31 | 0.48 | 0.32 |
| Hex | 79 | 3B | 2B | 0 | 33 | 40 | 35 | C | 30 | 20 |
| Octal | 171 | 73 | 53 | 0 | 63 | 100 | 65 | 14 | 60 | 40 |
| Binary | 1111001 | 111011 | 101011 | 0 | 110011 | 1000000 | 110101 | 1100 | 110000 | 100000 |
Color Harmonies of #793B2B
Complementary color
Monochromatic Colors of #793B2B
Black with #793B2B
Text Example
Text Example
White with #793B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B2B; }
p { color: rgb(121,59,43); }
H1.HeaderClassName
{
color: #793B2B;
}
.AnyTagClassName
{
color: #793B2B;
}
</style>
background-color css
<style>
a { background-color: #793B2B; }
a { background-color: rgb(121,59,43); }
div.DivClassName
{
background-color: #793B2B;
}
.BgClassName
{
background-color: #793B2B;
}
</style>
border-color css
<style>
span { border-color: #793B2B; }
span { border-color: rgb(121,59,43); }
td.TdClassName
{
border-color: #793B2B;
}
.TagClassName
{
border-color: #793B2B;
}
</style>