Shades of Copper Canyon #79412A
Tints of Copper Canyon #79412A
RGB
CMYK
RGB Variations
Color information
#79412A (or 0x79412A) is known color: Copper Canyon. HEX triplet: 79, 41 and 2A. RGB value is (121,65,42). Sum of RGB (Red+Green+Blue) = 121+65+42=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79412A is #86BED5. Grayscale: #4F4F4F. Windows color (decimal): -8830678 or 2769273. OLE color: 2769273.
HSL color Cylindrical-coordinate representation of color #79412A: hue angle of 17.47º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79412A is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 65 | 42 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.53 |
| HSL | 17.47º | 0.48% | 0.32% | - |
| HSV(B) | 17.47º | 0.65% | 0.47% | - |
| XYZ | 10.19 | 8.01 | 3.2 | - |
| YUV | 79.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 42 | 0 | 0.46 | 0.65 | 0.53 | 17.47 | 0.48 | 0.32 |
| Hex | 79 | 41 | 2A | 0 | 2E | 41 | 35 | 11 | 30 | 20 |
| Octal | 171 | 101 | 52 | 0 | 56 | 101 | 65 | 21 | 60 | 40 |
| Binary | 1111001 | 1000001 | 101010 | 0 | 101110 | 1000001 | 110101 | 10001 | 110000 | 100000 |
Color Harmonies of #79412A
Complementary color
Monochromatic Colors of #79412A
Black with #79412A
Text Example
Text Example
White with #79412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79412A; }
p { color: rgb(121,65,42); }
H1.HeaderClassName
{
color: #79412A;
}
.AnyTagClassName
{
color: #79412A;
}
</style>
background-color css
<style>
a { background-color: #79412A; }
a { background-color: rgb(121,65,42); }
div.DivClassName
{
background-color: #79412A;
}
.BgClassName
{
background-color: #79412A;
}
</style>
border-color css
<style>
span { border-color: #79412A; }
span { border-color: rgb(121,65,42); }
td.TdClassName
{
border-color: #79412A;
}
.TagClassName
{
border-color: #79412A;
}
</style>