Shades of Copper Canyon #804527
Tints of Copper Canyon #804527
RGB
CMYK
RGB Variations
Color information
#804527 (or 0x804527) is known color: Copper Canyon. HEX triplet: 80, 45 and 27. RGB value is (128,69,39). Sum of RGB (Red+Green+Blue) = 128+69+39=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804527 is #7FBAD8. Grayscale: #535353. Windows color (decimal): -8370905 or 2573696. OLE color: 2573696.
HSL color Cylindrical-coordinate representation of color #804527: hue angle of 20.22º 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 #804527 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 39 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.50 |
| HSL | 20.22º | 0.53% | 0.33% | - |
| HSV(B) | 20.22º | 0.7% | 0.5% | - |
| XYZ | 11.4 | 8.99 | 3.05 | - |
| YUV | 83.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 39 | 0 | 0.46 | 0.70 | 0.50 | 20.22 | 0.53 | 0.33 |
| Hex | 80 | 45 | 27 | 0 | 2E | 46 | 32 | 14 | 35 | 21 |
| Octal | 200 | 105 | 47 | 0 | 56 | 106 | 62 | 24 | 65 | 41 |
| Binary | 10000000 | 1000101 | 100111 | 0 | 101110 | 1000110 | 110010 | 10100 | 110101 | 100001 |
Color Harmonies of #804527
Complementary color
Monochromatic Colors of #804527
Black with #804527
Text Example
Text Example
White with #804527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804527; }
p { color: rgb(128,69,39); }
H1.HeaderClassName
{
color: #804527;
}
.AnyTagClassName
{
color: #804527;
}
</style>
background-color css
<style>
a { background-color: #804527; }
a { background-color: rgb(128,69,39); }
div.DivClassName
{
background-color: #804527;
}
.BgClassName
{
background-color: #804527;
}
</style>
border-color css
<style>
span { border-color: #804527; }
span { border-color: rgb(128,69,39); }
td.TdClassName
{
border-color: #804527;
}
.TagClassName
{
border-color: #804527;
}
</style>