Shades of Copper Canyon #804326
Tints of Copper Canyon #804326
RGB
CMYK
RGB Variations
Color information
#804326 (or 0x804326) is known color: Copper Canyon. HEX triplet: 80, 43 and 26. RGB value is (128,67,38). Sum of RGB (Red+Green+Blue) = 128+67+38=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804326 is #7FBCD9. Grayscale: #525252. Windows color (decimal): -8371418 or 2507648. OLE color: 2507648.
HSL color Cylindrical-coordinate representation of color #804326: hue angle of 19.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804326 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 38 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.50 |
| HSL | 19.33º | 0.54% | 0.33% | - |
| HSV(B) | 19.33º | 0.7% | 0.5% | - |
| XYZ | 11.26 | 8.74 | 2.93 | - |
| YUV | 81.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 38 | 0 | 0.48 | 0.70 | 0.50 | 19.33 | 0.54 | 0.33 |
| Hex | 80 | 43 | 26 | 0 | 30 | 46 | 32 | 13 | 36 | 21 |
| Octal | 200 | 103 | 46 | 0 | 60 | 106 | 62 | 23 | 66 | 41 |
| Binary | 10000000 | 1000011 | 100110 | 0 | 110000 | 1000110 | 110010 | 10011 | 110110 | 100001 |
Color Harmonies of #804326
Complementary color
Monochromatic Colors of #804326
Black with #804326
Text Example
Text Example
White with #804326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804326; }
p { color: rgb(128,67,38); }
H1.HeaderClassName
{
color: #804326;
}
.AnyTagClassName
{
color: #804326;
}
</style>
background-color css
<style>
a { background-color: #804326; }
a { background-color: rgb(128,67,38); }
div.DivClassName
{
background-color: #804326;
}
.BgClassName
{
background-color: #804326;
}
</style>
border-color css
<style>
span { border-color: #804326; }
span { border-color: rgb(128,67,38); }
td.TdClassName
{
border-color: #804326;
}
.TagClassName
{
border-color: #804326;
}
</style>