Shades of Copper Canyon #79412D
Tints of Copper Canyon #79412D
RGB
CMYK
RGB Variations
Color information
#79412D (or 0x79412D) is known color: Copper Canyon. HEX triplet: 79, 41 and 2D. RGB value is (121,65,45). Sum of RGB (Red+Green+Blue) = 121+65+45=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79412D is #86BED2. Grayscale: #4F4F4F. Windows color (decimal): -8830675 or 2965881. OLE color: 2965881.
HSL color Cylindrical-coordinate representation of color #79412D: hue angle of 15.79º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79412D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 65 | 45 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.53 |
| HSL | 15.79º | 0.46% | 0.33% | - |
| HSV(B) | 15.79º | 0.63% | 0.47% | - |
| XYZ | 10.25 | 8.04 | 3.49 | - |
| YUV | 79.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 45 | 0 | 0.46 | 0.63 | 0.53 | 15.79 | 0.46 | 0.33 |
| Hex | 79 | 41 | 2D | 0 | 2E | 3F | 35 | 10 | 2E | 21 |
| Octal | 171 | 101 | 55 | 0 | 56 | 77 | 65 | 20 | 56 | 41 |
| Binary | 1111001 | 1000001 | 101101 | 0 | 101110 | 111111 | 110101 | 10000 | 101110 | 100001 |
Color Harmonies of #79412D
Complementary color
Monochromatic Colors of #79412D
Black with #79412D
Text Example
Text Example
White with #79412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79412D; }
p { color: rgb(121,65,45); }
H1.HeaderClassName
{
color: #79412D;
}
.AnyTagClassName
{
color: #79412D;
}
</style>
background-color css
<style>
a { background-color: #79412D; }
a { background-color: rgb(121,65,45); }
div.DivClassName
{
background-color: #79412D;
}
.BgClassName
{
background-color: #79412D;
}
</style>
border-color css
<style>
span { border-color: #79412D; }
span { border-color: rgb(121,65,45); }
td.TdClassName
{
border-color: #79412D;
}
.TagClassName
{
border-color: #79412D;
}
</style>