Shades of Copper Canyon #804329
Tints of Copper Canyon #804329
RGB
CMYK
RGB Variations
Color information
#804329 (or 0x804329) is known color: Copper Canyon. HEX triplet: 80, 43 and 29. RGB value is (128,67,41). Sum of RGB (Red+Green+Blue) = 128+67+41=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804329 is #7FBCD6. Grayscale: #525252. Windows color (decimal): -8371415 or 2704256. OLE color: 2704256.
HSL color Cylindrical-coordinate representation of color #804329: hue angle of 17.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804329 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 41 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.50 |
| HSL | 17.93º | 0.51% | 0.33% | - |
| HSV(B) | 17.93º | 0.68% | 0.5% | - |
| XYZ | 11.31 | 8.76 | 3.19 | - |
| YUV | 82.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 41 | 0 | 0.48 | 0.68 | 0.50 | 17.93 | 0.51 | 0.33 |
| Hex | 80 | 43 | 29 | 0 | 30 | 44 | 32 | 12 | 33 | 21 |
| Octal | 200 | 103 | 51 | 0 | 60 | 104 | 62 | 22 | 63 | 41 |
| Binary | 10000000 | 1000011 | 101001 | 0 | 110000 | 1000100 | 110010 | 10010 | 110011 | 100001 |
Color Harmonies of #804329
Complementary color
Monochromatic Colors of #804329
Black with #804329
Text Example
Text Example
White with #804329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804329; }
p { color: rgb(128,67,41); }
H1.HeaderClassName
{
color: #804329;
}
.AnyTagClassName
{
color: #804329;
}
</style>
background-color css
<style>
a { background-color: #804329; }
a { background-color: rgb(128,67,41); }
div.DivClassName
{
background-color: #804329;
}
.BgClassName
{
background-color: #804329;
}
</style>
border-color css
<style>
span { border-color: #804329; }
span { border-color: rgb(128,67,41); }
td.TdClassName
{
border-color: #804329;
}
.TagClassName
{
border-color: #804329;
}
</style>