Shades of Copper Canyon #804427
Tints of Copper Canyon #804427
RGB
CMYK
RGB Variations
Color information
#804427 (or 0x804427) is known color: Copper Canyon. HEX triplet: 80, 44 and 27. RGB value is (128,68,39). Sum of RGB (Red+Green+Blue) = 128+68+39=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804427 is #7FBBD8. Grayscale: #525252. Windows color (decimal): -8371161 or 2573440. OLE color: 2573440.
HSL color Cylindrical-coordinate representation of color #804427: hue angle of 19.55º degrees, saturation: 0.53, 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 #804427 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 39 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.50 |
| HSL | 19.55º | 0.53% | 0.33% | - |
| HSV(B) | 19.55º | 0.7% | 0.5% | - |
| XYZ | 11.34 | 8.87 | 3.03 | - |
| YUV | 82.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 39 | 0 | 0.47 | 0.70 | 0.50 | 19.55 | 0.53 | 0.33 |
| Hex | 80 | 44 | 27 | 0 | 2F | 46 | 32 | 14 | 35 | 21 |
| Octal | 200 | 104 | 47 | 0 | 57 | 106 | 62 | 24 | 65 | 41 |
| Binary | 10000000 | 1000100 | 100111 | 0 | 101111 | 1000110 | 110010 | 10100 | 110101 | 100001 |
Color Harmonies of #804427
Complementary color
Monochromatic Colors of #804427
Black with #804427
Text Example
Text Example
White with #804427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804427; }
p { color: rgb(128,68,39); }
H1.HeaderClassName
{
color: #804427;
}
.AnyTagClassName
{
color: #804427;
}
</style>
background-color css
<style>
a { background-color: #804427; }
a { background-color: rgb(128,68,39); }
div.DivClassName
{
background-color: #804427;
}
.BgClassName
{
background-color: #804427;
}
</style>
border-color css
<style>
span { border-color: #804427; }
span { border-color: rgb(128,68,39); }
td.TdClassName
{
border-color: #804427;
}
.TagClassName
{
border-color: #804427;
}
</style>