Shades of Copper Canyon #79442D
Tints of Copper Canyon #79442D
RGB
CMYK
RGB Variations
Color information
#79442D (or 0x79442D) is known color: Copper Canyon. HEX triplet: 79, 44 and 2D. RGB value is (121,68,45). Sum of RGB (Red+Green+Blue) = 121+68+45=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79442D is #86BBD2. Grayscale: #515151. Windows color (decimal): -8829907 or 2966649. OLE color: 2966649.
HSL color Cylindrical-coordinate representation of color #79442D: hue angle of 18.16º 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 #79442D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 68 | 45 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.53 |
| HSL | 18.16º | 0.46% | 0.33% | - |
| HSV(B) | 18.16º | 0.63% | 0.47% | - |
| XYZ | 10.43 | 8.39 | 3.55 | - |
| YUV | 81.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 45 | 0 | 0.44 | 0.63 | 0.53 | 18.16 | 0.46 | 0.33 |
| Hex | 79 | 44 | 2D | 0 | 2C | 3F | 35 | 12 | 2E | 21 |
| Octal | 171 | 104 | 55 | 0 | 54 | 77 | 65 | 22 | 56 | 41 |
| Binary | 1111001 | 1000100 | 101101 | 0 | 101100 | 111111 | 110101 | 10010 | 101110 | 100001 |
Color Harmonies of #79442D
Complementary color
Monochromatic Colors of #79442D
Black with #79442D
Text Example
Text Example
White with #79442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79442D; }
p { color: rgb(121,68,45); }
H1.HeaderClassName
{
color: #79442D;
}
.AnyTagClassName
{
color: #79442D;
}
</style>
background-color css
<style>
a { background-color: #79442D; }
a { background-color: rgb(121,68,45); }
div.DivClassName
{
background-color: #79442D;
}
.BgClassName
{
background-color: #79442D;
}
</style>
border-color css
<style>
span { border-color: #79442D; }
span { border-color: rgb(121,68,45); }
td.TdClassName
{
border-color: #79442D;
}
.TagClassName
{
border-color: #79442D;
}
</style>