Shades of Copper Canyon #79412C
Tints of Copper Canyon #79412C
RGB
CMYK
RGB Variations
Color information
#79412C (or 0x79412C) is known color: Copper Canyon. HEX triplet: 79, 41 and 2C. RGB value is (121,65,44). Sum of RGB (Red+Green+Blue) = 121+65+44=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79412C is #86BED3. Grayscale: #4F4F4F. Windows color (decimal): -8830676 or 2900345. OLE color: 2900345.
HSL color Cylindrical-coordinate representation of color #79412C: hue angle of 16.36º degrees, saturation: 0.47, 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 #79412C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 65 | 44 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.53 |
| HSL | 16.36º | 0.47% | 0.32% | - |
| HSV(B) | 16.36º | 0.64% | 0.47% | - |
| XYZ | 10.23 | 8.03 | 3.39 | - |
| YUV | 79.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 44 | 0 | 0.46 | 0.64 | 0.53 | 16.36 | 0.47 | 0.32 |
| Hex | 79 | 41 | 2C | 0 | 2E | 40 | 35 | 10 | 2F | 20 |
| Octal | 171 | 101 | 54 | 0 | 56 | 100 | 65 | 20 | 57 | 40 |
| Binary | 1111001 | 1000001 | 101100 | 0 | 101110 | 1000000 | 110101 | 10000 | 101111 | 100000 |
Color Harmonies of #79412C
Complementary color
Monochromatic Colors of #79412C
Black with #79412C
Text Example
Text Example
White with #79412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79412C; }
p { color: rgb(121,65,44); }
H1.HeaderClassName
{
color: #79412C;
}
.AnyTagClassName
{
color: #79412C;
}
</style>
background-color css
<style>
a { background-color: #79412C; }
a { background-color: rgb(121,65,44); }
div.DivClassName
{
background-color: #79412C;
}
.BgClassName
{
background-color: #79412C;
}
</style>
border-color css
<style>
span { border-color: #79412C; }
span { border-color: rgb(121,65,44); }
td.TdClassName
{
border-color: #79412C;
}
.TagClassName
{
border-color: #79412C;
}
</style>